updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@ -21,6 +21,11 @@ return [
'space' => 'Leerzeichen ( )',
],
'timezone' => 'Zeitzone',
'percent' => [
'title' => 'Position des Prozent (%)',
'before' => 'Vor der Zahl',
'after' => 'Nach der Zahl',
],
],
'invoice' => [
'tab' => 'Rechnung',
@ -34,7 +39,7 @@ return [
'account' => 'Standardkonto',
'currency' => 'Standardwährung',
'tax' => 'Standard-Steuersatz',
'payment' => 'Standard-Zahlungsart',
'payment' => 'Standard-Zahlungsmethode',
'language' => 'Standardsprache',
],
'email' => [
@ -42,7 +47,7 @@ return [
'php' => 'PHP-Mail',
'smtp' => [
'name' => 'SMTP',
'host' => 'SMTP Host',
'host' => 'SMTP Server',
'port' => 'SMTP-Port',
'username' => 'SMTP Benutzername',
'password' => 'SMTP-Passwort',
@ -55,9 +60,9 @@ return [
],
'scheduling' => [
'tab' => 'Zeitpläne',
'send_invoice' => 'Rechnung Erinnerung senden',
'invoice_days' => 'Senden nach Überfälligkeit von',
'send_bill' => 'Rechnungserinnerung senden',
'send_invoice' => 'Erinnerung für Kundenrechnung senden',
'invoice_days' => 'Senden nach Fälligkeit (Tage)',
'send_bill' => 'Erinnerung für Ausgabenrechung senden',
'bill_days' => 'Senden vor Fälligkeit (Tage)',
'cron_command' => 'Cron-Befehl',
'schedule_time' => 'Stunde (Laufzeit)',
@ -73,8 +78,8 @@ return [
'system' => [
'tab' => 'System',
'session' => [
'lifetime' => 'Die Sitzungsdauer (Minuten)',
'handler' => 'Session-Handler',
'lifetime' => 'Sitzungsdauer (Minuten)',
'handler' => 'Session-Verwaltung',
'file' => 'Datei',
'database' => 'Datenbank',
],