Skip to content

Commit

Permalink
Translated using Weblate (Russian)
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/ru/
Signed-off-by: AHOHNMYC <lqwh2h2cwa@protonmail.com>
  • Loading branch information
AHOHNMYC authored and weblate committed Jun 18, 2022
1 parent f6eed61 commit 51f1174
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
Binary file modified locale/ru/LC_MESSAGES/sqlparser.mo
Binary file not shown.
26 changes: 9 additions & 17 deletions locale/ru/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: 2021-12-29 16:13-0300\n"
"PO-Revision-Date: 2020-08-31 15:34+0000\n"
"Last-Translator: Mingun <Alexander_Sergey@mail.ru>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/ru/>\n"
"PO-Revision-Date: 2022-06-18 10:16+0000\n"
"Last-Translator: AHOHNMYC <lqwh2h2cwa@protonmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/ru/>\n"
"Language: ru\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 4.2.1-dev\n"
"X-Generator: Weblate 4.13-dev\n"

#: src/Component.php:42 src/Component.php:62
msgid "Not implemented yet."
Expand Down Expand Up @@ -252,28 +252,20 @@ msgid "Unexpected keyword"
msgstr "Неожиданное ключевое слово"

#: src/Statements/WithStatement.php:119
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "The name of the CTE was expected."
msgstr "Ожидалось имя сущности."
msgstr "Ожидалось имя CTE."

#: src/Statements/WithStatement.php:138
#, fuzzy
#| msgid "A \"RETURNS\" keyword was expected."
msgid "AS keyword was expected."
msgstr "Ожидалось ключевое слово \"RETURNS\"."
msgstr "Ожидалось ключевое слово AS."

#: src/Statements/WithStatement.php:154
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "Subquery of the CTE was expected."
msgstr "Ожидалось имя сущности."
msgstr "Ожидался подзапрос CTE."

#: src/Statements/WithStatement.php:271
#, fuzzy
#| msgid "Unexpected end of LOCK statement."
msgid "Unexpected end of the WITH CTE."
msgstr "Неожиданное окончание инструкции LOCK."
msgstr "Неожиданное окончание CTE WITH."

#~ msgid "error #1"
#~ msgstr "ошибка #1"
Expand Down

0 comments on commit 51f1174

Please sign in to comment.