mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
51 lines
2.9 KiB
PHP
51 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount" => "סכום",
|
|
"amount_number" => "הסכום חייב להיות מספר",
|
|
"amount_required" => "הסכום הוא שדה חובה.",
|
|
"cancel_cashups" => "",
|
|
"cancel_cashups_enter" => "",
|
|
"cannot_be_deleted" => "לא ניתן למחוק את Cashup (דוח קופה)",
|
|
"cash_difference" => "",
|
|
"close_date" => "תאריך סגירה",
|
|
"close_employee" => "נסגר על ידי",
|
|
"closed_amount_card" => "כרטיסי אשראי",
|
|
"closed_amount_cash" => "מזומנים בסגירה",
|
|
"closed_amount_check" => "המחאות",
|
|
"closed_amount_due" => "פירעון עתידי",
|
|
"closed_amount_giftcard" => "",
|
|
"closed_amount_total" => "סהכ",
|
|
"closed_date" => "תאריך סגירה",
|
|
"confirm_delete" => "האם אתה בטוח שברצונך למחוק את דוח סגירת הקופה שנבחרה?",
|
|
"confirm_restore" => "האם אתה בטוח שברצונך לשחזר את דוח סגירת קופה שנבחרו?",
|
|
"confirm_submit" => "",
|
|
"date_number" => "התאריך חייב להיות מספר",
|
|
"date_required" => "התאריך הינו שדה חובה",
|
|
"description" => "תיאור",
|
|
"enable_expected" => "",
|
|
"error_adding_updating" => "שגיאה בהוספה / עדכון של Cashup (דוח קופה)",
|
|
"giftcard" => "",
|
|
"id" => "מספר זיהוי",
|
|
"info" => "תיאור Cashups (דוח קופה)",
|
|
"info_employee" => "",
|
|
"is_deleted" => "נמחק",
|
|
"new" => "דוח קופה חדש",
|
|
"no_cashups_to_display" => "אין דוחות קופה להצגה",
|
|
"none_selected" => "לא בחרת דוח\ות קופה",
|
|
"note" => "הערות",
|
|
"one_or_multiple" => "דוח קופה\ות",
|
|
"open_amount_cash" => "מזומן בפתיחה",
|
|
"open_date" => "תאריך פתיחה",
|
|
"open_employee" => "נפתח על ידי",
|
|
"opened_date" => "תאריך פתיחה",
|
|
"successful_adding" => "דוח קופה נוסף בהצלחה",
|
|
"successful_deleted" => "דוח קופה נמחק בהצלחה",
|
|
"successful_updating" => "דוח קופה עודכן בהצלחה",
|
|
"total" => "סהכ",
|
|
"transfer_amount_cash" => "כניסה\יציאת מזומן",
|
|
"transfer_amount_cash_minus" => "",
|
|
"update" => "עדכן דוח קופה",
|
|
"warning" => "",
|
|
];
|