-
-
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 0.0% (0 of 44 strings) [CI skip]
- Loading branch information
Showing
2 changed files
with
21 additions
and
14 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,42 +4,47 @@ msgstr "" | |
"Project-Id-Version: SQL parser 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-08-21 12:54+0200\n" | ||
"PO-Revision-Date: 2015-11-21 11:45+0000\n" | ||
"Last-Translator: Michal Čihař <michal@cihar.com>\n" | ||
"PO-Revision-Date: 2019-03-25 19:40+0000\n" | ||
"Last-Translator: manssour <nikman360@yahoo.com>\n" | ||
"Language-Team: Persian <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"master/fa/>\n" | ||
"sql-parser/fa/>\n" | ||
"Language: fa\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 2.5-dev\n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 3.6-dev\n" | ||
|
||
#: src/Component.php:43 src/Component.php:63 | ||
#, fuzzy | ||
msgid "Not implemented yet." | ||
msgstr "" | ||
msgstr "هنوز پیاده سازی نشده." | ||
|
||
#: src/Components/AlterOperation.php:241 src/Statement.php:334 | ||
#, fuzzy | ||
msgid "" | ||
"A new statement was found, but no delimiter between it and the previous one." | ||
msgstr "" | ||
msgstr "بیانیه جدیدی یافت شد،اما هیچ محدودیتی قبل و بعد از ان یافت نشد" | ||
|
||
#: src/Components/AlterOperation.php:253 | ||
#, fuzzy | ||
msgid "Unrecognized alter operation." | ||
msgstr "" | ||
msgstr "عملیات غیر قابل تشخیص" | ||
|
||
#: src/Components/Array2d.php:88 | ||
#, php-format | ||
#, fuzzy, php-format | ||
msgid "%1$d values were expected, but found %2$d." | ||
msgstr "" | ||
msgstr "%1$d مقادیر انتظار می رود، اما یافت شد %2$d" | ||
|
||
#: src/Components/Array2d.php:111 | ||
#, fuzzy | ||
msgid "An opening bracket followed by a set of values was expected." | ||
msgstr "" | ||
msgstr "یک براکت باز دنبال شده توسط مقادیر قرار داده شده" | ||
|
||
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 | ||
#, fuzzy | ||
msgid "An opening bracket was expected." | ||
msgstr "" | ||
msgstr "یک براکت باز دنبال شده" | ||
|
||
#: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164 | ||
#: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190 | ||
|
@@ -53,12 +58,14 @@ msgstr "" | |
#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258 | ||
#: src/Statements/ReplaceStatement.php:155 | ||
#: src/Statements/ReplaceStatement.php:182 | ||
#, fuzzy | ||
msgid "Unexpected keyword." | ||
msgstr "" | ||
msgstr "کلمه کلیدی ناشناس" | ||
|
||
#: src/Components/CaseExpression.php:199 | ||
#, fuzzy | ||
msgid "Unexpected end of CASE expression" | ||
msgstr "" | ||
msgstr "پایان ناشناخته عبارات" | ||
|
||
#: src/Components/CreateDefinition.php:223 | ||
msgid "" | ||
|