From 9c1faabb672b1360a9bf880bebb66012e61f16c3 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sun, 29 Apr 2018 01:04:19 +0300 Subject: [PATCH] he-IL translation --- config/language.php | 2 +- resources/lang/he-IL/accounts.php | 14 ++++ resources/lang/he-IL/auth.php | 30 +++++++ resources/lang/he-IL/bills.php | 46 +++++++++++ resources/lang/he-IL/companies.php | 13 +++ resources/lang/he-IL/currencies.php | 18 +++++ resources/lang/he-IL/customers.php | 11 +++ resources/lang/he-IL/dashboard.php | 24 ++++++ resources/lang/he-IL/demo.php | 17 ++++ resources/lang/he-IL/footer.php | 9 +++ resources/lang/he-IL/general.php | 117 +++++++++++++++++++++++++++ resources/lang/he-IL/header.php | 15 ++++ resources/lang/he-IL/import.php | 9 +++ resources/lang/he-IL/install.php | 44 ++++++++++ resources/lang/he-IL/invoices.php | 55 +++++++++++++ resources/lang/he-IL/items.php | 15 ++++ resources/lang/he-IL/messages.php | 25 ++++++ resources/lang/he-IL/modules.php | 48 +++++++++++ resources/lang/he-IL/pagination.php | 9 +++ resources/lang/he-IL/passwords.php | 22 +++++ resources/lang/he-IL/recurring.php | 20 +++++ resources/lang/he-IL/reports.php | 30 +++++++ resources/lang/he-IL/settings.php | 90 +++++++++++++++++++++ resources/lang/he-IL/taxes.php | 8 ++ resources/lang/he-IL/transfers.php | 8 ++ resources/lang/he-IL/updates.php | 15 ++++ resources/lang/he-IL/validation.php | 119 ++++++++++++++++++++++++++++ 27 files changed, 832 insertions(+), 1 deletion(-) create mode 100644 resources/lang/he-IL/accounts.php create mode 100644 resources/lang/he-IL/auth.php create mode 100644 resources/lang/he-IL/bills.php create mode 100644 resources/lang/he-IL/companies.php create mode 100644 resources/lang/he-IL/currencies.php create mode 100644 resources/lang/he-IL/customers.php create mode 100644 resources/lang/he-IL/dashboard.php create mode 100644 resources/lang/he-IL/demo.php create mode 100644 resources/lang/he-IL/footer.php create mode 100644 resources/lang/he-IL/general.php create mode 100644 resources/lang/he-IL/header.php create mode 100644 resources/lang/he-IL/import.php create mode 100644 resources/lang/he-IL/install.php create mode 100644 resources/lang/he-IL/invoices.php create mode 100644 resources/lang/he-IL/items.php create mode 100644 resources/lang/he-IL/messages.php create mode 100644 resources/lang/he-IL/modules.php create mode 100644 resources/lang/he-IL/pagination.php create mode 100644 resources/lang/he-IL/passwords.php create mode 100644 resources/lang/he-IL/recurring.php create mode 100644 resources/lang/he-IL/reports.php create mode 100644 resources/lang/he-IL/settings.php create mode 100644 resources/lang/he-IL/taxes.php create mode 100644 resources/lang/he-IL/transfers.php create mode 100644 resources/lang/he-IL/updates.php create mode 100644 resources/lang/he-IL/validation.php diff --git a/config/language.php b/config/language.php index b17a3c65d..3a26ff4c8 100644 --- a/config/language.php +++ b/config/language.php @@ -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'], /* |-------------------------------------------------------------------------- diff --git a/resources/lang/he-IL/accounts.php b/resources/lang/he-IL/accounts.php new file mode 100644 index 000000000..e21b0b6df --- /dev/null +++ b/resources/lang/he-IL/accounts.php @@ -0,0 +1,14 @@ + 'שם החשבון', + 'number' => 'מספר', + 'opening_balance' => 'ליתרת הפתיחה', + 'current_balance' => 'היתרה הנוכחית', + 'bank_name' => 'שם הבנק', + 'bank_phone' => 'טלפון הבנק', + 'bank_address' => 'כתובת הבנק', + 'default_account' => 'חשבון ברירת מחדל', + +]; diff --git a/resources/lang/he-IL/auth.php b/resources/lang/he-IL/auth.php new file mode 100644 index 000000000..5cf953728 --- /dev/null +++ b/resources/lang/he-IL/auth.php @@ -0,0 +1,30 @@ + 'פרופיל', + '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 שניות.', + +]; diff --git a/resources/lang/he-IL/bills.php b/resources/lang/he-IL/bills.php new file mode 100644 index 000000000..2c84c148a --- /dev/null +++ b/resources/lang/he-IL/bills.php @@ -0,0 +1,46 @@ + 'מספר החשבון', + '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' => 'חשבונות שסומנו התקבלו בהצלחה!', + ], + +]; diff --git a/resources/lang/he-IL/companies.php b/resources/lang/he-IL/companies.php new file mode 100644 index 000000000..cceda5a4e --- /dev/null +++ b/resources/lang/he-IL/companies.php @@ -0,0 +1,13 @@ + 'שם מתחם', + 'logo' => 'לוגו', + 'manage' => 'ניהול חברות', + 'all' => 'כל החברות', + 'error' => [ + 'delete_active' => 'שגיאה: יכול לא למחוק את החברה פעילה, בבקשה לשנות את זה קודם!', + ], + +]; diff --git a/resources/lang/he-IL/currencies.php b/resources/lang/he-IL/currencies.php new file mode 100644 index 000000000..73d5eca81 --- /dev/null +++ b/resources/lang/he-IL/currencies.php @@ -0,0 +1,18 @@ + 'קוד', + 'rate' => 'דירוג', + 'default' => 'מטבע ברירת מחדל', + 'decimal_mark' => 'סימן עשרוני', + 'thousands_separator' => 'מפריד אלפים', + 'precision' => 'דיוק', + 'symbol' => [ + 'symbol' => 'סמל', + 'position' => 'מיקום סמל', + 'before' => 'לפני הכמות', + 'after' => 'אחרי הכמות', + ] + +]; diff --git a/resources/lang/he-IL/customers.php b/resources/lang/he-IL/customers.php new file mode 100644 index 000000000..a002440f3 --- /dev/null +++ b/resources/lang/he-IL/customers.php @@ -0,0 +1,11 @@ + 'אפשר התחברות?', + 'user_created' => 'משתמש נוצר', + + 'error' => [ + 'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.' + ] +]; diff --git a/resources/lang/he-IL/dashboard.php b/resources/lang/he-IL/dashboard.php new file mode 100644 index 000000000..1647e8ff5 --- /dev/null +++ b/resources/lang/he-IL/dashboard.php @@ -0,0 +1,24 @@ + 'סה"כ ההכנסות', + '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' => 'הוצאות אחרונות', + +]; diff --git a/resources/lang/he-IL/demo.php b/resources/lang/he-IL/demo.php new file mode 100644 index 000000000..f4210494f --- /dev/null +++ b/resources/lang/he-IL/demo.php @@ -0,0 +1,17 @@ + 'מזומנים', + 'categories_uncat' => 'ללא קטגוריה', + 'categories_deposit' => 'פיקדון', + 'categories_sales' => 'מכירות', + 'currencies_usd' => 'דולר אמריקאי', + 'currencies_eur' => 'יורו', + 'currencies_gbp' => 'לירה שטרלינג', + 'currencies_try' => 'לירה טורקית', + 'taxes_exempt' => 'פטור ממס', + 'taxes_normal' => 'מס רגיל', + 'taxes_sales' => 'מיסים מכירות', + +]; diff --git a/resources/lang/he-IL/footer.php b/resources/lang/he-IL/footer.php new file mode 100644 index 000000000..ef6f08d1d --- /dev/null +++ b/resources/lang/he-IL/footer.php @@ -0,0 +1,9 @@ + 'גירסה', + 'powered' => 'מופעל על ידי Akaunting', + 'software' => 'תוכנת הנהלת חשבונות חינם', + +]; diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php new file mode 100644 index 000000000..a484b33b0 --- /dev/null +++ b/resources/lang/he-IL/general.php @@ -0,0 +1,117 @@ + 'פריט | פריטים', + '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' => 'לא נבחר קובץ...', + ], + +]; diff --git a/resources/lang/he-IL/header.php b/resources/lang/he-IL/header.php new file mode 100644 index 000000000..bf7d7c0c4 --- /dev/null +++ b/resources/lang/he-IL/header.php @@ -0,0 +1,15 @@ + 'שינוי שפה', + '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' => 'הצג הכל' + ], + +]; diff --git a/resources/lang/he-IL/import.php b/resources/lang/he-IL/import.php new file mode 100644 index 000000000..902afb35a --- /dev/null +++ b/resources/lang/he-IL/import.php @@ -0,0 +1,9 @@ + 'ייבוא', + 'title' => 'ייבוא :type', + 'message' => 'סוגי קבצים מותרים: CSV, XLS. אנא, הורד את קובץ ההדגמה.', + +]; diff --git a/resources/lang/he-IL/install.php b/resources/lang/he-IL/install.php new file mode 100644 index 000000000..9e58c0e30 --- /dev/null +++ b/resources/lang/he-IL/install.php @@ -0,0 +1,44 @@ + 'הבא', + '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' => 'שגיאה: לא היתה אפשרות להתחבר למסד הנתונים! בבקשה, ודא כי הפרטים נכונים.', + ], + +]; diff --git a/resources/lang/he-IL/invoices.php b/resources/lang/he-IL/invoices.php new file mode 100644 index 000000000..413725320 --- /dev/null +++ b/resources/lang/he-IL/invoices.php @@ -0,0 +1,55 @@ + 'מספר חשבונית', + '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' => 'שלם עכשיו', + ], + +]; diff --git a/resources/lang/he-IL/items.php b/resources/lang/he-IL/items.php new file mode 100644 index 000000000..75cbf69f5 --- /dev/null +++ b/resources/lang/he-IL/items.php @@ -0,0 +1,15 @@ + 'כמות | כמויות', + 'sales_price' => 'מחיר מבצע', + 'purchase_price' => 'מחיר רכישה', + 'sku' => 'מספר מזהה', + + 'notification' => [ + 'message' => 'אתה מקבל את האימייל הזה כי :name אזל מהמלאי.', + 'button' => 'הצג עכשיו', + ], + +]; diff --git a/resources/lang/he-IL/messages.php b/resources/lang/he-IL/messages.php new file mode 100644 index 000000000..3471b363d --- /dev/null +++ b/resources/lang/he-IL/messages.php @@ -0,0 +1,25 @@ + [ + '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' => 'אזהרה: אסור לך למחוק :name כי יש לו :text מקושר.', + 'disabled' => 'אזהרה: אינך מורשה לכבות :name כי יש לו :text מקושר.', + ], + +]; diff --git a/resources/lang/he-IL/modules.php b/resources/lang/he-IL/modules.php new file mode 100644 index 000000000..4d8aee6a8 --- /dev/null +++ b/resources/lang/he-IL/modules.php @@ -0,0 +1,48 @@ + 'אסימון API', + 'api_token' => 'אסימון', + 'top_paid' => 'תשלומים מובילים', + 'new' => 'חדש', + 'top_free' => 'מובילים חינם', + 'free' => 'חינם', + 'search' => 'חיפוש', + 'install' => 'התקנה', + 'buy_now' => 'קנה עכשיו', + 'token_link' => 'לחץ כאן כדי לקבל את ה-API אסימון.', + 'no_apps' => 'אין עדיין יישומים בקטגוריה זאת.', + 'developer' => 'האם אתה מפתח? כאן תלמד כיצד ליצור 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' => 'אפשר', + ], +]; diff --git a/resources/lang/he-IL/pagination.php b/resources/lang/he-IL/pagination.php new file mode 100644 index 000000000..1d184035b --- /dev/null +++ b/resources/lang/he-IL/pagination.php @@ -0,0 +1,9 @@ + '« הקודם', + 'next' => 'הבא »', + 'showing' => 'מציג :first ל- :last של :total :type', + +]; diff --git a/resources/lang/he-IL/passwords.php b/resources/lang/he-IL/passwords.php new file mode 100644 index 000000000..9381bc662 --- /dev/null +++ b/resources/lang/he-IL/passwords.php @@ -0,0 +1,22 @@ + 'סיסמאות חייב להיות לפחות שישה תווים ולהתאים את האישור.', + 'reset' => 'הסיסמה אופסה!', + 'sent' => 'שלחנו לך בדואר אלקטרוני קישור לאיפוס הסיסמה!', + 'token' => 'אסימון איפוס הסיסמה לא תקין.', + 'user' => "לא הצלחנו למצוא משתמש עם כתובת הדואר אלקטרוני שהוזן.", + +]; diff --git a/resources/lang/he-IL/recurring.php b/resources/lang/he-IL/recurring.php new file mode 100644 index 000000000..5ab077aa5 --- /dev/null +++ b/resources/lang/he-IL/recurring.php @@ -0,0 +1,20 @@ + 'חוזרות', + 'every' => 'כל', + 'period' => 'תקופת', + 'times' => 'פעמים', + 'daily' => 'יומי', + 'weekly' => 'שבועי', + 'monthly' => 'חודשי', + 'yearly' => 'שנתי', + 'custom' => 'מותאם אישית', + 'days' => 'ימים', + 'weeks' => 'שבועות', + 'months' => 'חודשים', + 'years' => 'שנים', + 'message' => ':type חזר. :type יווצר באופן אוטומטי במועד :date', + +]; diff --git a/resources/lang/he-IL/reports.php b/resources/lang/he-IL/reports.php new file mode 100644 index 000000000..1fe1a5ff3 --- /dev/null +++ b/resources/lang/he-IL/reports.php @@ -0,0 +1,30 @@ + 'השנה', + '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' => 'אוקטובר-דצמבר', + ], + +]; diff --git a/resources/lang/he-IL/settings.php b/resources/lang/he-IL/settings.php new file mode 100644 index 000000000..1dc3cdf7b --- /dev/null +++ b/resources/lang/he-IL/settings.php @@ -0,0 +1,90 @@ + [ + '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' => 'סוגי קבצים מותרים', + ], + +]; diff --git a/resources/lang/he-IL/taxes.php b/resources/lang/he-IL/taxes.php new file mode 100644 index 000000000..bd094b250 --- /dev/null +++ b/resources/lang/he-IL/taxes.php @@ -0,0 +1,8 @@ + 'דירוג', + 'rate_percent' => 'דירוג (%)', + +]; diff --git a/resources/lang/he-IL/transfers.php b/resources/lang/he-IL/transfers.php new file mode 100644 index 000000000..ffebd6b9b --- /dev/null +++ b/resources/lang/he-IL/transfers.php @@ -0,0 +1,8 @@ + 'מחשבון', + 'to_account' => 'לחשבון', + +]; diff --git a/resources/lang/he-IL/updates.php b/resources/lang/he-IL/updates.php new file mode 100644 index 000000000..4c990555e --- /dev/null +++ b/resources/lang/he-IL/updates.php @@ -0,0 +1,15 @@ + 'הגירסה המותקנת', + 'latest_version' => 'הגירסה האחרונה', + 'update' => 'עדכון Akaunting לגירסה :version', + 'changelog' => 'יומן שינויים', + 'check' => 'בדוק', + 'new_core' => 'עדכון גירסה חדש עבור Akaunting זמין.', + 'latest_core' => 'מזל טוב! יש לך את הגירסה העדכנית של Akaunting. עדכוני אבטחה עתידיים יוחלו באופן אוטומטי.', + 'success' => 'תהליך העדכון הושלם בהצלחה.', + 'error' => 'תהליך העדכון נכשל, אנא נסו שנית.', + +]; diff --git a/resources/lang/he-IL/validation.php b/resources/lang/he-IL/validation.php new file mode 100644 index 000000000..5e3926550 --- /dev/null +++ b/resources/lang/he-IL/validation.php @@ -0,0 +1,119 @@ + 'שדה :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' => [], + +];