@@ -4,17 +4,17 @@ msgstr ""
44"Project-Id-Version : SQL parser 5\n "
55"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
66"POT-Creation-Date : 2021-12-29 16:13-0300\n "
7- "PO-Revision-Date : 2020-08-31 15:34 +0000\n "
8- "Last-Translator : Mingun <Alexander_Sergey@mail.ru >\n "
9- "Language-Team : Russian <https://hosted.weblate.org/projects/phpmyadmin/sql- "
10- "parser/ru/>\n "
7+ "PO-Revision-Date : 2022-06-18 10:16 +0000\n "
8+ "Last-Translator : AHOHNMYC <lqwh2h2cwa@protonmail.com >\n "
9+ "Language-Team : Russian <https://hosted.weblate.org/projects/phpmyadmin/ "
10+ "sql- parser/ru/>\n "
1111"Language : ru\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.2.1 -dev\n "
17+ "X-Generator : Weblate 4.13 -dev\n "
1818
1919#: src/Component.php:42 src/Component.php:62
2020msgid "Not implemented yet."
@@ -252,28 +252,20 @@ msgid "Unexpected keyword"
252252msgstr "Неожиданное ключевое слово"
253253
254254#: src/Statements/WithStatement.php:119
255- #, fuzzy
256- #| msgid "The name of the entity was expected."
257255msgid "The name of the CTE was expected."
258- msgstr "Ожидалось имя сущности ."
256+ msgstr "Ожидалось имя CTE ."
259257
260258#: src/Statements/WithStatement.php:138
261- #, fuzzy
262- #| msgid "A \"RETURNS\" keyword was expected."
263259msgid "AS keyword was expected."
264- msgstr "Ожидалось ключевое слово \" RETURNS \" ."
260+ msgstr "Ожидалось ключевое слово AS ."
265261
266262#: src/Statements/WithStatement.php:154
267- #, fuzzy
268- #| msgid "The name of the entity was expected."
269263msgid "Subquery of the CTE was expected."
270- msgstr "Ожидалось имя сущности ."
264+ msgstr "Ожидался подзапрос CTE ."
271265
272266#: src/Statements/WithStatement.php:271
273- #, fuzzy
274- #| msgid "Unexpected end of LOCK statement."
275267msgid "Unexpected end of the WITH CTE."
276- msgstr "Неожиданное окончание инструкции LOCK ."
268+ msgstr "Неожиданное окончание CTE WITH ."
277269
278270#~ msgid "error #1"
279271#~ msgstr "ошибка #1"
0 commit comments