akaunting/resources/lang/he-IL/customers.php
2022-06-01 10:15:55 +03:00

17 lines
412 B
PHP

<?php
return [
'allow_login' => 'אפשר התחברות?',
'user_created' => 'משתמש נוצר',
'error' => [
'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];