he-IL translation
This commit is contained in:
parent
6079e10573
commit
9c1faabb67
@ -115,7 +115,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'allowed' => ['en-GB', 'ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'hr-HR', 'id-ID', 'it-IT', 'nb-NO', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'sv-SE', 'tr-TR', 'uk-UA', 'vi-VN', 'zh-TW'],
|
||||
'allowed' => ['en-GB', 'ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'he-IL', 'hr-HR', 'id-ID', 'it-IT', 'nb-NO', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'sv-SE', 'tr-TR', 'uk-UA', 'vi-VN', 'zh-TW'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
14
resources/lang/he-IL/accounts.php
Normal file
14
resources/lang/he-IL/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'שם החשבון',
|
||||
'number' => 'מספר',
|
||||
'opening_balance' => 'ליתרת הפתיחה',
|
||||
'current_balance' => 'היתרה הנוכחית',
|
||||
'bank_name' => 'שם הבנק',
|
||||
'bank_phone' => 'טלפון הבנק',
|
||||
'bank_address' => 'כתובת הבנק',
|
||||
'default_account' => 'חשבון ברירת מחדל',
|
||||
|
||||
];
|
30
resources/lang/he-IL/auth.php
Normal file
30
resources/lang/he-IL/auth.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'פרופיל',
|
||||
'logout' => 'יציאה',
|
||||
'login' => 'התחברות',
|
||||
'login_to' => 'התחבר כדי להתחיל את ה-session',
|
||||
'remember_me' => 'זכור אותי',
|
||||
'forgot_password' => 'שכחתי את הסיסמה שלי',
|
||||
'reset_password' => 'איפוס סיסמה',
|
||||
'enter_email' => 'הזן את כתובת הדוא"ל שלך',
|
||||
'current_email' => 'דוא ל הנוכחי',
|
||||
'reset' => 'איפוס',
|
||||
'never' => 'לעולם לא',
|
||||
'password' => [
|
||||
'current' => 'סיסמה',
|
||||
'current_confirm' => 'אימות סיסמה',
|
||||
'new' => 'סיסמה חדשה',
|
||||
'new_confirm' => 'אימות סיסמה חדשה',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'שגיאה: לא ניתן למחוק את עצמך!'
|
||||
],
|
||||
|
||||
'failed' => 'פרטים אלה אינם תואמים את רישומינו.',
|
||||
'disabled' => 'חשבון זה אינו זמין. אנא, פנה אל מנהל המערכת.',
|
||||
'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.',
|
||||
|
||||
];
|
46
resources/lang/he-IL/bills.php
Normal file
46
resources/lang/he-IL/bills.php
Normal file
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'מספר החשבון',
|
||||
'bill_date' => 'תאריך החשבון',
|
||||
'total_price' => 'סה"כ מחיר',
|
||||
'due_date' => 'תאריך יעד',
|
||||
'order_number' => 'מספר הזמנה',
|
||||
'bill_from' => 'חשבון מ',
|
||||
|
||||
'quantity' => 'כמות',
|
||||
'price' => 'מחיר',
|
||||
'sub_total' => 'סכום ביניים',
|
||||
'discount' => 'הנחה',
|
||||
'tax_total' => 'סה כ מס',
|
||||
'total' => 'סה"כ',
|
||||
|
||||
'item_name' => 'פריט שם | שמות הפריטים',
|
||||
|
||||
'show_discount' => ':discount % הנחה',
|
||||
'add_discount' => 'הוסף הנחה',
|
||||
'discount_desc' => 'של ביניים',
|
||||
|
||||
'payment_due' => 'תשלום בשל',
|
||||
'amount_due' => 'סכום לחיוב',
|
||||
'paid' => 'שולם',
|
||||
'histories' => 'היסטוריה',
|
||||
'payments' => 'תשלומים',
|
||||
'add_payment' => 'הוספת תשלום',
|
||||
'mark_received' => 'סימון תקבול',
|
||||
'download_pdf' => 'הורדת PDF',
|
||||
'send_mail' => 'שלח דואר אלקטרוני',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'טיוטה',
|
||||
'received' => 'התקבל',
|
||||
'partial' => 'חלקי',
|
||||
'paid' => 'שולם',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'חשבונות שסומנו התקבלו בהצלחה!',
|
||||
],
|
||||
|
||||
];
|
13
resources/lang/he-IL/companies.php
Normal file
13
resources/lang/he-IL/companies.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'שם מתחם',
|
||||
'logo' => 'לוגו',
|
||||
'manage' => 'ניהול חברות',
|
||||
'all' => 'כל החברות',
|
||||
'error' => [
|
||||
'delete_active' => 'שגיאה: יכול לא למחוק את החברה פעילה, בבקשה לשנות את זה קודם!',
|
||||
],
|
||||
|
||||
];
|
18
resources/lang/he-IL/currencies.php
Normal file
18
resources/lang/he-IL/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'קוד',
|
||||
'rate' => 'דירוג',
|
||||
'default' => 'מטבע ברירת מחדל',
|
||||
'decimal_mark' => 'סימן עשרוני',
|
||||
'thousands_separator' => 'מפריד אלפים',
|
||||
'precision' => 'דיוק',
|
||||
'symbol' => [
|
||||
'symbol' => 'סמל',
|
||||
'position' => 'מיקום סמל',
|
||||
'before' => 'לפני הכמות',
|
||||
'after' => 'אחרי הכמות',
|
||||
]
|
||||
|
||||
];
|
11
resources/lang/he-IL/customers.php
Normal file
11
resources/lang/he-IL/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'אפשר התחברות?',
|
||||
'user_created' => 'משתמש נוצר',
|
||||
|
||||
'error' => [
|
||||
'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.'
|
||||
]
|
||||
];
|
24
resources/lang/he-IL/dashboard.php
Normal file
24
resources/lang/he-IL/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'סה"כ ההכנסות',
|
||||
'receivables' => 'חשבונות חייבים',
|
||||
'open_invoices' => 'חשבוניות פתוחות',
|
||||
'overdue_invoices' => 'חשבוניות שפרעונן חלף',
|
||||
'total_expenses' => 'סך כל ההוצאות',
|
||||
'payables' => 'לפקודת',
|
||||
'open_bills' => 'חשבונות פתוחים',
|
||||
'overdue_bills' => 'חשבונות באיחור תשלום',
|
||||
'total_profit' => 'הרווח הכולל',
|
||||
'open_profit' => 'רווח פתוח',
|
||||
'overdue_profit' => 'רווח שפרעונו חלף',
|
||||
'cash_flow' => 'תזרים מזומנים',
|
||||
'no_profit_loss' => 'אין רווח הפסד',
|
||||
'incomes_by_category' => 'הכנסות לפי קטגוריה',
|
||||
'expenses_by_category' => 'הוצאות לפי קטגוריה',
|
||||
'account_balance' => 'יתרת חשבון',
|
||||
'latest_incomes' => 'הכנסות אחרונות',
|
||||
'latest_expenses' => 'הוצאות אחרונות',
|
||||
|
||||
];
|
17
resources/lang/he-IL/demo.php
Normal file
17
resources/lang/he-IL/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'מזומנים',
|
||||
'categories_uncat' => 'ללא קטגוריה',
|
||||
'categories_deposit' => 'פיקדון',
|
||||
'categories_sales' => 'מכירות',
|
||||
'currencies_usd' => 'דולר אמריקאי',
|
||||
'currencies_eur' => 'יורו',
|
||||
'currencies_gbp' => 'לירה שטרלינג',
|
||||
'currencies_try' => 'לירה טורקית',
|
||||
'taxes_exempt' => 'פטור ממס',
|
||||
'taxes_normal' => 'מס רגיל',
|
||||
'taxes_sales' => 'מיסים מכירות',
|
||||
|
||||
];
|
9
resources/lang/he-IL/footer.php
Normal file
9
resources/lang/he-IL/footer.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'גירסה',
|
||||
'powered' => 'מופעל על ידי Akaunting',
|
||||
'software' => 'תוכנת הנהלת חשבונות חינם',
|
||||
|
||||
];
|
117
resources/lang/he-IL/general.php
Normal file
117
resources/lang/he-IL/general.php
Normal file
@ -0,0 +1,117 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'פריט | פריטים',
|
||||
'incomes' => 'הכנסה | ההכנסות',
|
||||
'invoices' => 'חשבונית | חשבוניות',
|
||||
'revenues' => 'הכנסה | הכנסות',
|
||||
'customers' => 'לקוח | לקוחות',
|
||||
'expenses' => 'הוצאה | הוצאות',
|
||||
'bills' => 'חשבון | חשבונות',
|
||||
'payments' => 'תשלום | תשלומים',
|
||||
'vendors' => 'ספק | ספקים',
|
||||
'accounts' => 'חשבון | חשבונות',
|
||||
'transfers' => 'העברה | העברות',
|
||||
'transactions' => 'תנועה | תנועות',
|
||||
'reports' => 'דוח | דוחות',
|
||||
'settings' => 'הגדרה | הגדרות',
|
||||
'categories' => 'קטגוריה | קטגוריות',
|
||||
'currencies' => 'מטבע | מטבעות',
|
||||
'tax_rates' => 'שיעור מס | שיעורי מס',
|
||||
'users' => 'משתמש | משתמשים',
|
||||
'roles' => 'תפקיד | תפקידים',
|
||||
'permissions' => 'הרשאה | הרשאות',
|
||||
'modules' => 'יישום | יישומים',
|
||||
'companies' => 'חברה | חברות',
|
||||
'profits' => 'רווח | רווחים',
|
||||
'taxes' => 'מס | מיסים',
|
||||
'logos' => 'לוגו | לוגואים',
|
||||
'pictures' => 'תמונה | תמונות',
|
||||
'types' => 'סוג | סוגים',
|
||||
'payment_methods' => 'שיטת התשלום | שיטות תשלום',
|
||||
'compares' => 'הכנסה לעומת הוצאה | הכנסות לעומת הוצאות',
|
||||
'notes' => 'הערה | הערות',
|
||||
'totals' => 'סיכום | סיכומים',
|
||||
'languages' => 'שפה | שפות',
|
||||
'updates' => 'עדכון | עדכונים',
|
||||
'numbers' => 'מספר | מספרים',
|
||||
'statuses' => 'מצב | מצבים',
|
||||
'others' => 'אחר | אחרים',
|
||||
|
||||
'dashboard' => 'לוח מחוונים',
|
||||
'banking' => 'בנקאות',
|
||||
'general' => 'כללי',
|
||||
'no_records' => 'לא רשומות.',
|
||||
'date' => 'תאריך',
|
||||
'amount' => 'כמות',
|
||||
'enabled' => 'מאופשר',
|
||||
'disabled' => 'מושבת',
|
||||
'yes' => 'כן',
|
||||
'no' => 'לא',
|
||||
'na' => 'לא זמין',
|
||||
'daily' => 'יומי',
|
||||
'monthly' => 'חודשי',
|
||||
'quarterly' => 'רבעוני',
|
||||
'yearly' => 'שנתי',
|
||||
'add' => 'הוסף',
|
||||
'add_new' => 'הוסף חדש',
|
||||
'show' => 'הצג',
|
||||
'edit' => 'ערוך',
|
||||
'delete' => 'מחק',
|
||||
'send' => 'שליחה',
|
||||
'download' => 'הורדה',
|
||||
'delete_confirm' => 'האם לאשר מחיקה :name :type?',
|
||||
'name' => 'שם',
|
||||
'email' => 'דואר אלקטרוני',
|
||||
'tax_number' => 'מספר מס',
|
||||
'phone' => 'טלפון',
|
||||
'address' => 'כתובת',
|
||||
'website' => 'אתר אינטרנט',
|
||||
'actions' => 'פעולות',
|
||||
'description' => 'תיאור',
|
||||
'manage' => 'ניהול',
|
||||
'code' => 'קוד',
|
||||
'alias' => 'שם חליפי',
|
||||
'balance' => 'מאזן',
|
||||
'reference' => 'רפרנס',
|
||||
'attachment' => 'קובץ מצורף',
|
||||
'change' => 'שנה',
|
||||
'switch' => 'מתג',
|
||||
'color' => 'צבע',
|
||||
'save' => 'שמור',
|
||||
'cancel' => 'ביטול',
|
||||
'from' => 'מאת',
|
||||
'to' => 'אל',
|
||||
'print' => 'הדפסה',
|
||||
'search' => 'חיפוש',
|
||||
'search_placeholder' => 'הקלד לחיפוש...',
|
||||
'filter' => 'סינון',
|
||||
'help' => 'עזרה',
|
||||
'all' => 'הכל',
|
||||
'all_type' => 'הכל :type',
|
||||
'upcoming' => 'בקרוב',
|
||||
'created' => 'נוצר',
|
||||
'id' => 'מזהה',
|
||||
'more_actions' => 'פעולות נוספות',
|
||||
'duplicate' => 'שכפל',
|
||||
'unpaid' => 'לא שולמו',
|
||||
'paid' => 'שולם',
|
||||
'overdue' => 'באיחור',
|
||||
'partially' => 'חלקי',
|
||||
'partially_paid' => 'תשלום חלקי',
|
||||
|
||||
'title' => [
|
||||
'new' => ':type חדש',
|
||||
'edit' => 'עריכת :type',
|
||||
],
|
||||
'form' => [
|
||||
'enter' => 'הכנס :field',
|
||||
'select' => [
|
||||
'field' => '- בחר :field -',
|
||||
'file' => 'בחר קובץ',
|
||||
],
|
||||
'no_file_selected' => 'לא נבחר קובץ...',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/he-IL/header.php
Normal file
15
resources/lang/he-IL/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'שינוי שפה',
|
||||
'last_login' => 'כניסה אחרונה :time',
|
||||
'notifications' => [
|
||||
'counter' => '{0} אין התראות חדשות|{1} יש :count התראות|[2,*] יש :count התראות',
|
||||
'overdue_invoices' => '{1} :count חשבונית באיחור|[2,*] :count חשבוניות באיחור',
|
||||
'upcoming_bills' => '{1} :count חשבונית קרובה|[2,*] :count חשבוניות קרובות',
|
||||
'items_stock' => '{1} :count פריט אזל מהמלאי|[2,*] :count פריטים אזלו מהמלאי',
|
||||
'view_all' => 'הצג הכל'
|
||||
],
|
||||
|
||||
];
|
9
resources/lang/he-IL/import.php
Normal file
9
resources/lang/he-IL/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'ייבוא',
|
||||
'title' => 'ייבוא :type',
|
||||
'message' => 'סוגי קבצים מותרים: CSV, XLS. אנא, <a target="_blank" href=":link"><strong>הורד</strong></a> את קובץ ההדגמה.',
|
||||
|
||||
];
|
44
resources/lang/he-IL/install.php
Normal file
44
resources/lang/he-IL/install.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'הבא',
|
||||
'refresh' => 'רענן',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'בבקשה, לעמוד בדרישות הבאות!',
|
||||
'language' => 'שלב 1/3: בחירת שפה',
|
||||
'database' => 'שלב 2/3: הגדרות מסד נתונים',
|
||||
'settings' => 'שלב 3/3: פרטי החברה והמנהל',
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'select' => 'בחירת שפה',
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'enabled' => ':feature צריך להיות פעיל!',
|
||||
'disabled' => ':feature צריך להיות כבוי!',
|
||||
'extension' => ':extension סיומת צריך להיות טעון!',
|
||||
'directory' => ':directory צריכה להיות writable!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'שם מארח',
|
||||
'username' => 'שם משתמש',
|
||||
'password' => 'סיסמה',
|
||||
'name' => 'בסיס נתונים',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'company_name' => 'שם החברה',
|
||||
'company_email' => 'כתובת הדואר האלקטרוני של החברה',
|
||||
'admin_email' => 'דוא"ל מנהל',
|
||||
'admin_password' => 'סיסמת מנהל מערכת',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'connection' => 'שגיאה: לא היתה אפשרות להתחבר למסד הנתונים! בבקשה, ודא כי הפרטים נכונים.',
|
||||
],
|
||||
|
||||
];
|
55
resources/lang/he-IL/invoices.php
Normal file
55
resources/lang/he-IL/invoices.php
Normal file
@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'מספר חשבונית',
|
||||
'invoice_date' => 'תאריך חשבונית',
|
||||
'total_price' => 'סה"כ מחיר',
|
||||
'due_date' => 'תאריך',
|
||||
'order_number' => 'מספר הזמנה',
|
||||
'bill_to' => 'חשבון עבור',
|
||||
|
||||
'quantity' => 'כמות',
|
||||
'price' => 'מחיר',
|
||||
'sub_total' => 'סכום ביניים',
|
||||
'discount' => 'הנחה',
|
||||
'tax_total' => 'סה"כ מס',
|
||||
'total' => 'סה"כ',
|
||||
|
||||
'item_name' => 'פריט שם | שמות הפריטים',
|
||||
|
||||
'show_discount' => ':discount % הנחה',
|
||||
'add_discount' => 'הוסף הנחה',
|
||||
'discount_desc' => 'של ביניים',
|
||||
|
||||
'payment_due' => 'תשלום בשל',
|
||||
'paid' => 'שולם',
|
||||
'histories' => 'היסטוריה',
|
||||
'payments' => 'תשלומים',
|
||||
'add_payment' => 'הוספת תשלום',
|
||||
'mark_paid' => 'סימון תקבול',
|
||||
'mark_sent' => 'סמן כנשלח',
|
||||
'download_pdf' => 'הורדת PDF',
|
||||
'send_mail' => 'שלח דואר אלקטרוני',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'טיוטה',
|
||||
'sent' => 'נשלח',
|
||||
'viewed' => 'נצפה',
|
||||
'approved' => 'אושר',
|
||||
'partial' => 'חלקי',
|
||||
'paid' => 'שולם',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'החשבונית נשלחה בהצלחה באמצעות הדואר האלקטרוני!',
|
||||
'marked_sent' => 'חשבונית סומנה שנשלחה בהצלחה!',
|
||||
'email_required' => 'אין דואר אלקטרוני מעודכן ללקוח זה!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'אתה מקבל את הודעת האימייל הזו מפני שקיימות :amount חשבוניות חדשות עבור הלקוח :customer.',
|
||||
'button' => 'שלם עכשיו',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/he-IL/items.php
Normal file
15
resources/lang/he-IL/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'כמות | כמויות',
|
||||
'sales_price' => 'מחיר מבצע',
|
||||
'purchase_price' => 'מחיר רכישה',
|
||||
'sku' => 'מספר מזהה',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'אתה מקבל את האימייל הזה כי :name אזל מהמלאי.',
|
||||
'button' => 'הצג עכשיו',
|
||||
],
|
||||
|
||||
];
|
25
resources/lang/he-IL/messages.php
Normal file
25
resources/lang/he-IL/messages.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type נוסף!',
|
||||
'updated' => ':type עודכן!',
|
||||
'deleted' => ':type נמחק!',
|
||||
'duplicated' => ':type שוכפל!',
|
||||
'imported' => ':type יובא!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'שגיאה: התשלום לא הוסף! הסכום עובר את הסכום הכולל.',
|
||||
'not_user_company' => 'שגיאה: אינך מורשה לנהל החברה זאת!',
|
||||
'customer' => 'שגיאה: המשתמש לא נוצר! :name כבר משתמש בכתוב הזאת.',
|
||||
'no_file' => 'שגיאה: אין קובץ שנבחר!',
|
||||
'last_category' => 'שגיאה: לא ניתן למחוק האחרונים :type קטגוריה!',
|
||||
'invalid_token' => 'שגיאה: ה-token שהוזן אינו חוקי!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'אזהרה: אסור לך למחוק <b>:name</b> כי יש לו :text מקושר.',
|
||||
'disabled' => 'אזהרה: אינך מורשה לכבות <b>:name</b> כי יש לו :text מקושר.',
|
||||
],
|
||||
|
||||
];
|
48
resources/lang/he-IL/modules.php
Normal file
48
resources/lang/he-IL/modules.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'אסימון API',
|
||||
'api_token' => 'אסימון',
|
||||
'top_paid' => 'תשלומים מובילים',
|
||||
'new' => 'חדש',
|
||||
'top_free' => 'מובילים חינם',
|
||||
'free' => 'חינם',
|
||||
'search' => 'חיפוש',
|
||||
'install' => 'התקנה',
|
||||
'buy_now' => 'קנה עכשיו',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">לחץ כאן</a> כדי לקבל את ה-API אסימון.',
|
||||
'no_apps' => 'אין עדיין יישומים בקטגוריה זאת.',
|
||||
'developer' => 'האם אתה מפתח? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">כאן</a> תלמד כיצד ליצור app ולהתחיל למכור היום!',
|
||||
|
||||
'about' => 'אודות',
|
||||
|
||||
'added' => 'הוסף',
|
||||
'updated' => 'עודכן',
|
||||
'compatibility' => 'תאימות',
|
||||
|
||||
'installed' => ':module הותקן',
|
||||
'uninstalled' => ':module הוסר',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module פעיל',
|
||||
'disabled' => ':module כבוי',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'התקנה',
|
||||
'faq' => 'שאלות ותשובות',
|
||||
'changelog' => 'יומן שינויים',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'התקנת יישום',
|
||||
'download' => 'מוריד קובץ :module.',
|
||||
'unzip' => 'חילוץ קובץ :module.',
|
||||
'install' => 'מתקין קבצים :module.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'הסרה',
|
||||
'disable' => 'השבת',
|
||||
'enable' => 'אפשר',
|
||||
],
|
||||
];
|
9
resources/lang/he-IL/pagination.php
Normal file
9
resources/lang/he-IL/pagination.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« הקודם',
|
||||
'next' => 'הבא »',
|
||||
'showing' => 'מציג :first ל- :last של :total :type',
|
||||
|
||||
];
|
22
resources/lang/he-IL/passwords.php
Normal file
22
resources/lang/he-IL/passwords.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'סיסמאות חייב להיות לפחות שישה תווים ולהתאים את האישור.',
|
||||
'reset' => 'הסיסמה אופסה!',
|
||||
'sent' => 'שלחנו לך בדואר אלקטרוני קישור לאיפוס הסיסמה!',
|
||||
'token' => 'אסימון איפוס הסיסמה לא תקין.',
|
||||
'user' => "לא הצלחנו למצוא משתמש עם כתובת הדואר אלקטרוני שהוזן.",
|
||||
|
||||
];
|
20
resources/lang/he-IL/recurring.php
Normal file
20
resources/lang/he-IL/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'חוזרות',
|
||||
'every' => 'כל',
|
||||
'period' => 'תקופת',
|
||||
'times' => 'פעמים',
|
||||
'daily' => 'יומי',
|
||||
'weekly' => 'שבועי',
|
||||
'monthly' => 'חודשי',
|
||||
'yearly' => 'שנתי',
|
||||
'custom' => 'מותאם אישית',
|
||||
'days' => 'ימים',
|
||||
'weeks' => 'שבועות',
|
||||
'months' => 'חודשים',
|
||||
'years' => 'שנים',
|
||||
'message' => ':type חזר. :type יווצר באופן אוטומטי במועד :date',
|
||||
|
||||
];
|
30
resources/lang/he-IL/reports.php
Normal file
30
resources/lang/he-IL/reports.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'השנה',
|
||||
'previous_year' => 'בשנה הקודמת',
|
||||
'this_quarter' => 'ברבעון הזה',
|
||||
'previous_quarter' => 'ברבעון הקודם',
|
||||
'last_12_months' => '12 החודשים האחרונים',
|
||||
'profit_loss' => 'רווח & הפסד',
|
||||
'gross_profit' => 'רווח גולמי',
|
||||
'net_profit' => 'הרווח הנקי',
|
||||
'total_expenses' => 'סך כל ההוצאות',
|
||||
'net' => 'נטו',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'סיכום הכנסות',
|
||||
'expense' => 'סיכום הוצאות',
|
||||
'income_expense' => 'הכנסה לעומת הוצאות',
|
||||
'tax' => 'סיכום מס',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'ינואר-מרץ',
|
||||
'2' => 'אפריל-יוני',
|
||||
'3' => 'יולי-ספטמבר',
|
||||
'4' => 'אוקטובר-דצמבר',
|
||||
],
|
||||
|
||||
];
|
90
resources/lang/he-IL/settings.php
Normal file
90
resources/lang/he-IL/settings.php
Normal file
@ -0,0 +1,90 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'name' => 'שם',
|
||||
'email' => 'דואר אלקטרוני',
|
||||
'phone' => 'טלפון',
|
||||
'address' => 'כתובת',
|
||||
'logo' => 'לוגו',
|
||||
],
|
||||
'localisation' => [
|
||||
'tab' => 'לוקליזציה',
|
||||
'date' => [
|
||||
'format' => 'פורמט תאריך',
|
||||
'separator' => 'מפריד טקסט',
|
||||
'dash' => 'מקף (-)',
|
||||
'dot' => 'נקודה (.)',
|
||||
'comma' => 'פסיק (,)',
|
||||
'slash' => 'קו נטוי (/)',
|
||||
'space' => 'רווח ( )',
|
||||
],
|
||||
'timezone' => 'איזור זמן',
|
||||
'percent' => [
|
||||
'title' => 'אחוז (%) מיקום',
|
||||
'before' => 'לפני המספר',
|
||||
'after' => 'לאחר המספר',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'חשבונית',
|
||||
'prefix' => 'קידומת מספר',
|
||||
'digit' => 'מספר ספרות',
|
||||
'next' => 'המספר הבא',
|
||||
'logo' => 'לוגו',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'ברירת מחדל',
|
||||
'account' => 'חשבון ברירת מחדל',
|
||||
'currency' => 'מטבע ברירת מחדל',
|
||||
'tax' => 'שיעור המס ברירת מחדל',
|
||||
'payment' => 'שיטת התשלום המועדפת',
|
||||
'language' => 'שפת ברירת מחדל',
|
||||
],
|
||||
'email' => [
|
||||
'protocol' => 'פרוטוקול',
|
||||
'php' => 'PHP דואר',
|
||||
'smtp' => [
|
||||
'name' => 'SMTP',
|
||||
'host' => 'SMTP Host',
|
||||
'port' => 'SMTP Port',
|
||||
'username' => 'שם משתמש SMTP',
|
||||
'password' => 'סיסמת SMTP',
|
||||
'encryption' => 'SMTP אבטחה',
|
||||
'none' => 'ללא',
|
||||
],
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Path',
|
||||
'log' => 'Log Emails',
|
||||
],
|
||||
'scheduling' => [
|
||||
'tab' => 'תזמון',
|
||||
'send_invoice' => 'שלח חשבונית תזכורת',
|
||||
'invoice_days' => 'שלח לאחר ימים',
|
||||
'send_bill' => 'שלח תזכורת חשבונית',
|
||||
'bill_days' => 'שלח לפני פירעון ימים',
|
||||
'cron_command' => 'הפקודה Cron',
|
||||
'schedule_time' => 'שעה ריצה',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'המראה',
|
||||
'theme' => 'ערכת עיצוב',
|
||||
'light' => 'בהיר',
|
||||
'dark' => 'כהה',
|
||||
'list_limit' => 'תוצאות לעמוד',
|
||||
'use_gravatar' => 'השתמש Gravatar',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'מערכת',
|
||||
'session' => [
|
||||
'lifetime' => 'משך החיים של ההפעלה (דקות)',
|
||||
'handler' => 'Session Handler',
|
||||
'file' => 'קובץ',
|
||||
'database' => 'מסד נתונים',
|
||||
],
|
||||
'file_size' => 'גודל הקובץ מקסימלי (MB)',
|
||||
'file_types' => 'סוגי קבצים מותרים',
|
||||
],
|
||||
|
||||
];
|
8
resources/lang/he-IL/taxes.php
Normal file
8
resources/lang/he-IL/taxes.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'rate' => 'דירוג',
|
||||
'rate_percent' => 'דירוג (%)',
|
||||
|
||||
];
|
8
resources/lang/he-IL/transfers.php
Normal file
8
resources/lang/he-IL/transfers.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'מחשבון',
|
||||
'to_account' => 'לחשבון',
|
||||
|
||||
];
|
15
resources/lang/he-IL/updates.php
Normal file
15
resources/lang/he-IL/updates.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'installed_version' => 'הגירסה המותקנת',
|
||||
'latest_version' => 'הגירסה האחרונה',
|
||||
'update' => 'עדכון Akaunting לגירסה :version',
|
||||
'changelog' => 'יומן שינויים',
|
||||
'check' => 'בדוק',
|
||||
'new_core' => 'עדכון גירסה חדש עבור Akaunting זמין.',
|
||||
'latest_core' => 'מזל טוב! יש לך את הגירסה העדכנית של Akaunting. עדכוני אבטחה עתידיים יוחלו באופן אוטומטי.',
|
||||
'success' => 'תהליך העדכון הושלם בהצלחה.',
|
||||
'error' => 'תהליך העדכון נכשל, אנא נסו שנית.',
|
||||
|
||||
];
|
119
resources/lang/he-IL/validation.php
Normal file
119
resources/lang/he-IL/validation.php
Normal file
@ -0,0 +1,119 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'שדה :attribute חייב להיות מסומן.',
|
||||
'active_url' => 'שדה :attribute הוא לא כתובת אתר תקנית.',
|
||||
'after' => 'שדה :attribute חייב להיות תאריך אחרי :date.',
|
||||
'after_or_equal' => 'שדה :attribute חייב להיות תאריך מאוחר או שווה ל :date.',
|
||||
'alpha' => 'שדה :attribute יכול להכיל אותיות בלבד.',
|
||||
'alpha_dash' => 'שדה :attribute יכול להכיל אותיות, מספרים ומקפים בלבד.',
|
||||
'alpha_num' => 'שדה :attribute יכול להכיל אותיות ומספרים בלבד.',
|
||||
'array' => 'שדה :attribute חייב להיות מערך.',
|
||||
'before' => 'שדה :attribute חייב להיות תאריך לפני :date.',
|
||||
'before_or_equal' => 'שדה :attribute חייב להיות תאריך מוקדם או שווה ל :date.',
|
||||
'between' => [
|
||||
'numeric' => 'שדה :attribute חייב להיות בין :min ל-:max.',
|
||||
'file' => 'שדה :attribute חייב להיות בין :min ל-:max קילובייטים.',
|
||||
'string' => 'שדה :attribute חייב להיות בין :min ל-:max תווים.',
|
||||
'array' => 'שדה :attribute חייב להיות בין :min ל-:max פריטים.',
|
||||
],
|
||||
'boolean' => 'שדה :attribute חייב להיות אמת או שקר.',
|
||||
'confirmed' => 'שדה האישור של :attribute לא תואם.',
|
||||
'date' => 'שדה :attribute אינו תאריך תקני.',
|
||||
'date_format' => 'שדה :attribute לא תואם את הפורמט :format.',
|
||||
'different' => 'שדה :attribute ושדה :other חייבים להיות שונים.',
|
||||
'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.',
|
||||
'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
|
||||
'dimensions' => 'שדה :attribute מימדי התמונה לא תקינים',
|
||||
'distinct' => 'שדה :attribute קיים ערך כפול.',
|
||||
'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
|
||||
'exists' => 'בחירת ה-:attribute אינה תקפה.',
|
||||
'file' => 'שדה :attribute חייב להיות קובץ.',
|
||||
'filled' => 'שדה :attribute הוא חובה.',
|
||||
'image' => 'שדה :attribute חייב להיות תמונה.',
|
||||
'in' => 'בחירת ה-:attribute אינה תקפה.',
|
||||
'in_array' => 'שדה :attribute לא קיים ב:other.',
|
||||
'integer' => 'שדה :attribute חייב להיות מספר שלם.',
|
||||
'ip' => 'שדה :attribute חייב להיות כתובת IP תקנית.',
|
||||
'json' => 'שדה :attribute חייב להיות מחרוזת JSON תקנית.',
|
||||
'max' => [
|
||||
'numeric' => 'שדה :attribute אינו יכול להיות גדול מ-:max.',
|
||||
'file' => 'שדה :attribute לא יכול להיות גדול מ-:max קילובייטים.',
|
||||
'string' => 'שדה :attribute לא יכול להיות גדול מ-:max characters.',
|
||||
'array' => 'שדה :attribute לא יכול להכיל יותר מ-:max פריטים.',
|
||||
],
|
||||
'mimes' => 'שדה :attribute צריך להיות קובץ מסוג: :values.',
|
||||
'mimetypes' => 'שדה :attribute צריך להיות קובץ מסוג: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'שדה :attribute חייב להיות לפחות :min.',
|
||||
'file' => 'שדה :attribute חייב להיות לפחות :min קילובייטים.',
|
||||
'string' => 'שדה :attribute חייב להיות לפחות :min תווים.',
|
||||
'array' => 'שדה :attribute חייב להיות לפחות :min פריטים.',
|
||||
],
|
||||
'not_in' => 'בחירת ה-:attribute אינה תקפה.',
|
||||
'numeric' => 'שדה :attribute חייב להיות מספר.',
|
||||
'present' => 'שדה :attribute חייב להיות קיים.',
|
||||
'regex' => 'שדה :attribute בעל פורמט שאינו תקין.',
|
||||
'required' => 'שדה :attribute הוא חובה.',
|
||||
'required_if' => 'שדה :attribute נחוץ כאשר :other הוא :value.',
|
||||
'required_unless' => 'שדה :attribute נחוץ אלא אם כן :other הוא בין :values.',
|
||||
'required_with' => 'שדה :attribute נחוץ כאשר :values נמצא.',
|
||||
'required_with_all' => 'שדה :attribute נחוץ כאשר :values נמצא.',
|
||||
'required_without' => 'שדה :attribute נחוץ כאשר :values לא בנמצא.',
|
||||
'required_without_all' => 'שדה :attribute נחוץ כאשר אף אחד מ-:values נמצאים.',
|
||||
'same' => 'שדה :attribute ו-:other חייבים להיות זהים.',
|
||||
'size' => [
|
||||
'numeric' => 'שדה :attribute חייב להיות :size.',
|
||||
'file' => 'שדה :attribute חייב להיות :size קילובייטים.',
|
||||
'string' => 'שדה :attribute חייב להיות :size תווים.',
|
||||
'array' => 'שדה :attribute חייב להכיל :size פריטים.',
|
||||
],
|
||||
'string' => 'שדה :attribute חייב להיות מחרוזת.',
|
||||
'timezone' => 'שדה :attribute חייב להיות איזור תקני.',
|
||||
'unique' => 'שדה :attribute כבר תפוס.',
|
||||
'uploaded' => 'שדה :attribute ארעה שגיאה בעת ההעלאה.',
|
||||
'url' => 'שדה :attribute בעל פורמט שאינו תקין.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'הודעה מותאמת אישית',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user