diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-08 10:05:16 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-08 10:05:16 +0000 |
| commit | fb5261b926adfb5b9bbe1bf55e36fe8b5f4eb57f (patch) | |
| tree | a9cb72eb3cbfa4b8aec04cad8cf9594ffce7dbae /src/i18n | |
| parent | 0cb3c4e0569e24d6f3553ed0edece19a44267917 (diff) | |
| parent | 47b0b385f41d925d38642329937423cf0022865d (diff) | |
Merge branch 'hideISP' into 'develop'
Add user configuration option to hide instance-specific panel
Closes #196
See merge request pleroma/pleroma-fe!402
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d9c9995a..44291ad0 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -124,6 +124,7 @@ "general": "General", "hide_attachments_in_convo": "Hide attachments in conversations", "hide_attachments_in_tl": "Hide attachments in timeline", + "hide_isp": "Hide instance-specific panel", "hide_post_stats": "Hide post statistics (e.g. the number of favorites)", "hide_user_stats": "Hide user statistics (e.g. the number of followers)", "import_followers_from_a_csv_file": "Import follows from a csv file", @@ -131,6 +132,7 @@ "inputRadius": "Input fields", "instance_default": "(default: {value})", "instance_default_simple" : "(default)", + "interface": "Interface", "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", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 075cc6cc..0f48e050 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -105,9 +105,11 @@ "general": "Общие", "hide_attachments_in_convo": "Прятать вложения в разговорах", "hide_attachments_in_tl": "Прятать вложения в ленте", + "hide_isp": "Скрыть серверную панель", "import_followers_from_a_csv_file": "Импортировать читаемых из файла .csv", "import_theme": "Загрузить Тему", "inputRadius": "Поля ввода", + "interface": "Интерфейс", "interfaceLanguage": "Язык интерфейса", "limited_availability": "Не доступно в вашем браузере", "links": "Ссылки", |
