Skip to content

Commit

Permalink
Translated using Weblate (Czech)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (54 of 54 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/cs/
Signed-off-by: mixeros <mixer@mixercz.cz>
  • Loading branch information
MixerCZ authored and weblate committed Oct 25, 2022
1 parent d77616d commit 9bc4a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Binary file modified locale/cs/LC_MESSAGES/sqlparser.mo
Binary file not shown.
18 changes: 6 additions & 12 deletions locale/cs/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ msgstr ""
"Project-Id-Version: SQL parser 5\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2021-12-29 16:13-0300\n"
"PO-Revision-Date: 2022-05-27 05:56+0000\n"
"Last-Translator: David Kindl <mtwango@gmail.com>\n"
"PO-Revision-Date: 2022-10-25 08:02+0000\n"
"Last-Translator: mixeros <mixer@mixercz.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"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 4.13-dev\n"
"X-Generator: Weblate 4.14.2-dev\n"

#: src/Component.php:42 src/Component.php:62
msgid "Not implemented yet."
Expand Down Expand Up @@ -251,26 +251,20 @@ msgid "Unexpected keyword"
msgstr "Neočekávané klíčové slovo"

#: src/Statements/WithStatement.php:119
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "The name of the CTE was expected."
msgstr "Byl očekáván název entity."
msgstr "Byl očekáván název CTE."

#: src/Statements/WithStatement.php:138
msgid "AS keyword was expected."
msgstr "Bylo očekáváno klíčové slovo AS."

#: src/Statements/WithStatement.php:154
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "Subquery of the CTE was expected."
msgstr "Byl očekáván název entity."
msgstr "Byl očekáván dílčí dotaz CTE."

#: src/Statements/WithStatement.php:271
#, fuzzy
#| msgid "Unexpected end of LOCK statement."
msgid "Unexpected end of the WITH CTE."
msgstr "Neočekávaný konec LOCK výrazu."
msgstr "Neočekávaný konec WITH CTE."

#~ msgid "error #1"
#~ msgstr "chyba #1"
Expand Down

0 comments on commit 9bc4a95

Please sign in to comment.