Skip to content

Commit

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

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/uk/
Signed-off-by: Tymofij Lytvynenko <till.svit@gmail.com>
  • Loading branch information
Tymofij Lytvynenko authored and weblate committed Mar 10, 2021
1 parent e0fb287 commit 5fa5531
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
Binary file modified locale/uk/LC_MESSAGES/sqlparser.mo
Binary file not shown.
38 changes: 13 additions & 25 deletions locale/uk/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: SQL parser 5\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2020-03-20 21:01+0100\n"
"PO-Revision-Date: 2017-08-21 14:47+0000\n"
"Last-Translator: Володимир Бриняк <bardvv@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/uk/>\n"
"PO-Revision-Date: 2021-03-10 16:02+0000\n"
"Last-Translator: Tymofij Lytvynenko <till.svit@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/uk/>\n"
"Language: uk\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.17-dev\n"
"X-Generator: Weblate 4.5.2-dev\n"

#: src/Component.php:41 src/Component.php:61
msgid "Not implemented yet."
Expand All @@ -27,7 +27,7 @@ msgstr "Новий оператор знайдено, але між ним і п

#: src/Components/AlterOperation.php:290
msgid "Missing comma before start of a new alter operation."
msgstr ""
msgstr "Відсутня кома перед початком нової операції зміни."

#: src/Components/AlterOperation.php:302
msgid "Unrecognized alter operation."
Expand Down Expand Up @@ -68,25 +68,21 @@ msgid "Unexpected end of CASE expression"
msgstr "Неочікуваний кінець виразу CASE"

#: src/Components/CaseExpression.php:225
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Potential duplicate alias of CASE expression."
msgstr "Неочікуваний кінець виразу CASE"
msgstr "Потенційний повторюваний псевдонім виразу CASE."

#: src/Components/CaseExpression.php:236
msgid "An alias expected after AS but got "
msgstr ""
msgstr "Псевдонім очікується після AS, але отримано "

#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
#: src/Components/Expression.php:373 src/Components/Expression.php:408
msgid "An alias was previously found."
msgstr "Псевдонім був раніше знайдений."

#: src/Components/CaseExpression.php:262
#, fuzzy
#| msgid "An alias was expected."
msgid "An alias was expected after AS."
msgstr "Очікувався псевдонім."
msgstr "Псевдонім очікувався після AS."

#: src/Components/CreateDefinition.php:252
msgid ""
Expand Down Expand Up @@ -143,16 +139,12 @@ msgid "An offset was expected."
msgstr "Очікувалося зміщення."

#: src/Components/LockExpression.php:91
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of LOCK expression."
msgstr "Неочікуваний кінець виразу CASE"
msgstr "Неочікуваний кінець виразу LOCK."

#: src/Components/LockExpression.php:199
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of Lock expression."
msgstr "Неочікуваний кінець виразу CASE"
msgstr "Несподіваний кінець виразу Lock."

#: src/Components/OptionsArray.php:145
#, php-format
Expand Down Expand Up @@ -249,16 +241,12 @@ msgid "This type of clause is not valid in Multi-table queries."
msgstr "Цей тип оператора не діє для запитів групових таблиць."

#: src/Statements/LockStatement.php:116
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Unexpected end of LOCK statement."
msgstr "Неочікуваний початок виразу оператора."
msgstr "Несподіваний кінець оператора LOCK."

#: src/Statements/PurgeStatement.php:136
#, fuzzy
#| msgid "Unexpected keyword."
msgid "Unexpected keyword"
msgstr "Неочікуване ключове слово."
msgstr "Неочікуване ключове слово"

#~ msgid "error #1"
#~ msgstr "помилка #1"
Expand Down

0 comments on commit 5fa5531

Please sign in to comment.