##// END OF EJS Templates
use English "false" at ar.yml...
Toshi MARUYAMA -
r14807:b88014a94be0
parent child
Show More
@@ -1,1198 +1,1198
1 1 ar:
2 2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 3 direction: rtl
4 4 date:
5 5 formats:
6 6 # Use the strftime parameters for formats.
7 7 # When no format has been given, it uses default.
8 8 # You can provide other formats here if you like!
9 9 default: "%m/%d/%Y"
10 10 short: "%b %d"
11 11 long: "%B %d, %Y"
12 12
13 13 day_names: [الاحد, الاثنين, الثلاثاء, الاربعاء, الخميس, الجمعة, السبت]
14 14 abbr_day_names: [أح, اث, ث, ار, خ, ج, س]
15 15
16 16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 17 month_names: [~, كانون الثاني, شباط, آذار, نيسان, أيار, حزيران, تموز, آب, أيلول, تشرين الأول, تشرين الثاني, كانون الأول]
18 18 abbr_month_names: [~, كانون الثاني, شباط, آذار, نيسان, أيار, حزيران, تموز, آب, أيلول, تشرين الأول, تشرين الثاني, كانون الأول]
19 19 # Used in date_select and datime_select.
20 20 order:
21 21 - :السنة
22 22 - :الشهر
23 23 - :اليوم
24 24
25 25 time:
26 26 formats:
27 27 default: "%m/%d/%Y %I:%M %p"
28 28 time: "%I:%M %p"
29 29 short: "%d %b %H:%M"
30 30 long: "%B %d, %Y %H:%M"
31 31 am: "صباحا"
32 32 pm: "مساءاً"
33 33
34 34 datetime:
35 35 distance_in_words:
36 36 half_a_minute: "نصف دقيقة"
37 37 less_than_x_seconds:
38 38 one: "أقل من ثانية"
39 39 other: "ثواني %{count}أقل من "
40 40 x_seconds:
41 41 one: "ثانية"
42 42 other: "%{count}ثواني "
43 43 less_than_x_minutes:
44 44 one: "أقل من دقيقة"
45 45 other: "دقائق%{count}أقل من "
46 46 x_minutes:
47 47 one: "دقيقة"
48 48 other: "%{count} دقائق"
49 49 about_x_hours:
50 50 one: "حوالي ساعة"
51 51 other: "ساعات %{count}حوالي "
52 52 x_hours:
53 53 one: "%{count} ساعة"
54 54 other: "%{count} ساعات"
55 55 x_days:
56 56 one: "يوم"
57 57 other: "%{count} أيام"
58 58 about_x_months:
59 59 one: "حوالي شهر"
60 60 other: "أشهر %{count} حوالي"
61 61 x_months:
62 62 one: "شهر"
63 63 other: "%{count} أشهر"
64 64 about_x_years:
65 65 one: "حوالي سنة"
66 66 other: "سنوات %{count}حوالي "
67 67 over_x_years:
68 68 one: "اكثر من سنة"
69 69 other: "سنوات %{count}أكثر من "
70 70 almost_x_years:
71 71 one: "تقريبا سنة"
72 72 other: "سنوات %{count} نقريبا"
73 73 number:
74 74 format:
75 75 separator: "."
76 76 delimiter: ""
77 77 precision: 3
78 78
79 79 human:
80 80 format:
81 81 delimiter: ""
82 82 precision: 3
83 83 storage_units:
84 84 format: "%n %u"
85 85 units:
86 86 byte:
87 87 one: "Byte"
88 88 other: "Bytes"
89 89 kb: "KB"
90 90 mb: "MB"
91 91 gb: "GB"
92 92 tb: "TB"
93 93
94 94 # Used in array.to_sentence.
95 95 support:
96 96 array:
97 97 sentence_connector: "و"
98 skip_last_comma: خطأ
98 skip_last_comma: false
99 99
100 100 activerecord:
101 101 errors:
102 102 template:
103 103 header:
104 104 one: " %{model} خطأ يمنع تخزين"
105 105 other: " %{model} يمنع تخزين%{count}خطأ رقم "
106 106 messages:
107 107 inclusion: "غير مدرجة على القائمة"
108 108 exclusion: "محجوز"
109 109 invalid: "غير صالح"
110 110 confirmation: "غير متطابق"
111 111 accepted: "مقبولة"
112 112 empty: "لا يمكن ان تكون فارغة"
113 113 blank: "لا يمكن ان تكون فارغة"
114 114 too_long: " %{count} طويلة جدا، الحد الاقصى هو "
115 115 too_short: " %{count} قصيرة جدا، الحد الادنى هو "
116 116 wrong_length: " %{count} خطأ في الطول، يجب ان يكون "
117 117 taken: "لقد اتخذت سابقا"
118 118 not_a_number: "ليس رقما"
119 119 not_a_date: "ليس تاريخا صالحا"
120 120 greater_than: "%{count}يجب ان تكون اكثر من "
121 121 greater_than_or_equal_to: "%{count} يجب ان تكون اكثر من او تساوي"
122 122 equal_to: "%{count}يجب ان تساوي"
123 123 less_than: " %{count}يجب ان تكون اقل من"
124 124 less_than_or_equal_to: " %{count} يجب ان تكون اقل من او تساوي"
125 125 odd: "must be odd"
126 126 even: "must be even"
127 127 greater_than_start_date: "يجب ان تكون اكثر من تاريخ البداية"
128 128 not_same_project: "لا ينتمي الى نفس المشروع"
129 129 circular_dependency: "هذه العلاقة سوف تخلق علاقة تبعية دائرية"
130 130 cant_link_an_issue_with_a_descendant: "لا يمكن ان تكون المشكلة مرتبطة بواحدة من المهام الفرعية"
131 131 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
132 132
133 133 actionview_instancetag_blank_option: الرجاء التحديد
134 134
135 135 general_text_No: 'لا'
136 136 general_text_Yes: 'نعم'
137 137 general_text_no: 'لا'
138 138 general_text_yes: 'نعم'
139 139 general_lang_name: 'Arabic (عربي)'
140 140 general_csv_separator: ','
141 141 general_csv_decimal_separator: '.'
142 142 general_csv_encoding: ISO-8859-1
143 143 general_pdf_fontname: DejaVuSans
144 144 general_pdf_monospaced_fontname: DejaVuSansMono
145 145 general_first_day_of_week: '7'
146 146
147 147 notice_account_updated: لقد تم تجديد الحساب بنجاح.
148 148 notice_account_invalid_credentials: اسم المستخدم او كلمة المرور غير صحيحة
149 149 notice_account_password_updated: لقد تم تجديد كلمة المرور بنجاح.
150 150 notice_account_wrong_password: كلمة المرور غير صحيحة
151 151 notice_account_register_done: لقد تم انشاء حسابك بنجاح، الرجاء تأكيد الطلب من البريد الالكتروني
152 152 notice_account_unknown_email: مستخدم غير معروف.
153 153 notice_can_t_change_password: هذا الحساب يستخدم جهاز خارجي غير مصرح به لا يمكن تغير كلمة المرور
154 154 notice_account_lost_email_sent: لقد تم ارسال رسالة على بريدك بالتعليمات اللازمة لتغير كلمة المرور
155 155 notice_account_activated: لقد تم تفعيل حسابك، يمكنك الدخول الان
156 156 notice_successful_create: لقد تم الانشاء بنجاح
157 157 notice_successful_update: لقد تم التحديث بنجاح
158 158 notice_successful_delete: لقد تم الحذف بنجاح
159 159 notice_successful_connection: لقد تم الربط بنجاح
160 160 notice_file_not_found: الصفحة التي تحاول الدخول اليها غير موجوده او تم حذفها
161 161 notice_locking_conflict: تم تحديث البيانات عن طريق مستخدم آخر.
162 162 notice_not_authorized: غير مصرح لك الدخول الى هذه المنطقة.
163 163 notice_not_authorized_archived_project: المشروع الذي تحاول الدخول اليه تم ارشفته
164 164 notice_email_sent: "%{value}تم ارسال رسالة الى "
165 165 notice_email_error: " (%{value})لقد حدث خطأ ما اثناء ارسال الرسالة الى "
166 166 notice_feeds_access_key_reseted: كلمة الدخول Atomلقد تم تعديل .
167 167 notice_api_access_key_reseted: كلمة الدخولAPIلقد تم تعديل .
168 168 notice_failed_to_save_issues: "فشل في حفظ الملف"
169 169 notice_failed_to_save_members: "فشل في حفظ الاعضاء: %{errors}."
170 170 notice_no_issue_selected: "لم يتم تحديد شيء، الرجاء تحديد المسألة التي تريد"
171 171 notice_account_pending: "لقد تم انشاء حسابك، الرجاء الانتظار حتى تتم الموافقة"
172 172 notice_default_data_loaded: تم تحميل التكوين الافتراضي بنجاح
173 173 notice_unable_delete_version: غير قادر على مسح النسخة.
174 174 notice_unable_delete_time_entry: غير قادر على مسح وقت الدخول.
175 175 notice_issue_done_ratios_updated: لقد تم تحديث النسب.
176 176 notice_gantt_chart_truncated: " (%{max})لقد تم اقتطاع الرسم البياني لانه تجاوز الاحد الاقصى لعدد العناصر المسموح عرضها "
177 177 notice_issue_successful_create: "%{id}لقد تم انشاء "
178 178
179 179
180 180 error_can_t_load_default_data: "لم يتم تحميل التكوين الافتراضي كاملا %{value}"
181 181 error_scm_not_found: "لم يتم العثور على ادخال في المستودع"
182 182 error_scm_command_failed: "حدث خطأ عند محاولة الوصول الى المستودع: %{value}"
183 183 error_scm_annotate: "الادخال غير موجود."
184 184 error_scm_annotate_big_text_file: "لا يمكن حفظ الادخال لانه تجاوز الحد الاقصى لحجم الملف."
185 185 error_issue_not_found_in_project: 'لم يتم العثور على المخرج او انه ينتمي الى مشروع اخر'
186 186 error_no_tracker_in_project: 'لا يوجد انواع بنود عمل لهذا المشروع، الرجاء التحقق من إعدادات المشروع. '
187 187 error_no_default_issue_status: 'لم يتم التعرف على اي وضع افتراضي، الرجاء التحقق من التكوين الخاص بك (اذهب الى إدارة-إصدار الحالات)'
188 188 error_can_not_delete_custom_field: غير قادر على حذف الحقل المظلل
189 189 error_can_not_delete_tracker: "هذا النوع من بنود العمل يحتوي على بنود نشطة ولا يمكن حذفه"
190 190 error_can_not_remove_role: "هذا الدور قيد الاستخدام، لا يمكن حذفه"
191 191 error_can_not_reopen_issue_on_closed_version: 'لا يمكن إعادة فتح بند عمل معين لاصدار مقفل'
192 192 error_can_not_archive_project: لا يمكن ارشفة هذا المشروع
193 193 error_issue_done_ratios_not_updated: "لم يتم تحديث النسب"
194 194 error_workflow_copy_source: 'الرجاء اختيار نوع بند العمل او الادوار'
195 195 error_workflow_copy_target: 'الرجاء اختيار نوع بند العمل المستهدف او الادوار المستهدفة'
196 196 error_unable_delete_issue_status: 'غير قادر على حذف حالة بند العمل'
197 197 error_unable_to_connect: "تعذر الاتصال(%{value})"
198 198 error_attachment_too_big: " (%{max_size})لا يمكن تحميل هذا الملف، لقد تجاوز الحد الاقصى المسموح به "
199 199 warning_attachments_not_saved: "%{count}تعذر حفظ الملف"
200 200
201 201 mail_subject_lost_password: " %{value}كلمة المرور الخاصة بك "
202 202 mail_body_lost_password: 'لتغير كلمة المرور، انقر على الروابط التالية:'
203 203 mail_subject_register: " %{value}تفعيل حسابك "
204 204 mail_body_register: 'لتفعيل حسابك، انقر على الروابط التالية:'
205 205 mail_body_account_information_external: " %{value}اصبح بامكانك استخدام حسابك للدخول"
206 206 mail_body_account_information: معلومات حسابك
207 207 mail_subject_account_activation_request: "%{value}طلب تفعيل الحساب "
208 208 mail_body_account_activation_request: " (%{value})تم تسجيل حساب جديد، بانتظار الموافقة:"
209 209 mail_subject_reminder: "%{count}تم تأجيل المهام التالية "
210 210 mail_body_reminder: "%{count}يجب ان تقوم بتسليم المهام التالية:"
211 211 mail_subject_wiki_content_added: "'%{id}' تم اضافة صفحة ويكي"
212 212 mail_body_wiki_content_added: "The '%{id}' تم اضافة صفحة ويكي من قبل %{author}."
213 213 mail_subject_wiki_content_updated: "'%{id}' تم تحديث صفحة ويكي"
214 214 mail_body_wiki_content_updated: "The '%{id}'تم تحديث صفحة ويكي من قبل %{author}."
215 215
216 216
217 217 field_name: الاسم
218 218 field_description: الوصف
219 219 field_summary: الملخص
220 220 field_is_required: مطلوب
221 221 field_firstname: الاسم الاول
222 222 field_lastname: الاسم الاخير
223 223 field_mail: البريد الالكتروني
224 224 field_filename: اسم الملف
225 225 field_filesize: حجم الملف
226 226 field_downloads: التنزيل
227 227 field_author: المؤلف
228 228 field_created_on: تم الانشاء في
229 229 field_updated_on: تم التحديث
230 230 field_field_format: تنسيق الحقل
231 231 field_is_for_all: لكل المشروعات
232 232 field_possible_values: قيم محتملة
233 233 field_regexp: التعبير العادي
234 234 field_min_length: الحد الادنى للطول
235 235 field_max_length: الحد الاعلى للطول
236 236 field_value: القيمة
237 237 field_category: الفئة
238 238 field_title: العنوان
239 239 field_project: المشروع
240 240 field_issue: بند العمل
241 241 field_status: الحالة
242 242 field_notes: ملاحظات
243 243 field_is_closed: بند العمل مغلق
244 244 field_is_default: القيمة الافتراضية
245 245 field_tracker: نوع بند العمل
246 246 field_subject: الموضوع
247 247 field_due_date: تاريخ النهاية
248 248 field_assigned_to: المحال اليه
249 249 field_priority: الأولوية
250 250 field_fixed_version: الاصدار المستهدف
251 251 field_user: المستخدم
252 252 field_principal: الرئيسي
253 253 field_role: دور
254 254 field_homepage: الصفحة الرئيسية
255 255 field_is_public: عام
256 256 field_parent: مشروع فرعي من
257 257 field_is_in_roadmap: معروض في خارطة الطريق
258 258 field_login: تسجيل الدخول
259 259 field_mail_notification: ملاحظات على البريد الالكتروني
260 260 field_admin: المدير
261 261 field_last_login_on: اخر اتصال
262 262 field_language: لغة
263 263 field_effective_date: تاريخ
264 264 field_password: كلمة المرور
265 265 field_new_password: كلمة المرور الجديدة
266 266 field_password_confirmation: تأكيد
267 267 field_version: إصدار
268 268 field_type: نوع
269 269 field_host: المضيف
270 270 field_port: المنفذ
271 271 field_account: الحساب
272 272 field_base_dn: DN قاعدة
273 273 field_attr_login: سمة الدخول
274 274 field_attr_firstname: سمة الاسم الاول
275 275 field_attr_lastname: سمة الاسم الاخير
276 276 field_attr_mail: سمة البريد الالكتروني
277 277 field_onthefly: إنشاء حساب مستخدم على تحرك
278 278 field_start_date: تاريخ البداية
279 279 field_done_ratio: "نسبة الانجاز"
280 280 field_auth_source: وضع المصادقة
281 281 field_hide_mail: إخفاء بريدي الإلكتروني
282 282 field_comments: تعليق
283 283 field_url: رابط
284 284 field_start_page: صفحة البداية
285 285 field_subproject: المشروع الفرعي
286 286 field_hours: ساعات
287 287 field_activity: النشاط
288 288 field_spent_on: تاريخ
289 289 field_identifier: المعرف
290 290 field_is_filter: استخدم كتصفية
291 291 field_issue_to: بنود العمل المتصلة
292 292 field_delay: تأخير
293 293 field_assignable: يمكن اسناد بنود العمل الى هذا الدور
294 294 field_redirect_existing_links: إعادة توجيه الروابط الموجودة
295 295 field_estimated_hours: الوقت المتوقع
296 296 field_column_names: أعمدة
297 297 field_time_entries: وقت الدخول
298 298 field_time_zone: المنطقة الزمنية
299 299 field_searchable: يمكن البحث فيه
300 300 field_default_value: القيمة الافتراضية
301 301 field_comments_sorting: اعرض التعليقات
302 302 field_parent_title: صفحة الوالدين
303 303 field_editable: يمكن اعادة تحريره
304 304 field_watcher: مراقب
305 305 field_identity_url: افتح الرابط الخاص بالهوية الشخصية
306 306 field_content: المحتويات
307 307 field_group_by: تصنيف النتائج بواسطة
308 308 field_sharing: مشاركة
309 309 field_parent_issue: بند العمل الأصلي
310 310 field_member_of_group: "مجموعة المحال"
311 311 field_assigned_to_role: "دور المحال"
312 312 field_text: حقل نصي
313 313 field_visible: غير مرئي
314 314 field_warn_on_leaving_unsaved: "الرجاء التحذير عند مغادرة صفحة والنص غير محفوظ"
315 315 field_issues_visibility: بنود العمل المرئية
316 316 field_is_private: خاص
317 317 field_commit_logs_encoding: رسائل الترميز
318 318 field_scm_path_encoding: ترميز المسار
319 319 field_path_to_repository: مسار المستودع
320 320 field_root_directory: دليل الجذر
321 321 field_cvsroot: CVSجذر
322 322 field_cvs_module: وحدة
323 323
324 324 setting_app_title: عنوان التطبيق
325 325 setting_app_subtitle: العنوان الفرعي للتطبيق
326 326 setting_welcome_text: نص الترحيب
327 327 setting_default_language: اللغة الافتراضية
328 328 setting_login_required: مطلوب المصادقة
329 329 setting_self_registration: التسجيل الذاتي
330 330 setting_attachment_max_size: الحد الاقصى للملفات المرفقة
331 331 setting_issues_export_limit: الحد الاقصى لتصدير بنود العمل لملفات خارجية
332 332 setting_mail_from: انبعاثات عنوان بريدك
333 333 setting_bcc_recipients: مستلمين النسخ المخفية (bcc)
334 334 setting_plain_text_mail: نص عادي (no HTML)
335 335 setting_host_name: اسم ومسار المستخدم
336 336 setting_text_formatting: تنسيق النص
337 337 setting_wiki_compression: ضغط تاريخ الويكي
338 338 setting_feeds_limit: Atom feeds الحد الاقصى لعدد البنود في
339 339 setting_default_projects_public: المشاريع الجديده متاحة للجميع افتراضيا
340 340 setting_autofetch_changesets: الإحضار التلقائي
341 341 setting_sys_api_enabled: من ادارة المستودع WS تمكين
342 342 setting_commit_ref_keywords: مرجعية الكلمات المفتاحية
343 343 setting_commit_fix_keywords: تصحيح الكلمات المفتاحية
344 344 setting_autologin: الدخول التلقائي
345 345 setting_date_format: تنسيق التاريخ
346 346 setting_time_format: تنسيق الوقت
347 347 setting_cross_project_issue_relations: السماح بإدراج بنود العمل في هذا المشروع
348 348 setting_issue_list_default_columns: الاعمدة الافتراضية المعروضة في قائمة بند العمل
349 349 setting_repositories_encodings: ترميز المرفقات والمستودعات
350 350 setting_emails_header: رأس رسائل البريد الإلكتروني
351 351 setting_emails_footer: ذيل رسائل البريد الإلكتروني
352 352 setting_protocol: بروتوكول
353 353 setting_per_page_options: الكائنات لكل خيارات الصفحة
354 354 setting_user_format: تنسيق عرض المستخدم
355 355 setting_activity_days_default: الايام المعروضة على نشاط المشروع
356 356 setting_display_subprojects_issues: عرض بنود العمل للمشارع الرئيسية بشكل افتراضي
357 357 setting_enabled_scm: SCM تمكين
358 358 setting_mail_handler_body_delimiters: "اقتطاع رسائل البريد الإلكتروني بعد هذه الخطوط"
359 359 setting_mail_handler_api_enabled: للرسائل الواردةWS تمكين
360 360 setting_mail_handler_api_key: API مفتاح
361 361 setting_sequential_project_identifiers: انشاء معرفات المشروع المتسلسلة
362 362 setting_gravatar_enabled: كأيقونة مستخدمGravatar استخدام
363 363 setting_gravatar_default: الافتراضيةGravatar صورة
364 364 setting_diff_max_lines_displayed: الحد الاقصى لعدد الخطوط
365 365 setting_file_max_size_displayed: الحد الأقصى لحجم النص المعروض على الملفات المرفقة
366 366 setting_repository_log_display_limit: الحد الاقصى لعدد التنقيحات المعروضة على ملف السجل
367 367 setting_openid: السماح بدخول اسم المستخدم المفتوح والتسجيل
368 368 setting_password_min_length: الحد الادني لطول كلمة المرور
369 369 setting_new_project_user_role_id: الدور المسند الى المستخدم غير المسؤول الذي يقوم بإنشاء المشروع
370 370 setting_default_projects_modules: تمكين الوحدات النمطية للمشاريع الجديدة بشكل افتراضي
371 371 setting_issue_done_ratio: حساب نسبة بند العمل المنتهية
372 372 setting_issue_done_ratio_issue_field: استخدم حقل بند العمل
373 373 setting_issue_done_ratio_issue_status: استخدم وضع بند العمل
374 374 setting_start_of_week: بدأ التقويم
375 375 setting_rest_api_enabled: تمكين باقي خدمات الويب
376 376 setting_cache_formatted_text: النص المسبق تنسيقه في ذاكرة التخزين المؤقت
377 377 setting_default_notification_option: خيار الاعلام الافتراضي
378 378 setting_commit_logtime_enabled: تميكن وقت الدخول
379 379 setting_commit_logtime_activity_id: النشاط في وقت الدخول
380 380 setting_gantt_items_limit: الحد الاقصى لعدد العناصر المعروضة على مخطط جانت
381 381 setting_issue_group_assignment: السماح للإحالة الى المجموعات
382 382 setting_default_issue_start_date_to_creation_date: استخدام التاريخ الحالي كتاريخ بدأ لبنود العمل الجديدة
383 383
384 384 permission_add_project: إنشاء مشروع
385 385 permission_add_subprojects: إنشاء مشاريع فرعية
386 386 permission_edit_project: تعديل مشروع
387 387 permission_select_project_modules: تحديد شكل المشروع
388 388 permission_manage_members: إدارة الاعضاء
389 389 permission_manage_project_activities: ادارة اصدارات المشروع
390 390 permission_manage_versions: ادارة الاصدارات
391 391 permission_manage_categories: ادارة انواع بنود العمل
392 392 permission_view_issues: عرض بنود العمل
393 393 permission_add_issues: اضافة بنود العمل
394 394 permission_edit_issues: تعديل بنود العمل
395 395 permission_manage_issue_relations: ادارة علاقات بنود العمل
396 396 permission_set_issues_private: تعين بنود العمل عامة او خاصة
397 397 permission_set_own_issues_private: تعين بنود العمل الخاصة بك كبنود عمل عامة او خاصة
398 398 permission_add_issue_notes: اضافة ملاحظات
399 399 permission_edit_issue_notes: تعديل ملاحظات
400 400 permission_edit_own_issue_notes: تعديل ملاحظاتك
401 401 permission_move_issues: تحريك بنود العمل
402 402 permission_delete_issues: حذف بنود العمل
403 403 permission_manage_public_queries: ادارة الاستعلامات العامة
404 404 permission_save_queries: حفظ الاستعلامات
405 405 permission_view_gantt: عرض طريقة"جانت"
406 406 permission_view_calendar: عرض التقويم
407 407 permission_view_issue_watchers: عرض قائمة المراقبين
408 408 permission_add_issue_watchers: اضافة مراقبين
409 409 permission_delete_issue_watchers: حذف مراقبين
410 410 permission_log_time: الوقت المستغرق بالدخول
411 411 permission_view_time_entries: عرض الوقت المستغرق
412 412 permission_edit_time_entries: تعديل الدخولات الزمنية
413 413 permission_edit_own_time_entries: تعديل الدخولات الشخصية
414 414 permission_manage_news: ادارة الاخبار
415 415 permission_comment_news: اخبار التعليقات
416 416 permission_view_documents: عرض المستندات
417 417 permission_manage_files: ادارة الملفات
418 418 permission_view_files: عرض الملفات
419 419 permission_manage_wiki: ادارة ويكي
420 420 permission_rename_wiki_pages: اعادة تسمية صفحات ويكي
421 421 permission_delete_wiki_pages: حذق صفحات ويكي
422 422 permission_view_wiki_pages: عرض ويكي
423 423 permission_view_wiki_edits: عرض تاريخ ويكي
424 424 permission_edit_wiki_pages: تعديل صفحات ويكي
425 425 permission_delete_wiki_pages_attachments: حذف المرفقات
426 426 permission_protect_wiki_pages: حماية صفحات ويكي
427 427 permission_manage_repository: ادارة المستودعات
428 428 permission_browse_repository: استعراض المستودعات
429 429 permission_view_changesets: عرض طاقم التغيير
430 430 permission_commit_access: الوصول
431 431 permission_manage_boards: ادارة المنتديات
432 432 permission_view_messages: عرض الرسائل
433 433 permission_add_messages: نشر الرسائل
434 434 permission_edit_messages: تحرير الرسائل
435 435 permission_edit_own_messages: تحرير الرسائل الخاصة
436 436 permission_delete_messages: حذف الرسائل
437 437 permission_delete_own_messages: حذف الرسائل الخاصة
438 438 permission_export_wiki_pages: تصدير صفحات ويكي
439 439 permission_manage_subtasks: ادارة المهام الفرعية
440 440
441 441 project_module_issue_tracking: تعقب بنود العمل
442 442 project_module_time_tracking: التعقب الزمني
443 443 project_module_news: الاخبار
444 444 project_module_documents: المستندات
445 445 project_module_files: الملفات
446 446 project_module_wiki: ويكي
447 447 project_module_repository: المستودع
448 448 project_module_boards: المنتديات
449 449 project_module_calendar: التقويم
450 450 project_module_gantt: جانت
451 451
452 452 label_user: المستخدم
453 453 label_user_plural: المستخدمين
454 454 label_user_new: مستخدم جديد
455 455 label_user_anonymous: مجهول الهوية
456 456 label_project: مشروع
457 457 label_project_new: مشروع جديد
458 458 label_project_plural: مشاريع
459 459 label_x_projects:
460 460 zero: لا يوجد مشاريع
461 461 one: مشروع واحد
462 462 other: "%{count} مشاريع"
463 463 label_project_all: كل المشاريع
464 464 label_project_latest: احدث المشاريع
465 465 label_issue: بند عمل
466 466 label_issue_new: بند عمل جديد
467 467 label_issue_plural: بنود عمل
468 468 label_issue_view_all: عرض كل بنود العمل
469 469 label_issues_by: " %{value}بند العمل لصحابها"
470 470 label_issue_added: تم اضافة بند العمل
471 471 label_issue_updated: تم تحديث بند العمل
472 472 label_issue_note_added: تم اضافة الملاحظة
473 473 label_issue_status_updated: تم تحديث الحالة
474 474 label_issue_priority_updated: تم تحديث الاولويات
475 475 label_document: مستند
476 476 label_document_new: مستند جديد
477 477 label_document_plural: مستندات
478 478 label_document_added: تم اضافة مستند
479 479 label_role: دور
480 480 label_role_plural: ادوار
481 481 label_role_new: دور جديد
482 482 label_role_and_permissions: الأدوار والصلاحيات
483 483 label_role_anonymous: مجهول الهوية
484 484 label_role_non_member: ليس عضو
485 485 label_member: عضو
486 486 label_member_new: عضو جديد
487 487 label_member_plural: اعضاء
488 488 label_tracker: نوع بند عمل
489 489 label_tracker_plural: أنواع بنود العمل
490 490 label_tracker_new: نوع بند عمل جديد
491 491 label_workflow: سير العمل
492 492 label_issue_status: حالة بند العمل
493 493 label_issue_status_plural: حالات بند العمل
494 494 label_issue_status_new: حالة جديدة
495 495 label_issue_category: فئة بند العمل
496 496 label_issue_category_plural: فئات بنود العمل
497 497 label_issue_category_new: فئة جديدة
498 498 label_custom_field: تخصيص حقل
499 499 label_custom_field_plural: تخصيص حقول
500 500 label_custom_field_new: حقل مخصص جديد
501 501 label_enumerations: التعدادات
502 502 label_enumeration_new: قيمة جديدة
503 503 label_information: معلومة
504 504 label_information_plural: معلومات
505 505 label_please_login: برجى تسجيل الدخول
506 506 label_register: تسجيل
507 507 label_login_with_open_id_option: او الدخول بهوية مفتوحة
508 508 label_password_lost: فقدت كلمة السر
509 509 label_home: "الصفحة الرئيسية"
510 510 label_my_page: الصفحة الخاصة بي
511 511 label_my_account: حسابي
512 512 label_my_projects: مشاريعي الخاصة
513 513 label_my_page_block: حجب صفحتي الخاصة
514 514 label_administration: إدارة النظام
515 515 label_login: تسجيل الدخول
516 516 label_logout: تسجيل الخروج
517 517 label_help: مساعدة
518 518 label_reported_issues: بنود العمل التي أدخلتها
519 519 label_assigned_to_me_issues: بنود العمل المسندة إلي
520 520 label_last_login: آخر اتصال
521 521 label_registered_on: مسجل على
522 522 label_activity: النشاط
523 523 label_overall_activity: النشاط العام
524 524 label_user_activity: "قيمة النشاط"
525 525 label_new: جديدة
526 526 label_logged_as: تم تسجيل دخولك
527 527 label_environment: البيئة
528 528 label_authentication: المصادقة
529 529 label_auth_source: وضع المصادقة
530 530 label_auth_source_new: وضع مصادقة جديدة
531 531 label_auth_source_plural: أوضاع المصادقة
532 532 label_subproject_plural: مشاريع فرعية
533 533 label_subproject_new: مشروع فرعي جديد
534 534 label_and_its_subprojects: "قيمة المشاريع الفرعية الخاصة بك"
535 535 label_min_max_length: الحد الاقصى والادنى للطول
536 536 label_list: قائمة
537 537 label_date: تاريخ
538 538 label_integer: عدد صحيح
539 539 label_float: عدد كسري
540 540 label_boolean: "نعم/لا"
541 541 label_string: نص
542 542 label_text: نص طويل
543 543 label_attribute: سمة
544 544 label_attribute_plural: السمات
545 545 label_no_data: لا توجد بيانات للعرض
546 546 label_change_status: تغيير الحالة
547 547 label_history: التاريخ
548 548 label_attachment: الملف
549 549 label_attachment_new: ملف جديد
550 550 label_attachment_delete: حذف الملف
551 551 label_attachment_plural: الملفات
552 552 label_file_added: الملف المضاف
553 553 label_report: تقرير
554 554 label_report_plural: التقارير
555 555 label_news: الأخبار
556 556 label_news_new: إضافة الأخبار
557 557 label_news_plural: الأخبار
558 558 label_news_latest: آخر الأخبار
559 559 label_news_view_all: عرض كل الأخبار
560 560 label_news_added: الأخبار المضافة
561 561 label_news_comment_added: إضافة التعليقات على أخبار
562 562 label_settings: إعدادات
563 563 label_overview: لمحة عامة
564 564 label_version: الإصدار
565 565 label_version_new: الإصدار الجديد
566 566 label_version_plural: الإصدارات
567 567 label_close_versions: أكملت إغلاق الإصدارات
568 568 label_confirmation: تأكيد
569 569 label_export_to: 'متوفرة أيضا في:'
570 570 label_read: القراءة...
571 571 label_public_projects: المشاريع العامة
572 572 label_open_issues: مفتوح
573 573 label_open_issues_plural: بنود عمل مفتوحة
574 574 label_closed_issues: مغلق
575 575 label_closed_issues_plural: بنود عمل مغلقة
576 576 label_x_open_issues_abbr:
577 577 zero: 0 مفتوح
578 578 one: 1 مقتوح
579 579 other: "%{count} مفتوح"
580 580 label_x_closed_issues_abbr:
581 581 zero: 0 مغلق
582 582 one: 1 مغلق
583 583 other: "%{count} مغلق"
584 584 label_total: الإجمالي
585 585 label_permissions: صلاحيات
586 586 label_current_status: الحالة الحالية
587 587 label_new_statuses_allowed: يسمح بادراج حالات جديدة
588 588 label_all: جميع
589 589 label_none: لا شيء
590 590 label_nobody: لا أحد
591 591 label_next: القادم
592 592 label_previous: السابق
593 593 label_used_by: التي يستخدمها
594 594 label_details: التفاصيل
595 595 label_add_note: إضافة ملاحظة
596 596 label_calendar: التقويم
597 597 label_months_from: بعد أشهر من
598 598 label_gantt: جانت
599 599 label_internal: الداخلية
600 600 label_last_changes: "آخر التغييرات %{count}"
601 601 label_change_view_all: عرض كافة التغييرات
602 602 label_personalize_page: تخصيص هذه الصفحة
603 603 label_comment: تعليق
604 604 label_comment_plural: تعليقات
605 605 label_x_comments:
606 606 zero: لا يوجد تعليقات
607 607 one: تعليق واحد
608 608 other: "%{count} تعليقات"
609 609 label_comment_add: إضافة تعليق
610 610 label_comment_added: تم إضافة التعليق
611 611 label_comment_delete: حذف التعليقات
612 612 label_query: استعلام مخصص
613 613 label_query_plural: استعلامات مخصصة
614 614 label_query_new: استعلام جديد
615 615 label_my_queries: استعلاماتي المخصصة
616 616 label_filter_add: إضافة عامل تصفية
617 617 label_filter_plural: عوامل التصفية
618 618 label_equals: يساوي
619 619 label_not_equals: لا يساوي
620 620 label_in_less_than: أقل من
621 621 label_in_more_than: أكثر من
622 622 label_greater_or_equal: '>='
623 623 label_less_or_equal: '< ='
624 624 label_between: بين
625 625 label_in: في
626 626 label_today: اليوم
627 627 label_all_time: كل الوقت
628 628 label_yesterday: بالأمس
629 629 label_this_week: هذا الأسبوع
630 630 label_last_week: الأسبوع الماضي
631 631 label_last_n_days: "آخر %{count} أيام"
632 632 label_this_month: هذا الشهر
633 633 label_last_month: الشهر الماضي
634 634 label_this_year: هذا العام
635 635 label_date_range: نطاق التاريخ
636 636 label_less_than_ago: أقل من عدد أيام
637 637 label_more_than_ago: أكثر من عدد أيام
638 638 label_ago: منذ أيام
639 639 label_contains: يحتوي على
640 640 label_not_contains: لا يحتوي على
641 641 label_day_plural: أيام
642 642 label_repository: المستودع
643 643 label_repository_plural: المستودعات
644 644 label_browse: تصفح
645 645 label_branch: فرع
646 646 label_tag: ربط
647 647 label_revision: مراجعة
648 648 label_revision_plural: تنقيحات
649 649 label_revision_id: " %{value}مراجعة"
650 650 label_associated_revisions: التنقيحات المرتبطة
651 651 label_added: مضاف
652 652 label_modified: معدل
653 653 label_copied: منسوخ
654 654 label_renamed: إعادة تسمية
655 655 label_deleted: محذوف
656 656 label_latest_revision: آخر تنقيح
657 657 label_latest_revision_plural: أحدث المراجعات
658 658 label_view_revisions: عرض التنقيحات
659 659 label_view_all_revisions: عرض كافة المراجعات
660 660 label_max_size: الحد الأقصى للحجم
661 661 label_sort_highest: التحرك لأعلى مرتبة
662 662 label_sort_higher: تحريك لأعلى
663 663 label_sort_lower: تحريك لأسفل
664 664 label_sort_lowest: التحرك لأسفل مرتبة
665 665 label_roadmap: خارطة الطريق
666 666 label_roadmap_due_in: " %{value}تستحق في "
667 667 label_roadmap_overdue: "%{value}تأخير"
668 668 label_roadmap_no_issues: لا يوجد بنود عمل لهذا الإصدار
669 669 label_search: البحث
670 670 label_result_plural: النتائج
671 671 label_all_words: كل الكلمات
672 672 label_wiki: ويكي
673 673 label_wiki_edit: تحرير ويكي
674 674 label_wiki_edit_plural: عمليات تحرير ويكي
675 675 label_wiki_page: صفحة ويكي
676 676 label_wiki_page_plural: ويكي صفحات
677 677 label_index_by_title: الفهرس حسب العنوان
678 678 label_index_by_date: الفهرس حسب التاريخ
679 679 label_current_version: الإصدار الحالي
680 680 label_preview: معاينة
681 681 label_feed_plural: موجز ويب
682 682 label_changes_details: تفاصيل جميع التغييرات
683 683 label_issue_tracking: تعقب بنود العمل
684 684 label_spent_time: ما تم إنفاقه من الوقت
685 685 label_overall_spent_time: الوقت الذي تم انفاقه كاملا
686 686 label_f_hour: "%{value} ساعة"
687 687 label_f_hour_plural: "%{value} ساعات"
688 688 label_time_tracking: تعقب الوقت
689 689 label_change_plural: التغييرات
690 690 label_statistics: إحصاءات
691 691 label_commits_per_month: يثبت في الشهر
692 692 label_commits_per_author: يثبت لكل مؤلف
693 693 label_diff: الاختلافات
694 694 label_view_diff: عرض الاختلافات
695 695 label_diff_inline: مضمنة
696 696 label_diff_side_by_side: جنبا إلى جنب
697 697 label_options: خيارات
698 698 label_copy_workflow_from: نسخ سير العمل من
699 699 label_permissions_report: تقرير الصلاحيات
700 700 label_watched_issues: بنود العمل المتابعة بريدياً
701 701 label_related_issues: بنود العمل ذات الصلة
702 702 label_applied_status: الحالة المطبقة
703 703 label_loading: تحميل...
704 704 label_relation_new: علاقة جديدة
705 705 label_relation_delete: حذف العلاقة
706 706 label_relates_to: ذات علاقة بـ
707 707 label_duplicates: مكرر من
708 708 label_duplicated_by: مكرر بواسطة
709 709 label_blocks: يجب تنفيذه قبل
710 710 label_blocked_by: لا يمكن تنفيذه إلا بعد
711 711 label_precedes: يسبق
712 712 label_follows: يتبع
713 713 label_stay_logged_in: تسجيل الدخول في
714 714 label_disabled: تعطيل
715 715 label_show_completed_versions: إظهار الإصدارات الكاملة
716 716 label_me: لي
717 717 label_board: المنتدى
718 718 label_board_new: منتدى جديد
719 719 label_board_plural: المنتديات
720 720 label_board_locked: تأمين
721 721 label_board_sticky: لزجة
722 722 label_topic_plural: المواضيع
723 723 label_message_plural: رسائل
724 724 label_message_last: آخر رسالة
725 725 label_message_new: رسالة جديدة
726 726 label_message_posted: تم اضافة الرسالة
727 727 label_reply_plural: الردود
728 728 label_send_information: إرسال معلومات الحساب للمستخدم
729 729 label_year: سنة
730 730 label_month: شهر
731 731 label_week: أسبوع
732 732 label_date_from: من
733 733 label_date_to: إلى
734 734 label_language_based: استناداً إلى لغة المستخدم
735 735 label_sort_by: " %{value}الترتيب حسب "
736 736 label_send_test_email: ارسل رسالة الكترونية كاختبار
737 737 label_feeds_access_key: Atom مفتاح دخول
738 738 label_missing_feeds_access_key: مفقودAtom مفتاح دخول
739 739 label_feeds_access_key_created_on: "Atom تم انشاء مفتاح %{value} منذ"
740 740 label_module_plural: الوحدات النمطية
741 741 label_added_time_by: " تم اضافته من قبل %{author} منذ %{age}"
742 742 label_updated_time_by: " تم تحديثه من قبل %{author} منذ %{age}"
743 743 label_updated_time: "تم التحديث منذ %{value}"
744 744 label_jump_to_a_project: الانتقال إلى مشروع...
745 745 label_file_plural: الملفات
746 746 label_changeset_plural: اعدادات التغير
747 747 label_default_columns: الاعمدة الافتراضية
748 748 label_no_change_option: (لا تغيير)
749 749 label_bulk_edit_selected_issues: تحرير بنود العمل المظللة
750 750 label_bulk_edit_selected_time_entries: تعديل بنود الأوقات المظللة
751 751 label_theme: الموضوع
752 752 label_default: الافتراضي
753 753 label_search_titles_only: البحث في العناوين فقط
754 754 label_user_mail_option_all: "جميع الخيارات"
755 755 label_user_mail_option_selected: "الخيارات المظللة فقط"
756 756 label_user_mail_option_none: "لم يتم تحديد اي خيارات"
757 757 label_user_mail_option_only_my_events: "السماح لي فقط بمشاهدة الاحداث الخاصة"
758 758 label_user_mail_option_only_assigned: "فقط الخيارات التي تم تعيينها"
759 759 label_user_mail_option_only_owner: "فقط للخيارات التي املكها"
760 760 label_user_mail_no_self_notified: "لا تريد إعلامك بالتغيرات التي تجريها بنفسك"
761 761 label_registration_activation_by_email: حساب التنشيط عبر البريد الإلكتروني
762 762 label_registration_manual_activation: تنشيط الحساب اليدوي
763 763 label_registration_automatic_activation: تنشيط الحساب التلقائي
764 764 label_display_per_page: "لكل صفحة: %{value}"
765 765 label_age: العمر
766 766 label_change_properties: تغيير الخصائص
767 767 label_general: عامة
768 768 label_more: أكثر
769 769 label_scm: scm
770 770 label_plugins: الإضافات
771 771 label_ldap_authentication: مصادقة LDAP
772 772 label_downloads_abbr: تنزيل
773 773 label_optional_description: وصف اختياري
774 774 label_add_another_file: إضافة ملف آخر
775 775 label_preferences: تفضيلات
776 776 label_chronological_order: في ترتيب زمني
777 777 label_reverse_chronological_order: في ترتيب زمني عكسي
778 778 label_planning: التخطيط
779 779 label_incoming_emails: رسائل البريد الإلكتروني الوارد
780 780 label_generate_key: إنشاء مفتاح
781 781 label_issue_watchers: المراقبون
782 782 label_example: مثال
783 783 label_display: العرض
784 784 label_sort: فرز
785 785 label_ascending: تصاعدي
786 786 label_descending: تنازلي
787 787 label_date_from_to: من %{start} الى %{end}
788 788 label_wiki_content_added: إضافة صفحة ويكي
789 789 label_wiki_content_updated: تحديث صفحة ويكي
790 790 label_group: مجموعة
791 791 label_group_plural: المجموعات
792 792 label_group_new: مجموعة جديدة
793 793 label_time_entry_plural: الأوقات المنفقة
794 794 label_version_sharing_none: غير متاح
795 795 label_version_sharing_descendants: متاح للمشاريع الفرعية
796 796 label_version_sharing_hierarchy: متاح للتسلسل الهرمي للمشروع
797 797 label_version_sharing_tree: مع شجرة المشروع
798 798 label_version_sharing_system: مع جميع المشاريع
799 799 label_update_issue_done_ratios: تحديث نسبة الأداء لبند العمل
800 800 label_copy_source: المصدر
801 801 label_copy_target: الهدف
802 802 label_copy_same_as_target: مطابق للهدف
803 803 label_display_used_statuses_only: عرض الحالات المستخدمة من قبل هذا النوع من بنود العمل فقط
804 804 label_api_access_key: مفتاح الوصول إلى API
805 805 label_missing_api_access_key: API لم يتم الحصول على مفتاح الوصول
806 806 label_api_access_key_created_on: " API إنشاء مفتاح الوصول إلى"
807 807 label_profile: الملف الشخصي
808 808 label_subtask_plural: المهام الفرعية
809 809 label_project_copy_notifications: إرسال إشعار الى البريد الإلكتروني عند نسخ المشروع
810 810 label_principal_search: "البحث عن مستخدم أو مجموعة:"
811 811 label_user_search: "البحث عن المستخدم:"
812 812 label_additional_workflow_transitions_for_author: الانتقالات الإضافية المسموح بها عند المستخدم صاحب البلاغ
813 813 label_additional_workflow_transitions_for_assignee: الانتقالات الإضافية المسموح بها عند المستخدم المحال إليه
814 814 label_issues_visibility_all: جميع بنود العمل
815 815 label_issues_visibility_public: جميع بنود العمل الخاصة
816 816 label_issues_visibility_own: بنود العمل التي أنشأها المستخدم
817 817 label_git_report_last_commit: اعتماد التقرير الأخير للملفات والدلائل
818 818 label_parent_revision: الوالدين
819 819 label_child_revision: الطفل
820 820 label_export_options: "%{export_format} خيارات التصدير"
821 821
822 822 button_login: دخول
823 823 button_submit: تثبيت
824 824 button_save: حفظ
825 825 button_check_all: تحديد الكل
826 826 button_uncheck_all: عدم تحديد الكل
827 827 button_collapse_all: تقليص الكل
828 828 button_expand_all: عرض الكل
829 829 button_delete: حذف
830 830 button_create: إنشاء
831 831 button_create_and_continue: إنشاء واستمرار
832 832 button_test: اختبار
833 833 button_edit: تعديل
834 834 button_edit_associated_wikipage: "تغير صفحة ويكي: %{page_title}"
835 835 button_add: إضافة
836 836 button_change: تغيير
837 837 button_apply: تطبيق
838 838 button_clear: إخلاء الحقول
839 839 button_lock: قفل
840 840 button_unlock: الغاء القفل
841 841 button_download: تنزيل
842 842 button_list: قائمة
843 843 button_view: عرض
844 844 button_move: تحرك
845 845 button_move_and_follow: تحرك واتبع
846 846 button_back: رجوع
847 847 button_cancel: إلغاء
848 848 button_activate: تنشيط
849 849 button_sort: ترتيب
850 850 button_log_time: وقت الدخول
851 851 button_rollback: الرجوع الى هذا الاصدار
852 852 button_watch: تابع عبر البريد
853 853 button_unwatch: إلغاء المتابعة عبر البريد
854 854 button_reply: رد
855 855 button_archive: أرشفة
856 856 button_unarchive: إلغاء الأرشفة
857 857 button_reset: إعادة
858 858 button_rename: إعادة التسمية
859 859 button_change_password: تغير كلمة المرور
860 860 button_copy: نسخ
861 861 button_copy_and_follow: نسخ واتباع
862 862 button_annotate: تعليق
863 863 button_update: تحديث
864 864 button_configure: تكوين
865 865 button_quote: اقتباس
866 866 button_duplicate: عمل نسخة
867 867 button_show: إظهار
868 868 button_edit_section: تعديل هذا الجزء
869 869 button_export: تصدير لملف
870 870
871 871 status_active: نشيط
872 872 status_registered: مسجل
873 873 status_locked: مقفل
874 874
875 875 version_status_open: مفتوح
876 876 version_status_locked: مقفل
877 877 version_status_closed: مغلق
878 878
879 879 field_active: فعال
880 880
881 881 text_select_mail_notifications: حدد الامور التي يجب ابلاغك بها عن طريق البريد الالكتروني
882 882 text_regexp_info: مثال. ^[A-Z0-9]+$
883 883 text_min_max_length_info: الحد الاقصى والادني لطول المعلومات
884 884 text_project_destroy_confirmation: هل أنت متأكد من أنك تريد حذف هذا المشروع والبيانات ذات الصلة؟
885 885 text_subprojects_destroy_warning: "المشاريع الفرعية: %{value} سيتم حذفها أيضاً."
886 886 text_workflow_edit: حدد دوراً و نوع بند عمل لتحرير سير العمل
887 887 text_are_you_sure: هل أنت متأكد؟
888 888 text_journal_changed: "%{label} تغير %{old} الى %{new}"
889 889 text_journal_changed_no_detail: "%{label} تم التحديث"
890 890 text_journal_set_to: "%{label} تغير الى %{value}"
891 891 text_journal_deleted: "%{label} تم الحذف (%{old})"
892 892 text_journal_added: "%{label} %{value} تم الاضافة"
893 893 text_tip_issue_begin_day: بند عمل بدأ اليوم
894 894 text_tip_issue_end_day: بند عمل انتهى اليوم
895 895 text_tip_issue_begin_end_day: بند عمل بدأ وانتهى اليوم
896 896 text_caracters_maximum: "%{count} الحد الاقصى."
897 897 text_caracters_minimum: "الحد الادنى %{count}"
898 898 text_length_between: "الطول %{min} بين %{max} رمز"
899 899 text_tracker_no_workflow: لم يتم تحديد سير العمل لهذا النوع من بنود العمل
900 900 text_unallowed_characters: رموز غير مسموحة
901 901 text_comma_separated: مسموح رموز متنوعة يفصلها فاصلة .
902 902 text_line_separated: مسموح رموز متنوعة يفصلها سطور
903 903 text_issues_ref_in_commit_messages: الارتباط وتغيير حالة بنود العمل في رسائل تحرير الملفات
904 904 text_issue_added: "بند العمل %{id} تم ابلاغها عن طريق %{author}."
905 905 text_issue_updated: "بند العمل %{id} تم تحديثها عن طريق %{author}."
906 906 text_wiki_destroy_confirmation: هل انت متأكد من رغبتك في حذف هذا الويكي ومحتوياته؟
907 907 text_issue_category_destroy_question: "بعض بنود العمل (%{count}) مرتبطة بهذه الفئة، ماذا تريد ان تفعل بها؟"
908 908 text_issue_category_destroy_assignments: حذف الفئة
909 909 text_issue_category_reassign_to: اعادة تثبيت البنود في الفئة
910 910 text_user_mail_option: "بالنسبة للمشاريع غير المحددة، سوف يتم ابلاغك عن المشاريع التي تشاهدها او تشارك بها فقط!"
911 911 text_no_configuration_data: "الادوار والمتتبع وحالات بند العمل ومخطط سير العمل لم يتم تحديد وضعها الافتراضي بعد. "
912 912 text_load_default_configuration: تحميل الاعدادات الافتراضية
913 913 text_status_changed_by_changeset: " طبق التغيرات المعينة على %{value}."
914 914 text_time_logged_by_changeset: "تم تطبيق التغيرات المعينة على %{value}."
915 915 text_issues_destroy_confirmation: هل انت متأكد من حذف البنود المظللة؟'
916 916 text_issues_destroy_descendants_confirmation: "سوف يؤدي هذا الى حذف %{count} المهام الفرعية ايضا."
917 917 text_time_entries_destroy_confirmation: "هل انت متأكد من رغبتك في حذف الادخالات الزمنية المحددة؟"
918 918 text_select_project_modules: قم بتحديد الوضع المناسب لهذا المشروع:'
919 919 text_default_administrator_account_changed: تم تعديل الاعدادات الافتراضية لحساب المدير
920 920 text_file_repository_writable: المرفقات قابلة للكتابة
921 921 text_plugin_assets_writable: الدليل المساعد قابل للكتابة
922 922 text_destroy_time_entries_question: " ساعة على بند العمل التي تود حذفها، ماذا تريد ان تفعل؟ %{hours} تم تثبيت"
923 923 text_destroy_time_entries: قم بحذف الساعات المسجلة
924 924 text_assign_time_entries_to_project: ثبت الساعات المسجلة على التقرير
925 925 text_reassign_time_entries: 'اعادة تثبيت الساعات المسجلة لبند العمل هذا:'
926 926 text_user_wrote: "%{value} كتب:"
927 927 text_enumeration_destroy_question: "%{count} الكائنات المعنية لهذه القيمة"
928 928 text_enumeration_category_reassign_to: اعادة تثبيت الكائنات التالية لهذه القيمة:'
929 929 text_email_delivery_not_configured: "لم يتم تسليم البريد الالكتروني"
930 930 text_diff_truncated: '... لقد تم اقتطاع هذا الجزء لانه تجاوز الحد الاقصى المسموح بعرضه'
931 931 text_custom_field_possible_values_info: 'سطر لكل قيمة'
932 932 text_wiki_page_nullify_children: "الاحتفاظ بصفحات الابن كصفحات جذر"
933 933 text_wiki_page_destroy_children: "حذف صفحات الابن وجميع أولادهم"
934 934 text_wiki_page_reassign_children: "إعادة تعيين صفحات تابعة لهذه الصفحة الأصلية"
935 935 text_own_membership_delete_confirmation: "انت على وشك إزالة بعض أو كافة الصلاحيات الخاصة بك، لن تكون قادراً على تحرير هذا المشروع بعد ذلك. هل أنت متأكد من أنك تريد المتابعة؟"
936 936 text_zoom_in: تصغير
937 937 text_zoom_out: تكبير
938 938 text_warn_on_leaving_unsaved: "الصفحة تحتوي على نص غير مخزن، سوف يفقد النص اذا تم الخروج من الصفحة."
939 939 text_scm_path_encoding_note: "الافتراضي: UTF-8"
940 940 text_git_repository_note: مستودع فارغ ومحلي
941 941 text_mercurial_repository_note: مستودع محلي
942 942 text_scm_command: امر
943 943 text_scm_command_version: اصدار
944 944 text_scm_config: الرجاء اعادة تشغيل التطبيق
945 945 text_scm_command_not_available: الامر غير متوفر، الرجاء التحقق من لوحة التحكم
946 946
947 947 default_role_manager: مدير
948 948 default_role_developer: مطور
949 949 default_role_reporter: مراسل
950 950 default_tracker_bug: الشوائب
951 951 default_tracker_feature: خاصية
952 952 default_tracker_support: دعم
953 953 default_issue_status_new: جديد
954 954 default_issue_status_in_progress: جاري التحميل
955 955 default_issue_status_resolved: الحل
956 956 default_issue_status_feedback: التغذية الراجعة
957 957 default_issue_status_closed: مغلق
958 958 default_issue_status_rejected: مرفوض
959 959 default_doc_category_user: مستندات المستخدم
960 960 default_doc_category_tech: المستندات التقنية
961 961 default_priority_low: قليل
962 962 default_priority_normal: عادي
963 963 default_priority_high: عالي
964 964 default_priority_urgent: طارئ
965 965 default_priority_immediate: طارئ الآن
966 966 default_activity_design: تصميم
967 967 default_activity_development: تطوير
968 968
969 969 enumeration_issue_priorities: الاولويات
970 970 enumeration_doc_categories: تصنيف المستندات
971 971 enumeration_activities: الانشطة
972 972 enumeration_system_activity: نشاط النظام
973 973 description_filter: فلترة
974 974 description_search: حقل البحث
975 975 description_choose_project: المشاريع
976 976 description_project_scope: مجال البحث
977 977 description_notes: ملاحظات
978 978 description_message_content: محتويات الرسالة
979 979 description_query_sort_criteria_attribute: نوع الترتيب
980 980 description_query_sort_criteria_direction: اتجاه الترتيب
981 981 description_user_mail_notification: إعدادات البريد الالكتروني
982 982 description_available_columns: الاعمدة المتوفرة
983 983 description_selected_columns: الاعمدة المحددة
984 984 description_all_columns: كل الاعمدة
985 985 description_issue_category_reassign: اختر التصنيف
986 986 description_wiki_subpages_reassign: اختر صفحة جديدة
987 987 description_date_range_list: اختر المجال من القائمة
988 988 description_date_range_interval: اختر المدة عن طريق اختيار تاريخ البداية والنهاية
989 989 description_date_from: ادخل تاريخ البداية
990 990 description_date_to: ادخل تاريخ الانتهاء
991 991 text_rmagick_available: RMagick available (optional)
992 992 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
993 993 text_repository_usernames_mapping: |-
994 994 Select or update the Redmine user mapped to each username found in the repository log.
995 995 Users with the same Redmine and repository username or email are automatically mapped.
996 996 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
997 997 label_x_issues:
998 998 zero: لا يوجد بنود عمل
999 999 one: بند عمل واحد
1000 1000 other: "%{count} بنود عمل"
1001 1001 label_repository_new: New repository
1002 1002 field_repository_is_default: Main repository
1003 1003 label_copy_attachments: Copy attachments
1004 1004 label_item_position: "%{position}/%{count}"
1005 1005 label_completed_versions: Completed versions
1006 1006 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1007 1007 field_multiple: Multiple values
1008 1008 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1009 1009 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1010 1010 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1011 1011 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1012 1012 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1013 1013 permission_manage_related_issues: Manage related issues
1014 1014 field_auth_source_ldap_filter: LDAP filter
1015 1015 label_search_for_watchers: Search for watchers to add
1016 1016 notice_account_deleted: Your account has been permanently deleted.
1017 1017 setting_unsubscribe: Allow users to delete their own account
1018 1018 button_delete_my_account: Delete my account
1019 1019 text_account_destroy_confirmation: |-
1020 1020 Are you sure you want to proceed?
1021 1021 Your account will be permanently deleted, with no way to reactivate it.
1022 1022 error_session_expired: Your session has expired. Please login again.
1023 1023 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1024 1024 setting_session_lifetime: Session maximum lifetime
1025 1025 setting_session_timeout: Session inactivity timeout
1026 1026 label_session_expiration: Session expiration
1027 1027 permission_close_project: Close / reopen the project
1028 1028 label_show_closed_projects: View closed projects
1029 1029 button_close: Close
1030 1030 button_reopen: Reopen
1031 1031 project_status_active: active
1032 1032 project_status_closed: closed
1033 1033 project_status_archived: archived
1034 1034 text_project_closed: This project is closed and read-only.
1035 1035 notice_user_successful_create: User %{id} created.
1036 1036 field_core_fields: Standard fields
1037 1037 field_timeout: Timeout (in seconds)
1038 1038 setting_thumbnails_enabled: Display attachment thumbnails
1039 1039 setting_thumbnails_size: Thumbnails size (in pixels)
1040 1040 label_status_transitions: Status transitions
1041 1041 label_fields_permissions: Fields permissions
1042 1042 label_readonly: Read-only
1043 1043 label_required: Required
1044 1044 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1045 1045 field_board_parent: Parent forum
1046 1046 label_attribute_of_project: Project's %{name}
1047 1047 label_attribute_of_author: Author's %{name}
1048 1048 label_attribute_of_assigned_to: Assignee's %{name}
1049 1049 label_attribute_of_fixed_version: Target version's %{name}
1050 1050 label_copy_subtasks: Copy subtasks
1051 1051 label_copied_to: منسوخ لـ
1052 1052 label_copied_from: منسوخ من
1053 1053 label_any_issues_in_project: any issues in project
1054 1054 label_any_issues_not_in_project: any issues not in project
1055 1055 field_private_notes: Private notes
1056 1056 permission_view_private_notes: View private notes
1057 1057 permission_set_notes_private: Set notes as private
1058 1058 label_no_issues_in_project: no issues in project
1059 1059 label_any: جميع
1060 1060 label_last_n_weeks: آخر %{count} أسبوع/أسابيع
1061 1061 setting_cross_project_subtasks: Allow cross-project subtasks
1062 1062 label_cross_project_descendants: متاح للمشاريع الفرعية
1063 1063 label_cross_project_tree: متاح مع شجرة المشروع
1064 1064 label_cross_project_hierarchy: متاح مع التسلسل الهرمي للمشروع
1065 1065 label_cross_project_system: متاح مع جميع المشاريع
1066 1066 button_hide: إخفاء
1067 1067 setting_non_working_week_days: "أيام أجازة/راحة أسبوعية"
1068 1068 label_in_the_next_days: في الأيام المقبلة
1069 1069 label_in_the_past_days: في الأيام الماضية
1070 1070 label_attribute_of_user: User's %{name}
1071 1071 text_turning_multiple_off: If you disable multiple values, multiple values will be
1072 1072 removed in order to preserve only one value per item.
1073 1073 label_attribute_of_issue: Issue's %{name}
1074 1074 permission_add_documents: Add documents
1075 1075 permission_edit_documents: Edit documents
1076 1076 permission_delete_documents: Delete documents
1077 1077 label_gantt_progress_line: Progress line
1078 1078 setting_jsonp_enabled: Enable JSONP support
1079 1079 field_inherit_members: Inherit members
1080 1080 field_closed_on: Closed
1081 1081 field_generate_password: Generate password
1082 1082 setting_default_projects_tracker_ids: Default trackers for new projects
1083 1083 label_total_time: الإجمالي
1084 1084 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1085 1085 to receive a new activation email, please <a href="%{url}">click this link</a>.
1086 1086 notice_account_locked: Your account is locked.
1087 1087 label_hidden: Hidden
1088 1088 label_visibility_private: to me only
1089 1089 label_visibility_roles: to these roles only
1090 1090 label_visibility_public: to any users
1091 1091 field_must_change_passwd: Must change password at next logon
1092 1092 notice_new_password_must_be_different: The new password must be different from the
1093 1093 current password
1094 1094 setting_mail_handler_excluded_filenames: Exclude attachments by name
1095 1095 text_convert_available: ImageMagick convert available (optional)
1096 1096 label_link: Link
1097 1097 label_only: only
1098 1098 label_drop_down_list: drop-down list
1099 1099 label_checkboxes: checkboxes
1100 1100 label_link_values_to: Link values to URL
1101 1101 setting_force_default_language_for_anonymous: Force default language for anonymous
1102 1102 users
1103 1103 setting_force_default_language_for_loggedin: Force default language for logged-in
1104 1104 users
1105 1105 label_custom_field_select_type: Select the type of object to which the custom field
1106 1106 is to be attached
1107 1107 label_issue_assigned_to_updated: Assignee updated
1108 1108 label_check_for_updates: Check for updates
1109 1109 label_latest_compatible_version: Latest compatible version
1110 1110 label_unknown_plugin: Unknown plugin
1111 1111 label_radio_buttons: radio buttons
1112 1112 label_group_anonymous: Anonymous users
1113 1113 label_group_non_member: Non member users
1114 1114 label_add_projects: Add projects
1115 1115 field_default_status: Default status
1116 1116 text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1117 1117 field_users_visibility: Users visibility
1118 1118 label_users_visibility_all: All active users
1119 1119 label_users_visibility_members_of_visible_projects: Members of visible projects
1120 1120 label_edit_attachments: Edit attached files
1121 1121 setting_link_copied_issue: Link issues on copy
1122 1122 label_link_copied_issue: Link copied issue
1123 1123 label_ask: Ask
1124 1124 label_search_attachments_yes: Search attachment filenames and descriptions
1125 1125 label_search_attachments_no: Do not search attachments
1126 1126 label_search_attachments_only: Search attachments only
1127 1127 label_search_open_issues_only: Open issues only
1128 1128 field_address: البريد الالكتروني
1129 1129 setting_max_additional_emails: Maximum number of additional email addresses
1130 1130 label_email_address_plural: Emails
1131 1131 label_email_address_add: Add email address
1132 1132 label_enable_notifications: Enable notifications
1133 1133 label_disable_notifications: Disable notifications
1134 1134 setting_search_results_per_page: Search results per page
1135 1135 label_blank_value: blank
1136 1136 permission_copy_issues: Copy issues
1137 1137 error_password_expired: Your password has expired or the administrator requires you
1138 1138 to change it.
1139 1139 field_time_entries_visibility: Time logs visibility
1140 1140 setting_password_max_age: Require password change after
1141 1141 label_parent_task_attributes: Parent tasks attributes
1142 1142 label_parent_task_attributes_derived: Calculated from subtasks
1143 1143 label_parent_task_attributes_independent: Independent of subtasks
1144 1144 label_time_entries_visibility_all: All time entries
1145 1145 label_time_entries_visibility_own: Time entries created by the user
1146 1146 label_member_management: Member management
1147 1147 label_member_management_all_roles: All roles
1148 1148 label_member_management_selected_roles_only: Only these roles
1149 1149 label_password_required: Confirm your password to continue
1150 1150 label_total_spent_time: الوقت الذي تم انفاقه كاملا
1151 1151 notice_import_finished: All %{count} items have been imported.
1152 1152 notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be
1153 1153 imported.'
1154 1154 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1155 1155 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1156 1156 settings below
1157 1157 error_can_not_read_import_file: An error occurred while reading the file to import
1158 1158 permission_import_issues: Import issues
1159 1159 label_import_issues: Import issues
1160 1160 label_select_file_to_import: Select the file to import
1161 1161 label_fields_separator: Field separator
1162 1162 label_fields_wrapper: Field wrapper
1163 1163 label_encoding: Encoding
1164 1164 label_comma_char: Comma
1165 1165 label_semi_colon_char: Semi colon
1166 1166 label_quote_char: Quote
1167 1167 label_double_quote_char: Double quote
1168 1168 label_fields_mapping: Fields mapping
1169 1169 label_file_content_preview: File content preview
1170 1170 label_create_missing_values: Create missing values
1171 1171 button_import: Import
1172 1172 field_total_estimated_hours: Total estimated time
1173 1173 label_api: API
1174 1174 label_total_plural: Totals
1175 1175 label_assigned_issues: Assigned issues
1176 1176 label_field_format_enumeration: Key/value list
1177 1177 label_f_hour_short: '%{value} h'
1178 1178 field_default_version: Default version
1179 1179 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1180 1180 setting_attachment_extensions_allowed: Allowed extensions
1181 1181 setting_attachment_extensions_denied: Disallowed extensions
1182 1182 label_any_open_issues: any open issues
1183 1183 label_no_open_issues: no open issues
1184 1184 label_default_values_for_new_users: Default values for new users
1185 1185 error_ldap_bind_credentials: Invalid LDAP Account/Password
1186 1186 setting_sys_api_key: API مفتاح
1187 1187 setting_lost_password: فقدت كلمة السر
1188 1188 mail_subject_security_notification: Security notification
1189 1189 mail_body_security_notification_change: ! '%{field} was changed.'
1190 1190 mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
1191 1191 mail_body_security_notification_add: ! '%{field} %{value} was added.'
1192 1192 mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
1193 1193 mail_body_security_notification_notify_enabled: Email address %{value} now receives
1194 1194 notifications.
1195 1195 mail_body_security_notification_notify_disabled: Email address %{value} no longer
1196 1196 receives notifications.
1197 1197 mail_body_settings_updated: ! 'The following settings were changed:'
1198 1198 field_remote_ip: IP address
General Comments 0
You need to be logged in to leave comments. Login now