Skip to content

Commit 9bc4a95

Browse files
MixerCZweblate
authored andcommitted
Translated using Weblate (Czech)
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 <[email protected]>
1 parent d77616d commit 9bc4a95

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

locale/cs/LC_MESSAGES/sqlparser.mo

253 Bytes
Binary file not shown.

locale/cs/LC_MESSAGES/sqlparser.po

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ msgstr ""
66
"Project-Id-Version: SQL parser 5\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
88
"POT-Creation-Date: 2021-12-29 16:13-0300\n"
9-
"PO-Revision-Date: 2022-05-27 05:56+0000\n"
10-
"Last-Translator: David Kindl <[email protected]>\n"
9+
"PO-Revision-Date: 2022-10-25 08:02+0000\n"
10+
"Last-Translator: mixeros <[email protected]>\n"
1111
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/"
1212
"sql-parser/cs/>\n"
1313
"Language: cs\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18-
"X-Generator: Weblate 4.13-dev\n"
18+
"X-Generator: Weblate 4.14.2-dev\n"
1919

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

253253
#: src/Statements/WithStatement.php:119
254-
#, fuzzy
255-
#| msgid "The name of the entity was expected."
256254
msgid "The name of the CTE was expected."
257-
msgstr "Byl očekáván název entity."
255+
msgstr "Byl očekáván název CTE."
258256

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

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

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

275269
#~ msgid "error #1"
276270
#~ msgstr "chyba #1"

0 commit comments

Comments
 (0)