Skip to content

Commit d1658a1

Browse files
pitchblack1weblate
authored andcommitted
Translated using Weblate (Russian)
Currently translated at 100.0% (44 of 44 strings) [CI skip]
1 parent dfecdb9 commit d1658a1

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

‎locale/ru/LC_MESSAGES/sqlparser.mo

1.17 KB
Binary file not shown.

‎locale/ru/LC_MESSAGES/sqlparser.po

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgstr ""
44
"Project-Id-Version: SQL parser 0\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
7-
"PO-Revision-Date: 2017-09-05 16:17+0000\n"
8-
"Last-Translator: Dmitriy <dmitriy@support.mk.ua>\n"
7+
"PO-Revision-Date: 2017-09-05 16:20+0000\n"
8+
"Last-Translator: pitchblack <pitchblack@mail.ru>\n"
99
"Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/sql-"
1010
"parser/ru/>\n"
1111
"Language: ru\n"
@@ -24,6 +24,8 @@ msgstr "Ещё не реализовано."
2424
msgid ""
2525
"A new statement was found, but no delimiter between it and the previous one."
2626
msgstr ""
27+
"Было найдено новое утверждение, но не было разделителя между ним и "
28+
"предыдущим."
2729

2830
#: src/Components/AlterOperation.php:253
2931
msgid "Unrecognized alter operation."
@@ -54,10 +56,8 @@ msgstr "Ожидалась открывающая скобка."
5456
#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258
5557
#: src/Statements/ReplaceStatement.php:155
5658
#: src/Statements/ReplaceStatement.php:182
57-
#, fuzzy
58-
#| msgid "Unexpected token."
5959
msgid "Unexpected keyword."
60-
msgstr "Неожиданный токен."
60+
msgstr "Неожиданное ключевое слово."
6161

6262
#: src/Components/CaseExpression.php:199
6363
msgid "Unexpected end of CASE expression"
@@ -68,12 +68,12 @@ msgid ""
6868
"A symbol name was expected! A reserved keyword can not be used as a column "
6969
"name without backquotes."
7070
msgstr ""
71+
"Ожидалось имя символа! Заре��ервированное ключевое слово не может "
72+
"использоваться как имя столбца без обратных запросов."
7173

7274
#: src/Components/CreateDefinition.php:237
73-
#, fuzzy
74-
#| msgid "Variable name was expected."
7575
msgid "A symbol name was expected!"
76-
msgstr "Ожидалось имя переменной."
76+
msgstr "Ожидалось имя символа!"
7777

7878
#: src/Components/CreateDefinition.php:270
7979
msgid "A comma or a closing bracket was expected."
@@ -160,7 +160,7 @@ msgstr "Неожиданное начало выражения."
160160

161161
#: src/Parser.php:442
162162
msgid "Unrecognized statement type."
163-
msgstr "Неизвестный оператор"
163+
msgstr "Неизвестный оператор."
164164

165165
#: src/Parser.php:527
166166
msgid "No transaction was previously started."
@@ -177,23 +177,19 @@ msgstr "Неожиданный токен."
177177

178178
#: src/Statement.php:306
179179
msgid "This type of clause was previously parsed."
180-
msgstr ""
180+
msgstr "Этот тип предложения ранее анализировался."
181181

182182
#: src/Statement.php:366
183183
msgid "Unrecognized keyword."
184184
msgstr "Неизвестное ключевое слово."
185185

186186
#: src/Statement.php:377
187-
#, fuzzy
188-
#| msgid "Unexpected beginning of statement."
189187
msgid "Keyword at end of statement."
190-
msgstr "Неожиданное начало выражения."
188+
msgstr "Ключевое слово в конце инструкции."
191189

192190
#: src/Statement.php:503
193-
#, fuzzy
194-
#| msgid "Unexpected beginning of statement."
195191
msgid "Unexpected ordering of clauses."
196-
msgstr "Неожиданное начало выражения."
192+
msgstr "Неожиданный порядок предложений."
197193

198194
#: src/Statements/CreateStatement.php:375
199195
msgid "The name of the entity was expected."
@@ -220,7 +216,5 @@ msgid "error #1"
220216
msgstr "ошибка #1"
221217

222218
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
223-
#, fuzzy
224-
#| msgid "Gather errors"
225219
msgid "strict error"
226-
msgstr "Собирать ошибки"
220+
msgstr "строгая ошибка"

0 commit comments

Comments
 (0)