diff --git a/resources/lang/ar-SA/modules.php b/resources/lang/ar-SA/modules.php index 2841201b5..7924238f8 100644 --- a/resources/lang/ar-SA/modules.php +++ b/resources/lang/ar-SA/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'يجب عليك الشراء/تجديد :module!', 'download' => 'لم نتمكن من تحميل :module', 'zip' => 'لم نتمكن من انشاء ملف zip :module', 'unzip' => 'لم نتمكن من فك ضغط :module', diff --git a/resources/lang/bs-BA/modules.php b/resources/lang/bs-BA/modules.php index 3aa4721c1..b25d7494a 100644 --- a/resources/lang/bs-BA/modules.php +++ b/resources/lang/bs-BA/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Trebali biste kupiti/obnoviti :module!', 'download' => 'Ne mogu preuzeti: modul', 'zip' => 'Ne može stvoriti: zip datoteku modula', 'unzip' => 'Ne mogu raspakirati: modul', diff --git a/resources/lang/ca-ES/modules.php b/resources/lang/ca-ES/modules.php index afbecfd8f..edba0bbe1 100644 --- a/resources/lang/ca-ES/modules.php +++ b/resources/lang/ca-ES/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Has de comprar o renovar :module!', 'download' => 'No s\'ha pogut descarregar :module', 'zip' => 'No s\'ha pogut comprimir :module', 'unzip' => 'No s\'ha pogut descomprimir :module', diff --git a/resources/lang/de-DE/modules.php b/resources/lang/de-DE/modules.php index 71b072af1..3411fc7aa 100644 --- a/resources/lang/de-DE/modules.php +++ b/resources/lang/de-DE/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'Neu', 'top_free' => 'Top kostenlos', 'free' => 'Kostenlos', + 'monthly' => 'Monatlich', + 'yearly' => 'Jährlich', + 'yearly_pricing' => 'Jährliche Rechnung', + 'monthly_price' => 'Ab :price', + 'per_month' => 'pro Monat', + 'billed_yearly' => 'Jährlich abgerechnet', + 'billed_monthly' => 'Monatlich abgerechnet', + 'save_year' => 'Sie sparen :price pro Jahr!', + 'if_paid_year' => 'Oder :price/mo wenn jährlich bezahlt', + 'information_monthly' => 'Diese Option ist nur für Cloud-Service gültig', 'install' => 'Installieren', 'buy_now' => 'Jetzt kaufen', 'get_api_key' => 'Klicke hier um Ihren API-Schlüssel zu erhalten.', 'no_apps' => 'Bisher existieren noch keine Apps in dieser Kategorie.', 'become_developer' => 'Sind sie ein Entwickler? Hier lernen Sie wie Sie eine App erstellen und verkaufen können!', 'recommended_apps' => 'Empfohlene Apps', + 'can_not_install' => 'Monatliche Abonnements sind nur im Cloud-Dienst verfügbar. Erfahre mehr.', 'about' => 'Über', @@ -49,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Du solltest :module kaufen/erneuern!', 'download' => ':module kann nicht heruntergeladen werden', 'zip' => ':module zip Datei kann nicht erstellt werden', 'unzip' => ':module kann nicht entpackt werden', diff --git a/resources/lang/en-AU/modules.php b/resources/lang/en-AU/modules.php index f6c10851a..217da08d2 100644 --- a/resources/lang/en-AU/modules.php +++ b/resources/lang/en-AU/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'You should purchase/renew :module!', 'download' => 'Not able to download :module', 'zip' => 'Not able to create :module zip file', 'unzip' => 'Not able to unzip :module', diff --git a/resources/lang/he-IL/dashboards.php b/resources/lang/he-IL/dashboards.php new file mode 100644 index 000000000..4942a9020 --- /dev/null +++ b/resources/lang/he-IL/dashboards.php @@ -0,0 +1,11 @@ + [ + 'not_user_dashboard' => 'שגיאה: אינך רשאי לשנות את לוח המחוונים הזה!', + 'delete_last' => 'שגיאה: לא ניתן למחוק את לוח המחוונים האחרון. בבקשה, תיצור תחילה לוח מחוונים חדש.', + 'disable_last' => 'שגיאה: לא ניתן להשבית את לוח המחוונים האחרון. בבקשה, תיצור תחילה לוח מחוונים חדש.', + ], + +]; diff --git a/resources/lang/he-IL/demo.php b/resources/lang/he-IL/demo.php index 554dc263e..bf3b41278 100644 --- a/resources/lang/he-IL/demo.php +++ b/resources/lang/he-IL/demo.php @@ -2,15 +2,33 @@ return [ - 'accounts_cash' => 'מזומנים', - 'categories_deposit' => 'פיקדון', - 'categories_sales' => 'מכירות', - 'currencies_usd' => 'דולר אמריקאי', - 'currencies_eur' => 'יורו', - 'currencies_gbp' => 'לירה שטרלינג', - 'currencies_try' => 'לירה טורקית', - 'taxes_exempt' => 'פטור ממס', - 'taxes_normal' => 'מס רגיל', - 'taxes_sales' => 'מיסים מכירות', + 'accounts' => [ + 'cash' => 'כסף מזומן', + ], + + 'categories' => [ + 'deposit' => 'לְהַפְקִיד', + 'sales' => 'מכירות', + ], + + 'currencies' => [ + 'usd' => 'דולר אמריקאי', + 'eur' => 'יורו', + 'gbp' => 'לירה שטרלינג (פאונד)', + 'try' => 'לירה טורקית', + ], + + 'offline_payments' => [ + 'cash' => 'כסף מזומן', + 'bank' => 'העברה בנקאית', + ], + + 'reports' => [ + 'income' => 'סיכום הכנסה חודשית לפי קטגוריות.', + 'expense' => 'סיכום הוצאות חודשיות לפי קטגוריות.', + 'income_expense' => 'הכנסות החודש לעומת הוצאות החודש לפי קטגוריות', + 'tax' => 'סיכום מס רבעוני. ', + 'profit_loss' => 'רווח והפסד רבעוניים לפי קטגוריות.', + ], ]; diff --git a/resources/lang/he-IL/maintenance.php b/resources/lang/he-IL/maintenance.php new file mode 100644 index 000000000..1ddcf2393 --- /dev/null +++ b/resources/lang/he-IL/maintenance.php @@ -0,0 +1,9 @@ + 'מתבצעות עבודות תחזוקה', + + 'message' => 'מצטערים, אנחנו מושבתים לצרכי תחזוקה. בבקשה תנסו שוב מאוחר יותר!', + +]; diff --git a/resources/lang/he-IL/pagination.php b/resources/lang/he-IL/pagination.php index 1d184035b..c8dcf0ea7 100644 --- a/resources/lang/he-IL/pagination.php +++ b/resources/lang/he-IL/pagination.php @@ -5,5 +5,6 @@ return [ 'previous' => '« הקודם', 'next' => 'הבא »', 'showing' => 'מציג :first ל- :last של :total :type', + 'page' => 'לעמוד', ]; diff --git a/resources/lang/he-IL/passwords.php b/resources/lang/he-IL/passwords.php index 9381bc662..188b50531 100644 --- a/resources/lang/he-IL/passwords.php +++ b/resources/lang/he-IL/passwords.php @@ -16,6 +16,7 @@ return [ 'password' => 'סיסמאות חייב להיות לפחות שישה תווים ולהתאים את האישור.', 'reset' => 'הסיסמה אופסה!', 'sent' => 'שלחנו לך בדואר אלקטרוני קישור לאיפוס הסיסמה!', + 'throttled' => 'נא להמתין לפני ביצוע ניסיון נוסף.', 'token' => 'אסימון איפוס הסיסמה לא תקין.', 'user' => "לא הצלחנו למצוא משתמש עם כתובת הדואר אלקטרוני שהוזן.", diff --git a/resources/lang/pt-BR/modules.php b/resources/lang/pt-BR/modules.php index 0b885902d..4dcc3d55d 100644 --- a/resources/lang/pt-BR/modules.php +++ b/resources/lang/pt-BR/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Você deve comprar/renovar :module!', 'download' => 'Não é possível baixar :module', 'zip' => 'Não é possível criar o arquivo zip :module', 'unzip' => 'Não é possível descompactar :module',