-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 100.0% (53 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ar/ Signed-off-by: Mohammed Al Otaibi <[email protected]>
- Loading branch information
1 parent
1f0c925
commit 0e24506
Showing
2 changed files
with
5 additions
and
5 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 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-02-26 22:46+0100\n" | ||
"PO-Revision-Date: 2023-04-11 08:17+0000\n" | ||
"Last-Translator: Meno25 <meno25mail@gmail.com>\n" | ||
"PO-Revision-Date: 2024-02-01 15:02+0000\n" | ||
"Last-Translator: Mohammed Al Otaibi <mopes.03.belle@icloud.com>\n" | ||
"Language-Team: Arabic <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/ar/>\n" | ||
"Language: ar\n" | ||
|
@@ -14,7 +14,7 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" | ||
"X-Generator: Weblate 4.17-dev\n" | ||
"X-Generator: Weblate 5.4-dev\n" | ||
|
||
#: src/Component.php:39 src/Component.php:59 | ||
msgid "Not implemented yet." | ||
|
@@ -36,7 +36,7 @@ msgstr "عملية تغيير غير معروفة." | |
#: src/Components/Array2d.php:88 | ||
#, php-format | ||
msgid "%1$d values were expected, but found %2$d." | ||
msgstr "تم توقع قيم %1$d ، ولكن تم العثور على %2$d." | ||
msgstr "%1$d كانت القيم متوقعة، ولكن تم العثور على %2$d." | ||
|
||
#: src/Components/Array2d.php:108 | ||
msgid "An opening bracket followed by a set of values was expected." | ||
|
@@ -65,7 +65,7 @@ msgstr "كلمة رئيسية غير متوقعة." | |
|
||
#: src/Components/CaseExpression.php:192 | ||
msgid "Unexpected end of CASE expression" | ||
msgstr "نهاية غير متوقعة من التعبير" | ||
msgstr "نهاية غير متوقعة من تعبير CASE" | ||
|
||
#: src/Components/CaseExpression.php:212 | ||
msgid "Potential duplicate alias of CASE expression." | ||
|