diff options
| author | Henry <spam@hjkos.com> | 2018-09-21 09:19:02 +0000 |
|---|---|---|
| committer | Henry <spam@hjkos.com> | 2018-09-21 09:19:02 +0000 |
| commit | cd48268c858f4a7f24767e41e81cb6524393c5e6 (patch) | |
| tree | 64020b07266815f88990274c5ad5ee134f04d5f1 /src/i18n | |
| parent | 6f32ccf41717c2b59404c04ab0b0cb4b8c8171e3 (diff) | |
| parent | 1c2f0029e4835a34a94aba2aac7eeff592aa0d95 (diff) | |
Merge branch 'betterStorage' into 'develop'
Better storage
See merge request pleroma/pleroma-fe!343
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 90850b34..e18791e7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -114,6 +114,7 @@ "import_followers_from_a_csv_file": "Import follows from a csv file", "import_theme": "Load preset", "inputRadius": "Input fields", + "instance_default: (default": "{value})", "interfaceLanguage": "Interface language", "invalid_theme_imported": "The selected file is not a supported Pleroma theme. No changes to your theme were made.", "limited_availability": "Unavailable in your browser", @@ -142,6 +143,8 @@ "reply_visibility_all": "Show all replies", "reply_visibility_following": "Only show replies directed at me or users I'm following", "reply_visibility_self": "Only show replies directed at me", + "saving_err": "Error saving settings", + "saving_ok": "Settings saved", "security_tab": "Security", "set_new_avatar": "Set new avatar", "set_new_profile_background": "Set new profile background", @@ -153,7 +156,11 @@ "theme": "Theme", "theme_help": "Use hex color codes (#rrggbb) to customize your color theme.", "tooltipRadius": "Tooltips/alerts", - "user_settings": "User Settings" + "user_settings": "User Settings", + "values": { + "false": "no", + "true": "yes" + } }, "timeline": { "collapse": "Collapse", |
