Skip to content

Commit 4c8914e

Browse files
Update translations for askOpenRouter
1 parent d1cb960 commit 4c8914e

3 files changed

Lines changed: 305 additions & 100 deletions

File tree

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: nvdaaddons\n"
4+
"Report-Msgid-Bugs-To: 'nvda-translations@groups.io'\n"
5+
"POT-Creation-Date: 2026-04-05 03:08+0000\n"
6+
"PO-Revision-Date: 2026-04-13 01:43\n"
7+
"Last-Translator: \n"
8+
"Language-Team: Arabic\n"
9+
"Language: ar_SA\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
14+
"X-Crowdin-Project: nvdaaddons\n"
15+
"X-Crowdin-Project-ID: 780748\n"
16+
"X-Crowdin-Language: ar\n"
17+
"X-Crowdin-File: askOpenRouter.pot\n"
18+
"X-Crowdin-File-ID: 458\n"
19+
20+
#. Translators: Title of the dialog box.
21+
#: addon\globalPlugins\askOpenRouter\dialogs.py:54
22+
msgid "Chat Manager"
23+
msgstr "مدير المحادثات"
24+
25+
#. Translators: Prompt label to create a new chat.
26+
#: addon\globalPlugins\askOpenRouter\dialogs.py:69
27+
msgid "C&reate a New Chat"
28+
msgstr "إنشاء محادثة"
29+
30+
#. Translators: Prompt label to continue an existing chat.
31+
#: addon\globalPlugins\askOpenRouter\dialogs.py:75
32+
msgid "Co&ntinue a Chat"
33+
msgstr "متابعة محادثة"
34+
35+
#. Translators: Label of the closing button.
36+
#: addon\globalPlugins\askOpenRouter\dialogs.py:81
37+
msgid "&Close"
38+
msgstr "إغلاق"
39+
40+
#. Translators: Title of the dialog box to start a new chat.
41+
#: addon\globalPlugins\askOpenRouter\dialogs.py:118
42+
msgid "New Chat"
43+
msgstr "محادثة جديدة"
44+
45+
#. Translators: Title of the dialog box to continue an existing chat.
46+
#: addon\globalPlugins\askOpenRouter\dialogs.py:128
47+
msgid "Continue Chat"
48+
msgstr "إكمال محادثة"
49+
50+
#. Translators: Label of the field that must contain the OpenRouter API key.
51+
#: addon\globalPlugins\askOpenRouter\dialogs.py:167
52+
msgid "OpenRouter API Key:"
53+
msgstr "مفتاح OpenRouter API:"
54+
55+
#. Translators: Label of the checkbox to display the OpenRouter API key.
56+
#: addon\globalPlugins\askOpenRouter\dialogs.py:188
57+
msgid "Show API key"
58+
msgstr "عرض مفتاح OpenRouter API"
59+
60+
#. Translators: Label of the checkbox to display chat history.
61+
#: addon\globalPlugins\askOpenRouter\dialogs.py:204
62+
msgid "Display the full chat history for continuous discussions"
63+
msgstr "عرض سجل المحادثة بالكامل للمحادثات المتتابعة"
64+
65+
#. Translators:
66+
#. Translators: Label of the checkbox to show the list of models, including paid ones.
67+
#: addon\globalPlugins\askOpenRouter\dialogs.py:220
68+
msgid "Use all models, including paid ones."
69+
msgstr "إستخدام كل النماذج, بما في ذلك تلك المدفوعة."
70+
71+
#. Translators: Message informing that no free model is available.
72+
#: addon\globalPlugins\askOpenRouter\functions.py:201
73+
msgid "No free model currently available."
74+
msgstr "لا يوجد نموذج مجاني متاح حاليا."
75+
76+
#. Translators: Message announcing what the user said.
77+
#: addon\globalPlugins\askOpenRouter\functions.py:332
78+
msgid "You said:"
79+
msgstr "أنت قلت:"
80+
81+
#. Translators: Message announcing what the model responded.
82+
#: addon\globalPlugins\askOpenRouter\functions.py:334
83+
msgid "Model replied:"
84+
msgstr "رد النموذج:"
85+
86+
#. Translators: Message informing that no free models are available.
87+
#: addon\globalPlugins\askOpenRouter\functions.py:406
88+
#: addon\globalPlugins\askOpenRouter\functions.py:424
89+
msgid "No free model available at the moment."
90+
msgstr "لا يوجد نموذج مجاني متاح حاليا."
91+
92+
#. Translators: Title of the error message.
93+
#: addon\globalPlugins\askOpenRouter\functions.py:408
94+
#: addon\globalPlugins\askOpenRouter\functions.py:426
95+
msgid "Model Error"
96+
msgstr "خطأ في النموذج"
97+
98+
#. Translators: Title of the HTTP error message.
99+
#: addon\globalPlugins\askOpenRouter\functions.py:465
100+
#: addon\globalPlugins\askOpenRouter\functions.py:486
101+
msgid "HTTP Error"
102+
msgstr "خطأ HTTP"
103+
104+
#. Translators: Network error message.
105+
#: addon\globalPlugins\askOpenRouter\functions.py:493
106+
msgid "Network error:"
107+
msgstr ""
108+
109+
#. Translators: Message informing that no free models are available at the moment.
110+
#: addon\globalPlugins\askOpenRouter\functions.py:501
111+
msgid "All free models are currently unavailable. Please try again later."
112+
msgstr "جميع النماذج المجانية غير متاحة حاليا, الرجاء إعادة المحاولة لاحقا."
113+
114+
#. Translators: Title of the model unavailable error.
115+
#: addon\globalPlugins\askOpenRouter\functions.py:503
116+
msgid "Model Unavailable"
117+
msgstr "النموذج غير متاح"
118+
119+
#. Translators: Title of the model response message.
120+
#: addon\globalPlugins\askOpenRouter\functions.py:524
121+
msgid "Model Response"
122+
msgstr "رد النموذج"
123+
124+
#. Translators: Message inviting the user to enter his question.
125+
#: addon\globalPlugins\askOpenRouter\functions.py:556
126+
msgid "Please enter the question you want to ask OpenRouter"
127+
msgstr "الرجاء كتابة السؤال الذي ترغب بطرحه على OpenRouter"
128+
129+
#. Translators: Message informing the user that the field is empty, he must fill it in.
130+
#: addon\globalPlugins\askOpenRouter\functions.py:566
131+
msgid "You did not enter anything. Please try again."
132+
msgstr "لم تقم بإدخال أي شيء, الرجاء المحاولة مجددا."
133+
134+
#. Translators: Title of the error message.
135+
#: addon\globalPlugins\askOpenRouter\functions.py:568
136+
msgid "Input Error"
137+
msgstr "خطأ في الإدخال"
138+
139+
#. Translators: Message informing the user that no API key is configured.
140+
#: addon\globalPlugins\askOpenRouter\functions.py:577
141+
msgid "No API key is configured. Please configure it in settings."
142+
msgstr "لم يتم تعيين مفتاح API. الرجاء تعيين واحد في الإعدادات."
143+
144+
#. Translators: Title of the error message.
145+
#: addon\globalPlugins\askOpenRouter\functions.py:579
146+
msgid "Configuration Error"
147+
msgstr "خطأ في الإعدادات"
148+
149+
#. Translators: Description of the script which opens the interaction dialog box with OpenRouter.
150+
#: addon\globalPlugins\askOpenRouter\__init__.py:57
151+
msgid "Opens a dialog allowing the user to ask questions to OpenRouter"
152+
msgstr "يفتح محاورة تتيح للمستخدم طرح أسئلة على OpenRouter"
153+
154+
#. Translators: Description of the script which allows to create a new chat.
155+
#: addon\globalPlugins\askOpenRouter\__init__.py:65
156+
msgid "Opens the prompt to start a new OpenRouter chat."
157+
msgstr "يفتح محاورة لبدأ المحادثة مع OpenRouter."
158+
159+
#. Translators: Description of the script which allows to continue an existing chat.
160+
#: addon\globalPlugins\askOpenRouter\__init__.py:73
161+
msgid "Opens the prompt to continue an existing OpenRouter chat."
162+
msgstr "يفتح محاورة لإكمال محادثة مع OpenRouter."
163+
164+
#. Translators: Description of the script which allows to show OpenRouter settings panel..
165+
#: addon\globalPlugins\askOpenRouter\__init__.py:81
166+
msgid "Opens the add-on settings panel."
167+
msgstr "يفتح لوحة إعدادات الإضافة."
168+
169+
#. Add-on summary/title, usually the user visible name of the add-on
170+
#. Translators: Summary/title for this add-on
171+
#. to be shown on installation and add-on information found in add-on store
172+
#: buildVars.py:21
173+
msgid "Ask OpenRouter"
174+
msgstr "إسأل OpenRouter"
175+
176+
#. Add-on description
177+
#. Translators: Long description to be shown for this add-on on add-on information from add-on store
178+
#: buildVars.py:24
179+
msgid "This add-on allows you to ask questions to Artificial Intelligence models available on the OpenRouter platform.\n"
180+
"You can either use automatic random selection of free models or choose a specific model manually, including paid ones.\n"
181+
"To use this add-on, you must create an account on https://openrouter.ai and generate an API key.\n"
182+
"Once configured, you can open a dialog that lets you start a new conversation or continue an existing one."
183+
msgstr "تسمح لك هذه الإضافة بطرح إسئلة على نماذج الذكاء الإصتناعي المتاحة على OpenRouter.\n"
184+
"يمكنك إختيار طرح سؤالك على نموذج مجاني عشوائي او إختيار نموذج معين, بما في ذلك النماذج المدفوعة.\n"
185+
"لتستخدم هذه الإضافة يتعين عليك الحصول على مفتاح API من خلال التسجيل في الموقع https://openrouter.ai\n"
186+
"بعد الإنتهاء من الإعداد, يمكنك فتح محاورة لبدأ محادثة جديدة او إكمال محادثة سابقة"
187+
188+
#. Brief changelog for this version
189+
#. Translators: what's new content for the add-on version to be shown in the add-on store
190+
#: buildVars.py:32
191+
msgid "Changes for 20260301.0.0\n"
192+
"Updated documentation."
193+
msgstr "الجديد في الإصدار 20260301.0.0\n"
194+
"تم تحديث دليل الإستخدام"
195+

0 commit comments

Comments
 (0)