forked from octobercms/october
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added partial Arabic translation (octobercms#3296)
Credit to @mabehiry
- Loading branch information
1 parent
d977ba5
commit e3635b8
Showing
6 changed files
with
188 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?php | ||
|
||
return [ | ||
'auth' => [ | ||
'title' => 'لوحة الإدارة' | ||
], | ||
'page' => [ | ||
'access_denied' => [ | ||
'label' => 'ممنوع الوصول', | ||
'help' => "ليس لديك الصلاحيات لعرض هذه الصفحة.", | ||
'cms_link' => 'عودة للوحة الإدارة' | ||
], | ||
], | ||
'account' => [ | ||
'sign_out' => 'تسجيل خروج', | ||
'login' => 'تسجيل دخول', | ||
'reset' => 'استعادة', | ||
'restore' => 'استرجاع', | ||
'login_placeholder' => 'دخول', | ||
], | ||
'dashboard' => [ | ||
'menu_label' => 'لوحة الإدارة', | ||
'widget_width' => 'العرض', | ||
'full_width' => 'عرض كامل', | ||
], | ||
'list' => [ | ||
'default_title' => 'القائمة', | ||
'search_prompt' => 'بحث...', | ||
'no_records' => 'لا توجد سجلات.', | ||
'pagination' => 'السجلات المعروضة: :from-:to من :total', | ||
'delete_selected' => 'حذف المحدد', | ||
'delete_selected_empty' => 'ليس هناك سجلات محددة لحذفها.', | ||
'delete_selected_confirm' => 'هل أنت متأكد من حذف السجلات المحددة؟', | ||
'delete_selected_success' => 'حذف السجلات المحددة.', | ||
'column_switch_true' => 'نعم', | ||
'column_switch_false' => 'لا' | ||
], | ||
'form' => [ | ||
'action_confirm' => 'هل أنت متأكد؟', | ||
'create' => 'إضافة', | ||
'create_and_close' => 'إضافة وإغلاق', | ||
'creating' => 'جاري الإضافة...', | ||
'save' => 'حفظ', | ||
'save_and_close' => 'حفظ وإغلاق', | ||
'saving' => 'جاري الحفظ...', | ||
'delete' => 'حذف', | ||
'deleting' => 'جاري الحذف...', | ||
'confirm_delete_multiple' => 'هل أنت متأكد من حذف ما تم تحديده؟', | ||
'cancel' => 'إلغاء الأمر', | ||
'close' => 'إغلاق', | ||
'confirm' => 'تأكيد', | ||
'ok' => 'موافقة', | ||
'or' => 'أو', | ||
], | ||
'reorder' => [ | ||
'default_title' => 'إعادة الترتيب', | ||
'no_records' => 'ليس هناك سجلات لإعادة ترتيبها.' | ||
], | ||
'filter' => [ | ||
'all' => 'الكل', | ||
'date_all' => 'كل الفترات', | ||
'number_all' => 'كل الأرقام', | ||
], | ||
'import_export' => [ | ||
'created' => 'تمت الإضافة', | ||
'updated' => 'تم التعديل', | ||
'skipped' => 'تم تجاهله', | ||
'warnings' => 'تحذيرات', | ||
'errors' => 'أخطاء', | ||
'processing' => 'معالجة', | ||
'file_not_found_error' => 'الملف غير موجود', | ||
], | ||
'media' => [ | ||
'menu_label' => 'الوسائط', | ||
'delete_confirm' => 'هل أنت متأكد من حذف العناصر المحددة؟', | ||
], | ||
]; |
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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?php | ||
|
||
return [ | ||
'dashboard' => [ | ||
'active_theme' => [ | ||
'widget_title_default' => 'الموقع', | ||
'online' => 'أونلاين', | ||
'maintenance' => 'تحت الصيانة', | ||
'manage_themes' => 'إدارة القوالب', | ||
'customize_theme' => 'تخصيص القالب' | ||
] | ||
], | ||
'page' => [ | ||
'menu_label' => 'الصفحات', | ||
], | ||
'layout' => [ | ||
'menu_label' => 'النماذج', | ||
], | ||
'partial' => [ | ||
'menu_label' => 'الجزئيات', | ||
], | ||
'content' => [ | ||
'menu_label' => 'المحتوى', | ||
], | ||
'cms' => [ | ||
'menu_label' => 'المحتوى' | ||
], | ||
'editor' => [ | ||
'settings' => 'الإعدادات', | ||
], | ||
'asset' => [ | ||
'menu_label' => 'الأصول', | ||
], | ||
'component' => [ | ||
'menu_label' => 'المكونات', | ||
], | ||
'permissions' => [ | ||
'name' => 'إدارة المحتوى', | ||
], | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Client-side Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| These are messages made available to the client browser via JavaScript. | ||
| To compile this file run: php artisan october:util compile lang | ||
| | ||
*/ | ||
|
||
'markdowneditor' => [ | ||
'formatting' => 'التنسيق', | ||
], | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?php | ||
|
||
return [ | ||
'app' => [ | ||
'name' => 'نظام إدارة المحتوى أكتوبر', | ||
'tagline' => 'عودة إلى الأساس' | ||
], | ||
'locale' => [ | ||
'ar' => 'العربية', | ||
'be' => 'Беларуская', | ||
'bg' => 'Български', | ||
'cs' => 'Čeština', | ||
'da' => 'Dansk', | ||
'en' => 'English (United States)', | ||
'en-au' => 'English (Australia)', | ||
'en-ca' => 'English (Canada)', | ||
'en-gb' => 'English (United Kingdom)', | ||
'et' => 'Eesti', | ||
'de' => 'Deutsch', | ||
'el' => 'Ελληνικά', | ||
'es' => 'Español', | ||
'es-ar' => 'Español (Argentina)', | ||
'fa' => 'فارسی', | ||
'fr' => 'Français', | ||
'fr-ca' => 'Français (Canada)', | ||
'hu' => 'Magyar', | ||
'id' => 'Bahasa Indonesia', | ||
'it' => 'Italiano', | ||
'ja' => '日本語', | ||
'kr' => '한국어', | ||
'lt' => 'Lietuvių', | ||
'lv' => 'Latviešu', | ||
'nb-no' => 'Norsk (Bokmål)', | ||
'nl' => 'Nederlands', | ||
'pl' => 'Polskie', | ||
'pt-br' => 'Português (Brasil)', | ||
'pt-pt' => 'Português (Portugal)', | ||
'ro' => 'Română', | ||
'ru' => 'Русский', | ||
'fi' => 'Suomi', | ||
'sv' => 'Svenska', | ||
'sk' => 'Slovenský', | ||
'tr' => 'Türkçe', | ||
'uk' => 'Українська мова', | ||
'zh-cn' => '简体中文', | ||
'zh-tw' => '繁體中文' | ||
], | ||
'settings' => [ | ||
'menu_label' => 'الإعدادات', | ||
], | ||
]; |
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