akaunting/resources/lang/ar-SA/customers.php
2019-02-04 19:07:34 +03:00

17 lines
451 B
PHP

<?php
return [
'allow_login' => 'السماح بتسجيل الدخول؟',
'user_created' => 'تم إنشاء المستخدم',
'error' => [
'email' => 'البريد الإلكتروني مسجل مسبقاً.'
],
'notification' => [
'message' => ':customer قام بدفع :amount للفاتورة رقم :invoice_number.',
'button' => 'عرض',
],
];