-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 74.4% (32 of 43 strings) [CI skip]
- Loading branch information
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ msgstr "" | |
"Project-Id-Version: SQL parser 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-01-24 10:49+0100\n" | ||
"PO-Revision-Date: 2017-03-29 14:33+0000\n" | ||
"Last-Translator: anonymous <>\n" | ||
"PO-Revision-Date: 2017-03-29 14:49+0000\n" | ||
"Last-Translator: Dmitriy <[email protected]>\n" | ||
"Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/ru/>\n" | ||
"Language: ru\n" | ||
|
@@ -130,10 +130,8 @@ msgid "A rename operation was expected." | |
msgstr "Ожидалась операция переименования." | ||
|
||
#: src/Components/SetOperation.php:105 | ||
#, fuzzy | ||
#| msgid "as regular expression" | ||
msgid "Missing expression." | ||
msgstr "регулярное выражение" | ||
msgstr "Отсутствует выражение." | ||
|
||
#: src/Lexer.php:237 | ||
msgid "Unexpected character." | ||
|
@@ -145,7 +143,7 @@ msgstr "Ожидался пробел перед разделителем." | |
|
||
#: src/Lexer.php:296 src/Lexer.php:312 | ||
msgid "Expected delimiter." | ||
msgstr "" | ||
msgstr "Ожидается разделитель." | ||
|
||
#: src/Lexer.php:841 | ||
#, php-format | ||
|
@@ -195,10 +193,8 @@ msgid "The name of the entity was expected." | |
msgstr "Ожидалось имя сущности." | ||
|
||
#: src/Statements/CreateStatement.php:430 | ||
#, fuzzy | ||
#| msgid "Variable name was expected." | ||
msgid "A table name was expected." | ||
msgstr "Ожидалось имя переменной." | ||
msgstr "Ожидалось имя таблицы." | ||
|
||
#: src/Statements/CreateStatement.php:438 | ||
msgid "At least one column definition was expected." | ||
|