updated languages

This commit is contained in:
denisdulici 2018-01-13 15:30:54 +03:00
parent 4f3b295ac2
commit b56653eb62
14 changed files with 87 additions and 57 deletions

View File

@ -5,5 +5,14 @@ return [
'code' => 'Code',
'rate' => 'Preis',
'default' => 'Standardwährung',
'decimal_mark' => 'Dezimaltrennzeichen',
'thousands_separator' => 'Tausendertrennzeichen',
'precision' => 'Genauigkeit',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbolposition',
'before' => 'Vor dem Betrag',
'after' => 'Nach dem Betrag',
]
];

View File

@ -6,6 +6,6 @@ return [
'user_created' => 'Benutzer angelegt',
'error' => [
'email' => 'Diese Email wurde bereits benutzt.'
'email' => 'Diese Email ist bereits in Benutzung.'
]
];

View File

@ -50,6 +50,7 @@ return [
'na' => 'N/V',
'daily' => 'Täglich',
'monthly' => 'Monatlich',
'quarterly' => 'Vierteljährlich',
'yearly' => 'Jährlich',
'add' => 'Hinzufügen',
'add_new' => 'Neu anlegen',
@ -74,6 +75,7 @@ return [
'reference' => 'Referenz',
'attachment' => 'Anhang',
'change' => 'Ändern',
'switch' => 'Wechseln',
'color' => 'Farbe',
'save' => 'Speichern',
'cancel' => 'Abbrechen',
@ -90,7 +92,7 @@ return [
'created' => 'Erstellt',
'id' => 'ID',
'more_actions' => 'Weitere Aktionen',
'duplicate' => 'Duplikat',
'duplicate' => 'Duplizieren',
'title' => [
'new' => 'Neu :type',

View File

@ -2,8 +2,8 @@
return [
'import' => 'Import',
'title' => 'Import :type',
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
'import' => 'Importieren',
'title' => ':type importieren',
'message' => 'Erlaubte Datei-Typen: CSV, XLS. Bitte, <a target="_blank" href=":link"><strong>laden </strong></a> Sie eine Beispiel-Datei.',
];

View File

@ -23,7 +23,7 @@ return [
'payments' => 'Zahlungen',
'add_payment' => 'Zahlung hinzufügen',
'mark_paid' => 'Als bezahlt markieren',
'mark_sent' => 'Als versendet markieren',
'mark_sent' => 'Als gesendet markieren',
'download_pdf' => 'PDF herunterladen',
'send_mail' => 'E-Mail senden',

View File

@ -7,12 +7,13 @@ return [
'updated' => ':type aktualisiert!',
'deleted' => ':type gelöscht!',
'duplicated' => ':type dupliziert!',
'imported' => ':type imported!',
'imported' => ':type importiert!',
],
'error' => [
'payment_add' => 'Fehler: Sie können die Zahlung nicht hinzufügen. Überprüfen Sie die Einträge und fügen sie einen Betrag hinzu.',
'not_user_company' => 'Fehler: Sie haben nicht die Berechtigung um diese Firma zu verwalten!',
'customer' => 'Fehler: Sie können diesen Benutzer nicht erstellen! :name benutzt diese Email bereits.',
'no_file' => 'Error: No file selected!',
'customer' => 'Fehler: Sie können diesen Benutzer nicht erstellen! Die Email wird durch :name bereits genutzt.',
'no_file' => 'Fehler: Keine Datei ausgewählt!',
],
'warning' => [
'deleted' => 'Warnung: Sie dürfen <b>:name</b> nicht löschen, da :text dazu in Bezug steht.',

View File

@ -10,29 +10,33 @@ return [
'free' => 'Kostenlos',
'install' => 'Installieren',
'buy_now' => 'Jetzt kaufen',
'faq' => 'Häufige Fragen / FAQ',
'changelog' => 'Changelog',
'installed' => 'Installiert',
'uninstalled' => 'Deinstalliert',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Hier klicken</a> um Ihren API Token zu erhalten.',
'no_apps' => 'Bisher existieren noch keine Apps in dieser Kategorie.',
'developer' => 'Sind sie ein Entwickler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Hier</a> lernen Sie wie Sie eine App erzeugen und verkaufen können!',
'enabled' => 'Anwendung :module aktiviert',
'disabled' => 'Anwendung :module deaktiviert',
'about' => 'Über',
'installation' => [
'header' => 'Modulinstallation',
'start' => ':module wird installiert.',
'download' => 'Lade :module Dateien herunter.',
'unzip' => 'Extrahiere :module Dateien.',
'install' => 'Lade :module Dateien hoch.',
],
'added' => 'Hinzugefügt',
'updated' => 'Aktualisiert',
'compatibility' => 'Kompatibilität',
'history' => [
'installed' => ':module installiert',
'uninstalled' => ':module deinstallieren',
'updated' => ':module aktualisiert',
'uninstalled' => ':module deinstalliert',
//'updated' => ':module updated',
'enabled' => ':module aktiviert',
'disabled' => ':module deaktiviert',
'tab' => [
'installation' => 'Installation',
'faq' => 'Häufige Fragen / FAQ',
'changelog' => 'Changelog',
],
'installation' => [
'header' => 'App Installation',
'download' => 'Lade :module Dateien herunter.',
'unzip' => 'Extrahiere :module Dateien.',
'install' => 'Installiere :module Dateien.',
],
'button' => [

View File

@ -2,6 +2,12 @@
return [
'this_year' => 'Dieses Jahr',
'previous_year' => 'Vorheriges Jahr',
'this_quarter' => 'Dieses Quartal',
'previous_quarter' => 'Letztes Quartal',
'last_12_months' => 'Die letzten 12 Monate',
'summary' => [
'income' => 'Einkommen Zusammenfassung',
'expense' => 'Ausgaben Übersicht',

View File

@ -1,5 +0,0 @@
<?php
return [
'all' => 'Të gjithë Konsumatorët',
];

View File

@ -5,14 +5,14 @@ return [
'code' => '代碼',
'rate' => '稅率',
'default' => '預設貨幣',
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'decimal_mark' => '十進位標記',
'thousands_separator' => '千分位',
'precision' => '精確度',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
'symbol' => '符號',
'position' => '符號位置',
'before' => '金額前方',
'after' => '金額後方',
]
];

View File

@ -50,6 +50,7 @@ return [
'na' => 'N/A',
'daily' => '每日',
'monthly' => '每月',
'quarterly' => '每季度',
'yearly' => '每年',
'add' => '新增',
'add_new' => '新增',
@ -74,6 +75,7 @@ return [
'reference' => '参考',
'attachment' => '附件',
'change' => '修改',
'switch' => '切換',
'color' => '顏色',
'save' => '儲存',
'cancel' => '取消',

View File

@ -10,6 +10,7 @@ return [
'imported' => ':type 已匯入!',
],
'error' => [
'payment_add' => '錯誤:您不能新增付款!您需要檢查新增金額。',
'not_user_company' => '錯誤:您不允許管理此公司!',
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name ',
'no_file' => '錯誤:沒有選擇檔案!',

View File

@ -10,29 +10,33 @@ return [
'free' => '免費',
'install' => '安裝',
'buy_now' => '現在購買',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
'no_apps' => '此分類中尚無應用程式。',
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
'about' => '關於',
'added' => '已新增',
'updated' => '已更新',
'compatibility' => '相容性',
'installed' => '已安裝 :module',
'uninstalled' => '已移除 :module',
//'updated' => ':module updated',
'enabled' => '已啟用 :module',
'disabled' => '已停用 :module',
'tab' => [
'installation' => '安裝',
'faq' => '常見問題',
'changelog' => '更新日誌',
'installed' => '已安裝',
'uninstalled' => '已移除',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
'enabled' => ':module 已啟用',
'disabled' => ':module 已停用',
'installation' => [
'header' => '模組安裝',
'start' => '安裝:module中。',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'install' => '上傳模組檔案中::module',
],
'history' => [
'installed' => '已安裝:module',
'uninstalled' => '已移除:module',
'updated' => '已更新:module',
'enabled' => '已啟用:module',
'disabled' => '已停用:module',
'installation' => [
'header' => '應用程式安裝',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'install' => '安裝 :module檔案中。',
],
'button' => [

View File

@ -2,6 +2,12 @@
return [
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '過去 12 個月',
'summary' => [
'income' => '收入概要',
'expense' => '支出概要',