Skip to content

Commit f15c80c

Browse files
uniss2209weblate
authored andcommitted
Translated using Weblate (Ukrainian)
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/uk/ Signed-off-by: Vladyslav Anisimov <[email protected]>
1 parent 282734b commit f15c80c

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

locale/uk/LC_MESSAGES/sqlparser.mo

345 Bytes
Binary file not shown.

locale/uk/LC_MESSAGES/sqlparser.po

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ msgstr ""
44
"Project-Id-Version: SQL parser 5\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
66
"POT-Creation-Date: 2021-12-29 16:13-0300\n"
7-
"PO-Revision-Date: 2021-03-10 16:02+0000\n"
8-
"Last-Translator: Tymofij Lytvynenko <[email protected]>\n"
9-
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/phpmyadmin/sql-"
10-
"parser/uk/>\n"
7+
"PO-Revision-Date: 2022-05-08 14:10+0000\n"
8+
"Last-Translator: Vladyslav Anisimov <[email protected]>\n"
9+
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/phpmyadmin/"
10+
"sql-parser/uk/>\n"
1111
"Language: uk\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
1616
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
17-
"X-Generator: Weblate 4.5.2-dev\n"
17+
"X-Generator: Weblate 4.12.1\n"
1818

1919
#: src/Component.php:42 src/Component.php:62
2020
msgid "Not implemented yet."
@@ -250,28 +250,20 @@ msgid "Unexpected keyword"
250250
msgstr "Неочікуване ключове слово"
251251

252252
#: src/Statements/WithStatement.php:119
253-
#, fuzzy
254-
#| msgid "The name of the entity was expected."
255253
msgid "The name of the CTE was expected."
256-
msgstr "Очікувалося ім'я об'єкта."
254+
msgstr "Очікувалося ім'я CTE."
257255

258256
#: src/Statements/WithStatement.php:138
259-
#, fuzzy
260-
#| msgid "A \"RETURNS\" keyword was expected."
261257
msgid "AS keyword was expected."
262-
msgstr "Очікувалося ключове слово \"RETURNS\"."
258+
msgstr "Очікувалося ключове слово \"AS\"."
263259

264260
#: src/Statements/WithStatement.php:154
265-
#, fuzzy
266-
#| msgid "The name of the entity was expected."
267261
msgid "Subquery of the CTE was expected."
268-
msgstr "Очікувалося ім'я об'єкта."
262+
msgstr "Очікувався підзапит CTE."
269263

270264
#: src/Statements/WithStatement.php:271
271-
#, fuzzy
272-
#| msgid "Unexpected end of LOCK statement."
273265
msgid "Unexpected end of the WITH CTE."
274-
msgstr "Несподіваний кінець оператора LOCK."
266+
msgstr "Несподіваний кінець WITH CTE."
275267

276268
#~ msgid "error #1"
277269
#~ msgstr "помилка #1"

0 commit comments

Comments
 (0)