From 0d86837699f5cbf11d73e921bafc3ab3146cbb6b Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Sun, 22 May 2022 20:31:25 +0100 Subject: [PATCH] Users: Translate some text in interface settings --- Web/Presenters/templates/User/Settings.xml | 14 +++++++------- locales/en.strings | 7 +++++++ locales/ru.strings | 7 +++++++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/Web/Presenters/templates/User/Settings.xml b/Web/Presenters/templates/User/Settings.xml index 03300a81..12f6a71c 100644 --- a/Web/Presenters/templates/User/Settings.xml +++ b/Web/Presenters/templates/User/Settings.xml @@ -479,24 +479,24 @@ - NSFW-контент + {_ui_settings_nsfw_content} - Вид постов + {_ui_settings_view_of_posts} diff --git a/locales/en.strings b/locales/en.strings index c0c85bb3..e56fb6cd 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -456,6 +456,13 @@ "ui_settings_rating" = "Rating"; "ui_settings_rating_show" = "Show"; "ui_settings_rating_hide" = "Hide"; +"ui_settings_nsfw_content" = "NSFW content"; +"ui_settings_nsfw_content_dont_show" = "Don't show in global feed"; +"ui_settings_nsfw_content_blur" = "Just blur"; +"ui_settings_nsfw_content_show" = "Show"; +"ui_settings_view_of_posts" = "View of posts"; +"ui_settings_view_of_posts_old" = "Old"; +"ui_settings_view_of_posts_microblog" = "Microblog"; "additional_links" = "Additional links"; "ad_poster" = "Ad poster"; diff --git a/locales/ru.strings b/locales/ru.strings index aaad9d0c..e9c999e9 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -484,6 +484,13 @@ "ui_settings_rating" = "Рейтинг"; "ui_settings_rating_show" = "Показывать"; "ui_settings_rating_hide" = "Скрывать"; +"ui_settings_nsfw_content" = "NSFW-контент"; +"ui_settings_nsfw_content_dont_show" = "Не показывать в глобальной ленте"; +"ui_settings_nsfw_content_blur" = "Только замазывать"; +"ui_settings_nsfw_content_show" = "Показывать"; +"ui_settings_view_of_posts" = "Вид постов"; +"ui_settings_view_of_posts_old" = "Старый"; +"ui_settings_view_of_posts_microblog" = "Микроблог"; "additional_links" = "Дополнительные ссылки"; "ad_poster" = "Рекламный плакат";