1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-03-23 13:44:53 +03:00

Merged Czech translation

Updated build tools
This commit is contained in:
NeoTheFox 2018-09-18 14:53:55 +03:00
parent 630d19514d
commit 1358857959
5 changed files with 69 additions and 3 deletions

View File

@ -57,4 +57,5 @@
<string name="close">Зачыніць</string> <string name="close">Зачыніць</string>
<string name="unsupported_device">Тэлефон не падтрымліваецца</string> <string name="unsupported_device">Тэлефон не падтрымліваецца</string>
<string name="title_icon_channel">онкa раскладкі</string> <string name="title_icon_channel">онкa раскладкі</string>
<string name="unsupported_device_description">Гэты тэлефон не хапае клавіятуры BlackBerry. LayTray не будзе працаваць без яго.</string>
</resources> </resources>

View File

@ -0,0 +1,63 @@
<resources>
<string name="app_name" translatable="false">LayTray</string>
<string name="service_description">Jednoduchá ikona rozvržení klávesnice</string>
<string name="accessibility_summary">LayTray je třeba zapnout v aplikaci zpřístupnění, protože jediný způsob, jak na Android zjistit rozvržení, je sledovat oznámení Toast. LayTray nemůže vidět co píšete a neodesílá žádná data o vaší aktivitě třetím stranám</string>
<string name="activity_info">Přiřadit název k ikoně rozvržení</string>
<string name="title_activity_settings">Nastavení</string>
<string name="toast_enableme">Je třeba službu zapnout!</string>
<string name="unsupported_device">Nepodporovaný telefon</string>
<string name="unsupported_device_description" translatable="false">Tento telefon postrádá BlackBerry klávesnici. LayTray bez ní nefunguje.</string>
<string name="close">Zavřít</string>
<string name="toast_saved">Uloženo</string>
<string name="title_icon_channel">Ikona rozvržení klávesnice</string>
<!-- Strings related to Settings -->
<!-- Example General settings -->
<string name="pref_header_general">Obecné</string>
<string name="pref_title_default_app_name">Aplikace pro dohlížení</string>
<string-array name="pref_default_app_name_list_titles">
<item>klávesnice Blackberry</item>
</string-array>
<string-array name="pref_default_app_name_list_values">
<item>com.blackberry.keyboard</item>
</string-array>
<string name="pref_title_notification_importance">Důležitost oznámení</string>
<string-array name="pref_notification_importance_list_titles">
<item>Výchozí</item>
<item>Vysoká</item>
<item>Nízká</item>
<item>Min</item>
</string-array>
<string-array name="pref_notification_importance_list_values">
<item>0</item>
<item>1</item>
<item>-1</item>
<item>-2</item>
</string-array>
<string name="pref_title_notification_mode">Notification shape</string>
<string-array name="pref_notification_mode_list_titles">
<item>Samotný text</item>
<item>Text v kruhu</item>
<item>Text ve čtverci</item>
<item>Text v obrysu čtverce</item>
</string-array>
<string-array name="pref_notification_mode_list_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<string name="pref_title_icon_builder">Vytváření ikony</string>
<!-- Example settings for Notifications -->
<string name="pref_header_notifications">Oznamování</string>
<string name="pref_title_text_fake_bold">Tučně</string>
<string name="pref_title_text_size">Velikost textu</string>
<string name="title_about">O aplikaci</string>
</resources>

View File

@ -57,4 +57,5 @@
<string name="close">Закрыть</string> <string name="close">Закрыть</string>
<string name="unsupported_device">Телефон не поддерживается</string> <string name="unsupported_device">Телефон не поддерживается</string>
<string name="title_icon_channel">Иконка раскладки</string> <string name="title_icon_channel">Иконка раскладки</string>
<string name="unsupported_device_description" translatable="false">На этом телефоне отсутствует клавиатура BlackBerry. LayTray не будет работать без него.</string>
</resources> </resources>

View File

@ -6,7 +6,7 @@
<string name="title_activity_settings">Settings</string> <string name="title_activity_settings">Settings</string>
<string name="toast_enableme">You have to enable the service!</string> <string name="toast_enableme">You have to enable the service!</string>
<string name="unsupported_device">Unsupported phone</string> <string name="unsupported_device">Unsupported phone</string>
<string name="unsupported_device_description" translatable="false">This phone is missing the BlackBerry Keyboard. LayTray will not work without it.</string> <string name="unsupported_device_description">This phone is missing the BlackBerry Keyboard. LayTray will not work without it.</string>
<string name="close">Close</string> <string name="close">Close</string>
<string name="toast_saved">Saved</string> <string name="toast_saved">Saved</string>
<string name="title_icon_channel">Layout icon</string> <string name="title_icon_channel">Layout icon</string>
@ -64,5 +64,6 @@
Distributed on the terms of GNU GPLv3 licence \n Distributed on the terms of GNU GPLv3 licence \n
\n \n
Translated by:\n Translated by:\n
Belarusian - Edward Asviacinski</string> Belarusian - Edward Asviacinski\n
Czech - Pavel Borecki</string>
</resources> </resources>

View File

@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong