Skip to content

Commit 51f1174

Browse files
AHOHNMYCweblate
authored andcommitted
Translated using Weblate (Russian)
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>
1 parent f6eed61 commit 51f1174

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

locale/ru/LC_MESSAGES/sqlparser.mo

345 Bytes
Binary file not shown.

locale/ru/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: 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
2020
msgid "Not implemented yet."
@@ -252,28 +252,20 @@ msgid "Unexpected keyword"
252252
msgstr "Неожиданное ключевое слово"
253253

254254
#: src/Statements/WithStatement.php:119
255-
#, fuzzy
256-
#| msgid "The name of the entity was expected."
257255
msgid "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."
263259
msgid "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."
269263
msgid "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."
275267
msgid "Unexpected end of the WITH CTE."
276-
msgstr "Неожиданное окончание инструкции LOCK."
268+
msgstr "Неожиданное окончание CTE WITH."
277269

278270
#~ msgid "error #1"
279271
#~ msgstr "ошибка #1"

0 commit comments

Comments
 (0)