element-portable/src/components/views/settings
Michael Telatynski 9329b896b3
Port more strings to translation keys (#11474)
* Port composer formatting strings to translation keys

```
replace "Bold" "composer|format_bold"
replace "Italic" "composer|format_italic"
replace "Underline" "composer|format_underline"
replace "Strikethrough" "composer|format_strikethrough"
replace "Bulleted list" "composer|format_unordered_list"
replace "Numbered list" "composer|format_ordered_list"
replace "Indent increase" "composer|format_increase_indent"
replace "Indent decrease" "composer|format_decrease_indent"
replace "Code" "composer|format_inline_code"
replace "Code block" "composer|format_code_block"
replace "Link" "composer|format_link"

copy "composer|format_bold" "Bold"
copy "composer|format_link" "Link"
copy "composer|format_inline_code" "Code"
```

* Port role strings to translation keys

```
copy "Default" "power_level|default"
copy "Restricted" "power_level|restricted"
copy "Moderator" "power_level|moderator"
copy "Admin" "power_level|admin"
```

* Port bug reporting strings to translation keys

```
replace "If you've submitted a bug via GitHub, debug logs can help us track down the problem. " "bug_reporting|introduction"
replace "Debug logs contain application usage data including your username, the IDs or aliases of the rooms you have visited, which UI elements you last interacted with, and the usernames of other users. They do not contain messages." "bug_reporting|description"
copy "To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>." "bug_reporting|matrix_security_issue"
replace "Submit debug logs" "bug_reporting|submit_debug_logs"
replace "Bug reporting" "bug_reporting|title"
replace "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here." "bug_reporting|additional_context"
replace "Send logs" "bug_reporting|send_logs"
replace "GitHub issue" "bug_reporting|github_issue"
replace "Download logs" "bug_reporting|download_logs"
copy "Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem." "bug_reporting|before_submitting"
```

* i18n

* Port time duration strings to translation keys

```
replace "%(hours)sh %(minutes)sm %(seconds)ss left" "time|hours_minutes_seconds_left"
replace "%(minutes)sm %(seconds)ss left" "time|minutes_seconds_left"
replace "%(seconds)ss left" "time|seconds_left"
replace "%(date)s at %(time)s" "time|date_at_time"
replace "%(value)sd" "time|short_days"
replace "%(value)sh" "time|short_hours"
replace "%(value)sm" "time|short_minutes"
replace "%(value)ss" "time|short_seconds"
replace "%(days)sd %(hours)sh %(minutes)sm %(seconds)ss" "time|short_days_hours_minutes_seconds"
replace "%(hours)sh %(minutes)sm %(seconds)ss" "time|short_hours_minutes_seconds"
replace "%(minutes)sm %(seconds)ss" "time|short_minutes_seconds"
```

* i18n
2023-08-31 07:35:34 +00:00
..
account Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
devices Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
discovery Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
notifications Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
shared Compound Typography pass regression fixes (#11189) 2023-07-04 16:54:28 +00:00
tabs Port more strings to translation keys (#11474) 2023-08-31 07:35:34 +00:00
AddPrivilegedUsers.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
AvatarSetting.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
BridgeTile.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
ChangeDisplayName.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
ChangePassword.tsx Support Matrix 1.1 (drop legacy r0 versions) (#9819) 2023-08-14 09:25:13 +01:00
CrossSigningPanel.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
CryptographyPanel.tsx Use MatrixClientPeg::safeGet in src/components/views/* (#10987) 2023-06-15 08:46:19 +01:00
E2eAdvancedPanel.tsx Use semantic headings in user settings Security (#10774) 2023-05-18 22:32:10 +00:00
EventIndexPanel.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
FontScalingPanel.tsx Compound Typography pass (#11103) 2023-06-29 10:30:25 +00:00
ImageSizePanel.tsx Use semantic headings in user settings Appearance (#10827) 2023-05-21 21:12:11 +00:00
IntegrationManager.tsx Compound Typography pass (#11103) 2023-06-29 10:30:25 +00:00
JoinRuleSettings.tsx Change avatar to use Compound implementation (#11448) 2023-08-24 03:48:35 +00:00
KeyboardShortcut.tsx Conform more code to strictNullChecks (#10374) 2023-03-16 11:07:29 +00:00
LayoutSwitcher.tsx Align common_* strings with Element X project in Localazy (#11434) 2023-08-22 18:47:33 +01:00
Notifications.tsx Consume more imports from matrix-js-sdk/src/matrix (#11449) 2023-08-23 09:04:25 +00:00
ProfileSettings.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
SecureBackupPanel.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
SetIdServer.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
SetIntegrationManager.tsx Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
SettingsFieldset.tsx Fix spacing regression in user settings - roles & permissions (#10993) 2023-05-28 22:20:44 +00:00
SpellCheckSettings.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
ThemeChoicePanel.tsx Create more common_* common strings (#11439) 2023-08-23 10:25:33 +01:00
UpdateCheckButton.tsx Conform more code to strict null checking (#10169) 2023-02-16 09:38:44 +00:00