Add support for Italian and update language files.

This commit is contained in:
James Cole
2018-03-29 19:00:21 +02:00
parent 0a71077513
commit 40266c6821
146 changed files with 7796 additions and 5283 deletions

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
return [
'buttons' => 'Schaltflächen',
'icon' => 'Icon',
'icon' => 'Symbol',
'id' => 'Id',
'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am',
@@ -87,9 +87,9 @@ return [
'categories_count' => 'Anzahl Kategorien',
'export_jobs_count' => 'Anzahl exportierter Jobs',
'import_jobs_count' => 'Anzahl importierter Jobs',
'budget_count' => 'Anzahl Budgets',
'budget_count' => 'Anzahl Kostenpläne',
'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen',
'tags_count' => 'Anzahl Tags',
'tags_count' => 'Anzahl Schlagwörter',
'tags' => 'Schlagwörter',
'inward' => 'Beschreibung der Eingänge',
'outward' => 'Beschreibung der Ausgänge',
@@ -103,11 +103,12 @@ return [
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'do_import' => 'Von diesem Konto importieren',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'sepa-ct-id' => 'SEPA Ende-zu-Ende-Identifikationsnummer',
'sepa-ct-op' => 'SEPA • Zielkonto-Identifikationsnummer',
'sepa-db' => 'SEPA - Mandatskennung',
'sepa-country' => 'SEPA • Land',
'sepa-cc' => 'SEPA • Verrechnungsschlüssel',
'sepa-ep' => 'SEPA Externer Verwendungszweck',
'sepa-ci' => 'SEPA • Identifikationsnummer des Zahlungsempfängers',
'account_at_bunq' => 'Konto bei „bunq”',
];