akaunting/resources/lang/ar-SA/customers.php
2018-11-08 12:11:42 +03:00

17 lines
440 B
PHP

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