updated translations
This commit is contained in:
@ -8,17 +8,19 @@ return [
|
||||
'deleted' => 'تم حذف :type!',
|
||||
'duplicated' => 'تم نسخ :type!',
|
||||
'imported' => 'تم استيراد :type!',
|
||||
'exported' => 'تم استيراد :type!',
|
||||
'enabled' => 'تم تفعيل :type!',
|
||||
'disabled' => 'تم تعطيل :type!',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'over_payment' => 'خطأ: الدفعه لم تُضاف! المبلغ المدخل يتخطى المجموع: :amount',
|
||||
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
|
||||
'customer' => 'خطأ: لم تتم إضافة المستخدم! :name يستخدم هذا البريد الإلكتروني مسبقاً.',
|
||||
'no_file' => 'خطأ: لم يتم تحديد أي ملف!',
|
||||
'last_category' => 'خطأ: لا يمكن حذف آخر فئة من :type!',
|
||||
'invalid_apikey' => 'خطأ: رمز الوصول المدخل غير صحيح!',
|
||||
'change_type' => 'خطأ: لا يمكنك تغيير النوع لارتباطه مع :text!',
|
||||
'invalid_apikey' => 'خطأ: مفتاح API الذي تم إدخاله غير صالح!',
|
||||
'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.',
|
||||
'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.',
|
||||
],
|
||||
@ -26,7 +28,8 @@ return [
|
||||
'warning' => [
|
||||
'deleted' => 'تنبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.',
|
||||
'disabled' => 'تنبيه: لا يمكنك تعطيل <b>:name</b> لأنه لديه :text مرتبط به.',
|
||||
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
|
||||
'disable_code' => 'تنبيه: لا يمكنك تعطيل او تغير عملة <b>:name</b> بسبب ارتباطه ب :text.',
|
||||
'payment_cancel' => 'تنبيه: قمت بالغاء اخر طريقة :method دفع!',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user