Skip to content

Commit d7f3c5b

Browse files
author
Yannick PLASSIARD
committed
Added Arabic translation
1 parent c7efa60 commit d7f3c5b

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

addon/locale/ar/LC_MESSAGES/nvda.po

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# NVDA Translate Addon - French
2+
# Copyright (C) 2018 Yannick Plassiard
3+
# This file is distributed under the same license as the translate package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: translate 2018.11\n"
9+
"Report-Msgid-Bugs-To: nvda-translations@freelists.org\n"
10+
"POT-Creation-Date: 2018-12-05 11:30+0100\n"
11+
"PO-Revision-Date: 2018-12-19 12:18+0200\n"
12+
"Last-Translator: wafiqtaher <wafiqtaher@gmail.com>\n"
13+
"Language-Team: wafiqtaher <wafiqtaher@gmail.com>\n"
14+
"Language: ar\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"X-Generator: Poedit 1.6.11\n"
19+
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
20+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
21+
"X-Poedit-SourceCharset: UTF-8\n"
22+
23+
#. Translators: Speaks current row number (example output: row 3).
24+
#: addon/globalPlugins/translate/__init__.py:147
25+
#, python-format
26+
msgid "row %s"
27+
msgstr "الصف %s"
28+
29+
#. Translators: Speaks the row span added to the current row number (example output: through 5).
30+
#. Translators: Speaks the column span added to the current column number (example output: through 5).
31+
#: addon/globalPlugins/translate/__init__.py:150
32+
#: addon/globalPlugins/translate/__init__.py:162
33+
#, python-format
34+
msgid "through %s"
35+
msgstr "من خلال %s"
36+
37+
#. Translators: Speaks current column number (example output: column 3).
38+
#: addon/globalPlugins/translate/__init__.py:159
39+
#, python-format
40+
msgid "column %s"
41+
msgstr "العمود %s"
42+
43+
#. Translators: Speaks the row and column span added to the current row and column numbers
44+
#. (example output: through row 5 column 3).
45+
#: addon/globalPlugins/translate/__init__.py:168
46+
#, python-brace-format
47+
msgid "through row {row} column {column}"
48+
msgstr "من خلال الصف {row} عمود {column}"
49+
50+
#. Translators: Speaks number of columns and rows in a table (example output: with 3 rows and 2 columns).
51+
#: addon/globalPlugins/translate/__init__.py:176
52+
#, python-brace-format
53+
msgid "with {rowCount} rows and {columnCount} columns"
54+
msgstr "{rowCount} الصفوف و {columnCount} الأعمدة"
55+
56+
#. Translators: Speaks number of columns (example output: with 4 columns).
57+
#: addon/globalPlugins/translate/__init__.py:179
58+
#, python-format
59+
msgid "with %s columns"
60+
msgstr "مع %s الأعمدة"
61+
62+
#. Translators: Speaks number of rows (example output: with 2 rows).
63+
#: addon/globalPlugins/translate/__init__.py:182
64+
#, python-format
65+
msgid "with %s rows"
66+
msgstr "مع %s الصفوف"
67+
68+
#. Translators: Spoken to indicate the position of an item in a group of items (such as a list).
69+
#. {number} is replaced with the number of the item in the group.
70+
#. {total} is replaced with the total number of items in the group.
71+
#: addon/globalPlugins/translate/__init__.py:202
72+
#, python-brace-format
73+
msgid "{number} of {total}"
74+
msgstr "{number} من {total}"
75+
76+
#. Translators: Speaks the item level in treeviews (example output: level 2).
77+
#: addon/globalPlugins/translate/__init__.py:208
78+
#: addon/globalPlugins/translate/__init__.py:212
79+
#, python-format
80+
msgid "level %s"
81+
msgstr "مستوى %s"
82+
83+
#: addon/globalPlugins/translate/__init__.py:230
84+
msgid "Translate"
85+
msgstr "ترجمة"
86+
87+
#: addon/globalPlugins/translate/__init__.py:271
88+
msgid "Translation enabled."
89+
msgstr "تمكين الترجمة."
90+
91+
#: addon/globalPlugins/translate/__init__.py:273
92+
msgid "Translation disabled."
93+
msgstr "تعطيل الترجمة."
94+
95+
#: addon/globalPlugins/translate/__init__.py:275
96+
msgid "Enables translation to the desired language."
97+
msgstr "تُمكن الترجمة الى اللغة المطلوبة."
98+
99+
#. Add-on description
100+
#. Translators: Long description to be shown for this add-on on add-on information from add-ons manager
101+
#: buildVars.py:20
102+
msgid ""
103+
"Uses the Google Translate API to translate each spoken text to the desired "
104+
"language, on the fly.\n"
105+
"This add-on requires an internet connection."
106+
msgstr ""
107+
"يستخدم واجهة برمجة تطبيقات الترجمة من Google لترجمة كل نص منطوق إلى اللغة "
108+
"المطلوبة ، على الفور.\n"
109+
"هذه الإضافة تتطلب الإنتر نت."

0 commit comments

Comments
 (0)