updated translations

This commit is contained in:
denisdulici
2019-02-04 19:07:34 +03:00
parent 1a30dfb214
commit 2e223996b1
63 changed files with 604 additions and 551 deletions

View File

@ -11,6 +11,7 @@ return [
'enabled' => 'تم تفعيل :type!',
'disabled' => 'تم تعطيل :type!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
@ -21,9 +22,11 @@ return [
'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.',
'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.',
],
'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.',
],
];