updated translations
This commit is contained in:
@@ -3,27 +3,27 @@
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':نوع تمت الاضافة!',
|
||||
'updated' => ':نوع تم التحديث!',
|
||||
'deleted' => ':نوع تم الحذف!',
|
||||
'duplicated' => ':نوع تم التكرار!',
|
||||
'imported' => ':نوع تم الاستيراد!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
'added' => 'تم إضافة :type!',
|
||||
'updated' => 'تم تحديث :type!',
|
||||
'deleted' => 'تم حذف :type!',
|
||||
'duplicated' => 'تم نسخ :type!',
|
||||
'imported' => 'تم استيراد :type!',
|
||||
'enabled' => 'تم تفعيل :type!',
|
||||
'disabled' => 'تم تعطيل :type!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'not_user_company' => 'خطأ: غير مسموح لك بادرة هذة الشركة!',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'no_file' => 'خطأ: لم يتم تحديد ملف!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
'over_payment' => 'خطأ: لم تتم إضافة الدفع! القيمة المتبقية تجاوزت المجموع.',
|
||||
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
|
||||
'customer' => 'خطأ: لم تتم إضافة المستخدم! :name يستخدم هذا البريد الإلكتروني مسبقاً.',
|
||||
'no_file' => 'خطأ: لم يتم تحديد أي ملف!',
|
||||
'last_category' => 'خطأ: لا يمكن حذف آخر فئة من :type!',
|
||||
'invalid_token' => 'خطأ: رمز الوصول المدخل غير صحيح!',
|
||||
'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.',
|
||||
'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'تحذير: غير مسموح لك بحذف <b>:اسم</b> لأن هذا : مرتبط ب.',
|
||||
'disabled' => 'تحذير: غير مسموح لك بالغاء تفيل<b>:اسم</b> لأن هذا : مرتبط ب.',
|
||||
'deleted' => 'تنبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.',
|
||||
'disabled' => 'تنبيه: لا يمكنك تعطيل <b>:name</b> لأنه لديه :text مرتبط به.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user