mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 03:07:56 -04:00
- Correct key name in language files. - Update translations. - Correct key usage. Signed-off-by: objec <objecttothis@gmail.com>
28 lines
1.5 KiB
PHP
28 lines
1.5 KiB
PHP
<?php
|
|
return [
|
|
'actions' => 'إجراءات',
|
|
'active' => 'نشط',
|
|
'configure' => 'تكوين',
|
|
'description' => 'الوصف',
|
|
'disable' => 'تعطيل',
|
|
'disable_failed' => 'فشل تعطيل الإضافة',
|
|
'disabled' => 'تم تعطيل الإضافة بنجاح',
|
|
'enable' => 'تفعيل',
|
|
'enable_failed' => 'فشل تفعيل الإضافة',
|
|
'enabled' => 'تم تفعيل الإضافة بنجاح',
|
|
'inactive' => 'غير نشط',
|
|
'management' => 'إدارة الإضافات',
|
|
'name' => 'اسم الإضافة',
|
|
'no_config' => 'هذه الإضافة لا تحتوي على خيارات تكوين',
|
|
'no_plugins_to_display' => 'لا توجد إضافات للعرض',
|
|
'not_found' => 'الإضافة غير موجودة',
|
|
'plugins' => 'الإضافات',
|
|
'settings_save_failed' => 'فشل حفظ إعدادات الإضافة',
|
|
'settings_saved' => 'تم حفظ إعدادات الإضافة بنجاح',
|
|
'status' => 'الحالة',
|
|
'uninstall' => 'إلغاء التثبيت',
|
|
'uninstall_failed' => 'فشل إلغاء تثبيت الإضافة',
|
|
'uninstalled' => 'تم إلغاء تثبيت الإضافة بنجاح',
|
|
'version' => 'الإصدار',
|
|
];
|