summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kindl <mtwango@gmail.com>2017-10-18 08:13:37 +0000
committerWeblate <noreply@weblate.org>2017-10-19 10:45:21 +0200
commitc2dcc835d42af8f1b58da4e8aad3b4b5d78daae0 (patch)
tree6e27506b2ca6a2c178a8a9bbed297fc4f66f8a9d
parentc0d374afeacce36b582eedbcecd2a6952dca4aa5 (diff)
downloadsql-parser-c2dcc835d42af8f1b58da4e8aad3b4b5d78daae0.zip
sql-parser-c2dcc835d42af8f1b58da4e8aad3b4b5d78daae0.tar.gz
sql-parser-c2dcc835d42af8f1b58da4e8aad3b4b5d78daae0.tar.bz2
Translated using Weblate (Czech)
Currently translated at 9.0% (4 of 44 strings) [CI skip]
-rw-r--r--locale/cs/LC_MESSAGES/sqlparser.mobin770 -> 810 bytes
-rw-r--r--locale/cs/LC_MESSAGES/sqlparser.po27
2 files changed, 14 insertions, 13 deletions
diff --git a/locale/cs/LC_MESSAGES/sqlparser.mo b/locale/cs/LC_MESSAGES/sqlparser.mo
index 41d68b1..79bb1fc 100644
--- a/locale/cs/LC_MESSAGES/sqlparser.mo
+++ b/locale/cs/LC_MESSAGES/sqlparser.mo
Binary files differ
diff --git a/locale/cs/LC_MESSAGES/sqlparser.po b/locale/cs/LC_MESSAGES/sqlparser.po
index b3696c5..fb46d7d 100644
--- a/locale/cs/LC_MESSAGES/sqlparser.po
+++ b/locale/cs/LC_MESSAGES/sqlparser.po
@@ -6,8 +6,8 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
-"PO-Revision-Date: 2017-06-30 12:18+0000\n"
-"Last-Translator: Michal Čihař <michal@cihar.com>\n"
+"PO-Revision-Date: 2017-10-19 08:45+0000\n"
+"Last-Translator: David Kindl <mtwango@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/cs/>\n"
"Language: cs\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Weblate 2.15\n"
+"X-Generator: Weblate 2.17\n"
#: src/Component.php:43 src/Component.php:63
msgid "Not implemented yet."
@@ -33,9 +33,9 @@ msgid "Unrecognized alter operation."
msgstr "Zobrazení ikon pro operace s tabulkami"
#: src/Components/Array2d.php:88
-#, php-format
+#, fuzzy, php-format
msgid "%1$d values were expected, but found %2$d."
-msgstr ""
+msgstr "Byly nalezeny %2$d hodnoty, namísto očekávaných %1$d"
#: src/Components/Array2d.php:111
msgid "An opening bracket followed by a set of values was expected."
@@ -87,8 +87,9 @@ msgid "A closing bracket was expected."
msgstr ""
#: src/Components/DataType.php:123
+#, fuzzy
msgid "Unrecognized data type."
-msgstr ""
+msgstr "Neočekávaný datový typ."
#: src/Components/Expression.php:244 src/Components/Expression.php:394
#, fuzzy
@@ -127,8 +128,9 @@ msgid "The old name of the table was expected."
msgstr "Počet aktuálně otevřených tabulek."
#: src/Components/RenameOperation.php:119
+#, fuzzy
msgid "Keyword \"TO\" was expected."
-msgstr ""
+msgstr "Bylo očekáváno klíčové slovo \"TO\"."
#: src/Components/RenameOperation.php:135
#, fuzzy
@@ -152,7 +154,7 @@ msgstr "jako regulární výraz"
#, fuzzy
#| msgid "Unexpected characters on line %s."
msgid "Unexpected character."
-msgstr "Neočekávané znaky na řádku %s."
+msgstr "Neočekávaný znak."
#: src/Lexer.php:278
msgid "Expected whitespace(s) before delimiter."
@@ -229,7 +231,7 @@ msgstr "Počet aktuálně otevřených tabulek."
#, fuzzy
#| msgid "Table name template"
msgid "A table name was expected."
-msgstr "Vzor pro jméno tabulky"
+msgstr "Bylo očekáváno jméno tabulky."
#: src/Statements/CreateStatement.php:438
#, fuzzy
@@ -238,18 +240,17 @@ msgid "At least one column definition was expected."
msgstr "Šablona byla smazána."
#: src/Statements/CreateStatement.php:550
+#, fuzzy
msgid "A \"RETURNS\" keyword was expected."
-msgstr ""
+msgstr "Bylo očekáváno klíčové slovo \"RETURNS\"."
#: src/Statements/DeleteStatement.php:314
msgid "This type of clause is not valid in Multi-table queries."
msgstr ""
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
-#, fuzzy
-#| msgid "errors."
msgid "error #1"
-msgstr "chyb."
+msgstr "chyba #1"
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
#, fuzzy