Skip to content

Commit

Permalink
Translated using Weblate (Persian)
Browse files Browse the repository at this point in the history
Currently translated at 0.0% (0 of 44 strings)

[CI skip]
  • Loading branch information
nikman360 authored and weblate committed Mar 25, 2019
1 parent 08bb950 commit 6747ce6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
Binary file modified locale/fa/LC_MESSAGES/sqlparser.mo
Binary file not shown.
35 changes: 21 additions & 14 deletions locale/fa/LC_MESSAGES/sqlparser.po
Expand Up @@ -4,42 +4,47 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\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
Expand All @@ -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 ""
Expand Down

0 comments on commit 6747ce6

Please sign in to comment.