Skip to content

Commit b3da149

Browse files
RusikxxxWSTxda
authored andcommitted
Added Russian language (#81)
1 parent ed980f6 commit b3da149

File tree

4 files changed

+310
-0
lines changed

4 files changed

+310
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2020, microG Project Team
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
5+
6+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
7+
<string name="foreground_service_notification_title">Активно в фоновом режиме</string>
8+
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> работает в фоновом режиме</string>
9+
<string name="foreground_service_notification_big_text">Исключите <xliff:g example="microG Services">%1$s</xliff:g> из оптимизации батареи или измените настройки уведомлений, чтобы скрыть это уведомление</string>
10+
<string name="foreground_action_battery_optimization">Оптимизация батареи</string>
11+
<string name="foreground_action_notification_settings">Настройки</string>
12+
13+
<string name="menu_settings">Настройки</string>
14+
15+
<string name="list_no_item_none">Ничего</string>
16+
<string name="list_item_see_all">Показать все</string>
17+
18+
<string name="open_app">Открыть</string>
19+
20+
<string name="service_status_disabled">Отключено</string>
21+
<string name="service_status_enabled">Включено</string>
22+
<string name="service_status_automatic">Автоматически</string>
23+
<string name="service_status_manual">Вручную</string>
24+
<string name="service_status_enabled_short">Вкл</string>
25+
<string name="service_status_disabled_short">Выкл</string>
26+
</resources>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
~ Copyright (C) 2013-2017 microG Project Team
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources>
18+
<string name="about_version_str">Версия: %1$s</string>
19+
<string name="about_default_license">Все права защищены</string>
20+
21+
<string name="prefcat_setup">Настройка</string>
22+
23+
<string name="self_check_title">Самопроверка</string>
24+
<string name="self_check_desc">Проверка правильности настройки системы для работы с MicroG</string>
25+
26+
<string name="self_check_cat_permissions">Предоставленные разрешения</string>
27+
<string name="self_check_name_permission">Разрешение на %1$s:</string>
28+
<string name="self_check_resolution_permission">Коснитесь для предоставления разрешения. Отсутствие разрешения может привести к неправильной работе приложений</string>
29+
30+
<string name="about_root_summary">Итог</string>
31+
<string name="about_root_libraries">Включённые библиотеки</string>
32+
33+
<!-- Updater strings-->
34+
35+
<string name="check_updates">Проверить обновления</string>
36+
<string name="update_available">Доступна новая версия!</string>
37+
<string name="no_update_available">У Вас последняя версия</string>
38+
<string name="check_updates_error">Не удалось проверить обновления</string>
39+
40+
<string name="snackbar_button_download">Загрузить</string>
41+
42+
<string name="error_connection">Ошибка подключения:</string>
43+
<string name="error_others">Ошибка:</string>
44+
</resources>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--
2+
~ Copyright (C) 2017 microG Project Team
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<plurals name="gcm_registered_apps_counter">
19+
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> зарегистрированное приложение</item>
20+
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> зарегистрированных приложений</item>
21+
</plurals>
22+
<plurals name="cond_perm_summary">
23+
<item quantity="one">Разрешение, необходимое для правильной работы Сервисов MicroG, не предоставлено.</item>
24+
<item quantity="few">Разрешения, необходимые для правильной работы Сервисов MicroG, не предоставлены.</item>
25+
<item quantity="many">Разрешения, необходимые для правильной работы Сервисов MicroG, не предоставлены.</item>
26+
<item quantity="other">Разрешения, необходимые для правильной работы Сервисов MicroG, не предоставлены.</item>
27+
</plurals>
28+
<plurals name="cond_perm_action">
29+
<item quantity="one">Запросить отсутствующее разрешение</item>
30+
<item quantity="few">Запросить отсутствующие разрешения</item>
31+
<item quantity="many">Запросить отсутствующие разрешения</item>
32+
<item quantity="other">Запросить отсутствующие разрешения</item>
33+
</plurals>
34+
</resources>

0 commit comments

Comments
 (0)