diff options
| author | Henry Jameson <me@hjkos.com> | 2024-05-22 19:54:19 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-05-22 19:54:19 +0300 |
| commit | e4a819a0e2ed9c57dc2191428d86a33bb5918862 (patch) | |
| tree | c8ca394e149c47d5b67348ddcf6e4cf187d0e914 /src/i18n/en.json | |
| parent | fd1011f622870385d8a694d60b66269e731b36cd (diff) | |
initial Appearance Tab implementation, added text size/UI scale option
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f626e933..0c3f26b9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -374,6 +374,14 @@ "enter_current_password_to_confirm": "Enter your current password to confirm your identity", "post_look_feel": "Posts Look & Feel", "mention_links": "Mention links", + "appearance": "Appearance", + "confirm_new_setting": "Confirm new setting?", + "confirm_new_question": "Does this look ok? Setting will be reverted in 10 seconds.", + "revert": "Revert", + "confirm": "Confirm", + "text_size": "Text and interface size", + "text_size_tip": "Use {0} for absolute values, {1} will scale with browser default text size.", + "text_size_tip2": "Values other than {0} might break some things and themes", "mfa": { "otp": "OTP", "setup_otp": "Setup OTP", |
