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

17 lines
451 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' => [
2019-02-04 19:07:34 +03:00
'message' => ':customer قام بدفع :amount للفاتورة رقم :invoice_number.',
'button' => 'عرض',
2018-11-08 12:11:42 +03:00
],
2017-12-13 14:54:52 +03:00
];