-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 94.4% (51 of 54 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/cs/ Signed-off-by: David Kindl <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,16 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-12-29 16:13-0300\n" | ||
"PO-Revision-Date: 2020-05-06 22:12+0000\n" | ||
"Last-Translator: Petr Duda <[email protected]>\n" | ||
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/cs/>\n" | ||
"PO-Revision-Date: 2022-05-27 05:56+0000\n" | ||
"Last-Translator: David Kindl <[email protected]>\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.1-dev\n" | ||
"X-Generator: Weblate 4.13-dev\n" | ||
|
||
#: src/Component.php:42 src/Component.php:62 | ||
msgid "Not implemented yet." | ||
|
@@ -257,10 +257,8 @@ msgid "The name of the CTE was expected." | |
msgstr "Byl očekáván název entity." | ||
|
||
#: src/Statements/WithStatement.php:138 | ||
#, fuzzy | ||
#| msgid "A \"RETURNS\" keyword was expected." | ||
msgid "AS keyword was expected." | ||
msgstr "Bylo očekáváno klíčové slovo \"RETURNS\"." | ||
msgstr "Bylo očekáváno klíčové slovo AS." | ||
|
||
#: src/Statements/WithStatement.php:154 | ||
#, fuzzy | ||
|