mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 02:57: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
90 lines
5.1 KiB
PHP
90 lines
5.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
"address_1" => "כתובת 1",
|
||
"address_2" => "כתובת 2",
|
||
"admin" => "",
|
||
"city" => "עיר",
|
||
"clerk" => "",
|
||
"close" => "סגור",
|
||
"color" => "",
|
||
"comments" => "הערות",
|
||
"common" => "משותף",
|
||
"confirm_search" => "בחרת שורה אחת או יותר, הן לא ייבחרו עוד לאחר החיפוש שלך. האם אתה בטוח שברצונך לשלוח חיפוש זה?",
|
||
"copyrights" => "© 2010 - {0}",
|
||
"correct_errors" => "תקן שגיאות שזוהו לפני שמירה",
|
||
"country" => "ארץ",
|
||
"dashboard" => "",
|
||
"date" => "תאריך",
|
||
"delete" => "מחיקה",
|
||
"det" => "פרטים",
|
||
"download_import_template" => "הורד תבנית אקסל לייבוא (CSV)",
|
||
"edit" => "ערוך",
|
||
"email" => "אימייל",
|
||
"email_invalid_format" => "כתובת האימייל אינה בפורמט הנכון.",
|
||
"export_csv" => "ייצוא לאקסל",
|
||
"export_csv_no" => "לא",
|
||
"export_csv_yes" => "כן",
|
||
"fields_required_message" => "שדות באדום הינם חובה",
|
||
"fields_required_message_unique" => "",
|
||
"first_name" => "שם פרטי",
|
||
"first_name_required" => "שם פרטי הינו שדה חובה.",
|
||
"first_page" => "ראשון",
|
||
"gender" => "מין",
|
||
"gender_female" => "נקבה",
|
||
"gender_male" => "זכר",
|
||
"gender_undefined" => "",
|
||
"icon" => "",
|
||
"id" => "מספר זיהוי",
|
||
"import" => "ייבוא",
|
||
"import_change_file" => "שינוי",
|
||
"import_csv" => "ייבוא אקסל",
|
||
"import_full_path" => "הנתיב המלא לקובץ האקסל הינו חובה",
|
||
"import_remove_file" => "הסר",
|
||
"import_select_file" => "בחר קובץ",
|
||
"inv" => "מלאי",
|
||
"last_name" => "שם משפחה",
|
||
"last_name_required" => "שם משפחה הוא שדה חובה.",
|
||
"last_page" => "אחרון",
|
||
"learn_about_project" => "כדי ללמוד את המידע העדכני ביותר על הפרויקט.",
|
||
"list_of" => "רשימה של",
|
||
"logo" => "",
|
||
"logo_mark" => "",
|
||
"logout" => "התנתק",
|
||
"manager" => "",
|
||
"migration_needed" => "העברת נתונים ל-{0} תתחיל לאחר הכניסה למערכת.",
|
||
"new" => "חדש",
|
||
"no" => "",
|
||
"no_persons_to_display" => "אין אנשים להצגה.",
|
||
"none_selected_text" => "[בחר]",
|
||
"or" => "או",
|
||
"people" => "",
|
||
"phone_number" => "מספר טלפון",
|
||
"phone_number_required" => "",
|
||
"please_visit_my" => "בקר בכתובת",
|
||
"position" => "",
|
||
"powered_by" => "מונע ע'י",
|
||
"price" => "מחיר",
|
||
"print" => "הדפס",
|
||
"remove" => "הסר",
|
||
"required" => "נדרש",
|
||
"restore" => "שחזור",
|
||
"return_policy" => "מדיניות החזרה",
|
||
"search" => "חפש",
|
||
"search_options" => "אפשרויות חיפוש",
|
||
"searched_for" => "חיפוש עבור",
|
||
"software_short" => "",
|
||
"software_title" => "",
|
||
"state" => "מדינה",
|
||
"submit" => "שלח",
|
||
"total_spent" => "ההוצאה הכוללת",
|
||
"unknown" => "לא ידוע",
|
||
"view_recent_sales" => "הצג מכירות אחרונות",
|
||
"website" => "אתר",
|
||
"welcome" => "ברוך הבא",
|
||
"welcome_message" => "ברוכים הבאים אל OSPOS, לחץ על מודול למטה כדי להתחיל.",
|
||
"yes" => "",
|
||
"you_are_using_ospos" => "אתה משתמש בגירסת קוד פתוח של נקודת מכירה",
|
||
"zip" => "מיקוד",
|
||
];
|