-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from musta20/addArabic
Adding arabic
- Loading branch information
Showing
2 changed files
with
30 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,25 @@ | ||
<?php | ||
|
||
return [ | ||
'translation-navigation-label' => 'مدير الترجمة', | ||
'translation-label' => 'ترجمة|ترجمات', | ||
'group' => 'مجموعة الترجمة', | ||
'key' => 'مفتاح الترجمة', | ||
'preview-in-your-lang' => 'المعاينة بلغتك الحالية (:lang)', | ||
'synchronize' => 'تزامن', | ||
'synchronization-success' => 'متزامنة: عدد الترجمات!', | ||
'synchronization-deleted' => 'محذوفة: عدد الترجمات غير المستخدمة', | ||
'preview' => 'Preview', | ||
'preview-description' => 'هذا مثال باللغة المحددة حاليًا (:lang)', | ||
'add-translation-button' => 'إضافة ترجمة جديدة', | ||
'translation-language' => 'لغة', | ||
'translation-text' => 'نص مترجم', | ||
'filter-not-translated' => 'لم تترجم إلى', | ||
'quick-translate' => 'ترجمة سريعة', | ||
'quick-translate-select-locale' => 'اختر اللغة', | ||
'quick-translate-translation-number' => ': إجمالي الترجمات المتبقية للترجمة', | ||
'quick-translate-skip' => 'تخطي هذه الترجمة', | ||
'quick-translate-enter' => 'أدخل الترجمة باللغة ":lang":', | ||
'quick-translate-save-and-continue' => 'حفظ والمتابعة', | ||
'quick-translate-nothing' => 'لم يبق شيء للترجمة!', | ||
]; |
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