2019-11-16 10:21:14 +03:00

30 lines
1.5 KiB
PHP

<?php
return [
'success' => [
'added' => ':type נוסף!',
'updated' => ':type עודכן!',
'deleted' => ':type נמחק!',
'duplicated' => ':type שוכפל!',
'imported' => ':type יובא!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'שגיאה: אינך מורשה לנהל החברה זאת!',
'customer' => 'שגיאה: המשתמש לא נוצר! :name כבר משתמש בכתוב הזאת.',
'no_file' => 'שגיאה: אין קובץ שנבחר!',
'last_category' => 'שגיאה: לא ניתן למחוק האחרונים :type קטגוריה!',
'invalid_apikey' => 'שגיאה: ה-token שהוזן אינו חוקי!',
'import_column' => 'שגיאה:: שם הגיליון ההודעה:: גיליון. שורה מספר:: שורה.',
'import_sheet' => 'שגיאה: שם הגיליון אינו חוקי. יש לבדוק את הקובץ לדוגמה.',
],
'warning' => [
'deleted' => 'אזהרה: אסור לך למחוק <b>:name</b> כי יש לו :text מקושר.',
'disabled' => 'אזהרה: אינך מורשה לכבות <b>:name</b> כי יש לו :text מקושר.',
],
];