updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -29,10 +29,20 @@ return [
],
'invoice' => [
'tab' => 'Rechnung',
'prefix' => 'Zahlenprefix',
'prefix' => 'Rechnungsprefix',
'digit' => 'Nachkommastellen',
'next' => 'Nächste Nummer',
'logo' => 'Logo',
'custom' => 'Benutzerdefiniert',
'item_name' => 'Artikelbezeichnung',
'item' => 'Artikel',
'product' => 'Produkte',
'service' => 'Dienste',
'price_name' => 'Preisbezeichnung',
'price' => 'Preis',
'rate' => 'Satz',
'quantity_name' => 'Mengenbezeichnung',
'quantity' => 'Menge',
],
'default' => [
'tab' => 'Standardeinstellungen',
@ -47,25 +57,27 @@ return [
'php' => 'PHP-Mail',
'smtp' => [
'name' => 'SMTP',
'host' => 'SMTP Server',
'host' => 'SMTP-Server',
'port' => 'SMTP-Port',
'username' => 'SMTP Benutzername',
'username' => 'SMTP-Benutzername',
'password' => 'SMTP-Passwort',
'encryption' => 'SMTP-Sicherheit',
'none' => 'Keine',
],
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail Pfad',
'log' => 'Protokoll E-Mails',
'log' => 'E-Mails protokollieren',
],
'scheduling' => [
'tab' => 'Zeitpläne',
'send_invoice' => 'Erinnerung für Kundenrechnung senden',
'invoice_days' => 'Senden nach Fälligkeit (Tage)',
'send_bill' => 'Erinnerung für Ausgabenrechung senden',
'send_bill' => 'Erinnerung für Ausgabenrechnung senden',
'bill_days' => 'Senden vor Fälligkeit (Tage)',
'cron_command' => 'Cron-Befehl',
'schedule_time' => 'Stunde (Laufzeit)',
'schedule_time' => 'Ausführungszeit (volle Stunde)',
'send_item_reminder'=> 'Erinnerung für Artikel senden',
'item_stocks' => 'Senden wenn Artikel verfügbar',
],
'appearance' => [
'tab' => 'Darstellung',