mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add arabic local files
This commit is contained in:
15
plugins/poll/config/locales/client.ar.yml
Normal file
15
plugins/poll/config/locales/client.ar.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
ar:
|
||||
js:
|
||||
poll:
|
||||
voteCount:
|
||||
zero: "صوت 1"
|
||||
one: "صوت 1"
|
||||
two: "صوت 1"
|
||||
few: "صوت 1"
|
||||
many: "%{احسب} الأصوات"
|
||||
other: "%{احسب} الأصوات"
|
||||
results:
|
||||
show: إظهار النتائج
|
||||
hide: إخفاء النتائج
|
||||
close_poll: "إغلاق التصويت"
|
||||
open_poll: "فتح التصويت"
|
||||
11
plugins/poll/config/locales/server.ar.yml
Normal file
11
plugins/poll/config/locales/server.ar.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
ar:
|
||||
activerecord:
|
||||
attributes:
|
||||
post:
|
||||
poll_options: "خيارات التصويت"
|
||||
poll:
|
||||
must_contain_poll_options: "يجب أن يحتوي على قائمة خيارات التصويت"
|
||||
cannot_have_modified_options: "التعديل غير ممكن بعد مضي 5 دقائق. اتصل بالمسؤول إذا كنت بحاجة لتغييرها."
|
||||
cannot_add_or_remove_options: "تستطيع تعديله فقط ولا يمكنك إضافته أو حذفه. إذا كنت بحاجة لإضافة أو حذف خيارات يجب أن تُقفل هذا العنوان وتنشئ عنوان جديد."
|
||||
prefix: "تصويت"
|
||||
closed_prefix: "هذا التصويت مغلق"
|
||||
Reference in New Issue
Block a user