akaunting/resources/lang/ar-SA/customers.php

17 lines
440 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2018-08-29 16:47:58 +03:00
'allow_login' => 'السماح بتسجيل الدخول؟',
'user_created' => 'تم إنشاء المستخدم',
2017-12-13 14:54:52 +03:00
'error' => [
2018-08-29 16:47:58 +03:00
'email' => 'البريد الإلكتروني مسجل مسبقاً.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2017-12-13 14:54:52 +03:00
];