Skip to content

Commit a73bff5

Browse files
btncuaWSTxda
authored andcommitted
Added Ukrainian (#74)
1 parent 909d193 commit a73bff5

File tree

4 files changed

+320
-0
lines changed

4 files changed

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

0 commit comments

Comments
 (0)