@@ -4,17 +4,17 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 5\n "
5
5
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6
6
"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 "
11
11
"Language : ru\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n "
16
16
"%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 "
18
18
19
19
#: src/Component.php:42 src/Component.php:62
20
20
msgid "Not implemented yet."
@@ -252,28 +252,20 @@ msgid "Unexpected keyword"
252
252
msgstr "Неожиданное ключевое слово"
253
253
254
254
#: src/Statements/WithStatement.php:119
255
- #, fuzzy
256
- #| msgid "The name of the entity was expected."
257
255
msgid "The name of the CTE was expected."
258
- msgstr "Ожидалось имя сущности ."
256
+ msgstr "Ожидалось имя CTE ."
259
257
260
258
#: src/Statements/WithStatement.php:138
261
- #, fuzzy
262
- #| msgid "A \"RETURNS\" keyword was expected."
263
259
msgid "AS keyword was expected."
264
- msgstr "Ожидалось ключевое слово \" RETURNS \" ."
260
+ msgstr "Ожидалось ключевое слово AS ."
265
261
266
262
#: src/Statements/WithStatement.php:154
267
- #, fuzzy
268
- #| msgid "The name of the entity was expected."
269
263
msgid "Subquery of the CTE was expected."
270
- msgstr "Ожидалось имя сущности ."
264
+ msgstr "Ожидался подзапрос CTE ."
271
265
272
266
#: src/Statements/WithStatement.php:271
273
- #, fuzzy
274
- #| msgid "Unexpected end of LOCK statement."
275
267
msgid "Unexpected end of the WITH CTE."
276
- msgstr "Неожиданное окончание инструкции LOCK ."
268
+ msgstr "Неожиданное окончание CTE WITH ."
277
269
278
270
#~ msgid "error #1"
279
271
#~ msgstr "ошибка #1"
0 commit comments