updated translations

This commit is contained in:
denisdulici
2020-03-17 16:39:03 +03:00
parent 6a76926202
commit 0859ff1266
116 changed files with 759 additions and 368 deletions

View File

@@ -28,6 +28,7 @@ return [
'histories' => 'سجلات',
'payments' => 'المدفوعات',
'add_payment' => 'إضافة مدفوعات',
'mark_paid' => 'تم التحديد كمدفوع',
'mark_received' => 'تحديد كمستلم',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
'marked_paid' => 'الفاتورة عُلّمت كمدفوعة!',
'draft' => 'هذة فاتورة شراء عبارة عن <b> مسودة </b> و سوف يتم اظهارها بالنظام بعد ان يتم استحقاقها.',
'status' => [

View File

@@ -2,8 +2,9 @@
return [
'bulk_actions' => 'الإجراء الجماعي - الإجراءات الجماعية',
'selected' => 'مُحدد',
'bulk_actions' => 'الإجراء الجماعي - الإجراءات الجماعية',
'selected' => 'مُحدد',
'no_action' => 'No action available',
'message' => [
'duplicate' => 'هل أنت متأكد من</b> مضاعفة <b> السجلات المحددة؟',

View File

@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'تنبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.',
'disabled' => 'تنبيه: لا يمكنك تعطيل <b>:name</b> لأنه لديه :text مرتبط به.',
'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'تنبيه: لا يمكنك تعطيل او تغير عملة <b>:name</b> بسبب ارتباطه ب :text.',
'payment_cancel' => 'تنبيه: قمت بالغاء اخر طريقة :method دفع!',
],

View File

@@ -18,5 +18,6 @@ return [
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
'user' => "لم يتم العثور على أي حساب بهذا البريد الإلكتروني.",
'throttle' => 'الرجاء الانتظار قبل إعادة المحاولة.',
];

View File

@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'رسالة مخصصة',
'rule-name' => 'رسالة مخصصة',
],
'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
'invalid_amount' => 'خانة المبلغ :attribute غير صالحة.',
'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
'invalid_amount' => 'خانة المبلغ :attribute غير صالحة.',
'invalid_extension' => 'The file extension is invalid.',
],
/*