From 1358857959aa4f5dda56dc47be26ca7cec28fe9f Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Tue, 18 Sep 2018 14:53:55 +0300 Subject: [PATCH] Merged Czech translation Updated build tools --- app/src/main/res/values-be/strings.xml | 1 + app/src/main/res/values-cs/strings.xml | 63 ++++++++++++++++++++++++++ app/src/main/res/values-ru/strings.xml | 1 + app/src/main/res/values/strings.xml | 5 +- build.gradle | 2 +- 5 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/values-cs/strings.xml diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index 84d9bd2..48e5c43 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -57,4 +57,5 @@ Зачыніць Тэлефон не падтрымліваецца Iконкa раскладкі + Гэты тэлефон не хапае клавіятуры BlackBerry. LayTray не будзе працаваць без яго. diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml new file mode 100644 index 0000000..0982a57 --- /dev/null +++ b/app/src/main/res/values-cs/strings.xml @@ -0,0 +1,63 @@ + + LayTray + Jednoduchá ikona rozvržení klávesnice + 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 + Přiřadit název k ikoně rozvržení + Nastavení + Je třeba službu zapnout! + Nepodporovaný telefon + Tento telefon postrádá BlackBerry klávesnici. LayTray bez ní nefunguje. + Zavřít + Uloženo + Ikona rozvržení klávesnice + + + + Obecné + + Aplikace pro dohlížení + + klávesnice Blackberry + + + com.blackberry.keyboard + + + Důležitost oznámení + + Výchozí + Vysoká + Nízká + Min + + + 0 + 1 + -1 + -2 + + + Notification shape + + Samotný text + Text v kruhu + Text ve čtverci + Text v obrysu čtverce + + + 0 + 1 + 2 + 3 + + + Vytváření ikony + + + Oznamování + + Tučně + Velikost textu + + O aplikaci + \ No newline at end of file diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index c6b9187..3fc4604 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -57,4 +57,5 @@ Закрыть Телефон не поддерживается Иконка раскладки + На этом телефоне отсутствует клавиатура BlackBerry. LayTray не будет работать без него. \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e21cff5..c5da3c2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -6,7 +6,7 @@ Settings You have to enable the service! Unsupported phone - This phone is missing the BlackBerry Keyboard. LayTray will not work without it. + This phone is missing the BlackBerry Keyboard. LayTray will not work without it. Close Saved Layout icon @@ -64,5 +64,6 @@ Distributed on the terms of GNU GPLv3 licence \n \n Translated by:\n - Belarusian - Edward Asviacinski + Belarusian - Edward Asviacinski\n + Czech - Pavel Borecki diff --git a/build.gradle b/build.gradle index 43c0708..077cb2f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } 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