mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Add support for Italian and update language files.
This commit is contained in:
@@ -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”',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user