From 0d167ac18bf0a32877ba8ef5d81aefe89f4436fc Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:15:15 +0700 Subject: [PATCH] New localization strings for OpenVK Mobile web theme (#897) * New localization strings for OpenVK Mobile web theme * New Russian localization strings for OpenVK Mobile web theme * New Ukrainian localization strings for OpenVK Mobile web theme * Move some English strings to 'Mobile' category * Move Russian strings to 'Mobile' category * Move Ukrainian strings to 'Mobile' category * Add missing strings * Add missing EN strings * Update uk.strings --- locales/en.strings | 16 +++++++++++++++- locales/ru.strings | 15 ++++++++++++++- locales/uk.strings | 14 ++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/locales/en.strings b/locales/en.strings index ab53f054..16e37928 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -421,8 +421,10 @@ "my_settings" = "My Settings"; "bug_tracker" = "Bug-tracker"; +"menu_settings" = "Settings"; "menu_login" = "Login"; "menu_registration" = "Registration"; + "menu_help" = "Help"; "menu_logout" = "Logout"; @@ -1503,4 +1505,16 @@ "reset" = "Reset"; "closed_group_post" = "This is a post from private group"; -"deleted_target_comment" = "This comment belongs to deleted post"; \ No newline at end of file +"deleted_target_comment" = "This comment belongs to deleted post"; + +/* Mobile */ +"mobile_friends" = "Friends"; +"mobile_photos" = "Photos"; +"mobile_videos" = "Videos"; +"mobile_messages" = "Messages"; +"mobile_notes" = "Notes"; +"mobile_groups" = "Groups"; +"mobile_search" = "Search"; +"mobile_desktop_version" = "Desktop version"; +"mobile_menu" = "Menu"; +"mobile_like" = "Like"; diff --git a/locales/ru.strings b/locales/ru.strings index 2ef821a0..1b4cb632 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -405,6 +405,7 @@ "my_settings" = "Мои Настройки"; "bug_tracker" = "Баг-трекер"; +"menu_settings" = "Настройки"; "menu_login" = "Вход"; "menu_registration" = "Регистрация"; "menu_help" = "Помощь"; @@ -1397,4 +1398,16 @@ "reset" = "Сброс"; "closed_group_post" = "Эта запись из закрытой группы"; -"deleted_target_comment" = "Этот комментарий принадлежит к удалённой записи"; \ No newline at end of file +"deleted_target_comment" = "Этот комментарий принадлежит к удалённой записи"; + +/* Mobile */ +"mobile_friends" = "Друзья"; +"mobile_photos" = "Фотографии"; +"mobile_videos" = "Видеозаписи"; +"mobile_messages" = "Сообщения"; +"mobile_notes" = "Заметки"; +"mobile_groups" = "Группы"; +"mobile_search" = "Поиск"; +"mobile_desktop_version" = "Полная версия"; +"mobile_menu" = "Меню"; +"mobile_like" = "Мне нравится"; diff --git a/locales/uk.strings b/locales/uk.strings index 0d0d8d4b..c754e35c 100644 --- a/locales/uk.strings +++ b/locales/uk.strings @@ -407,6 +407,7 @@ "my_settings" = "Мої Налаштування"; "bug_tracker" = "Баг-трекер"; +"menu_settings" = "Налаштування"; "menu_login" = "Вхід"; "menu_registration" = "Реєстрація"; "menu_help" = "Допомога"; @@ -1417,3 +1418,16 @@ "closed_group_post" = "Цей допис з приватної групи"; "deleted_target_comment" = "Цей коментар належить до видаленого допису"; + +/* Mobile */ + +"mobile_friends" = "Друзі"; +"mobile_photos" = "Фотографії"; +"mobile_videos" = "Відеозаписи"; +"mobile_messages" = "Повідомлення"; +"mobile_notes" = "Нотатки"; +"mobile_groups" = Групи"; +"mobile_search" = "Пошук"; +"mobile_desktop_version" = "Повна версія"; +"mobile_menu" = "Меню"; +"mobile_like" = "Мені подобається";