mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
New translations
This commit is contained in:
@@ -23,12 +23,12 @@ return [
|
|||||||
'upload_not_writeable' => 'Das graue Feld enthält einen Dateipfad. Dieser sollte schreibbar sein. Bitte stellen Sie sicher, dass er es ist.',
|
'upload_not_writeable' => 'Das graue Feld enthält einen Dateipfad. Dieser sollte schreibbar sein. Bitte stellen Sie sicher, dass er es ist.',
|
||||||
|
|
||||||
// roles
|
// roles
|
||||||
'column_roles_title' => 'Define column roles',
|
'column_roles_title' => 'Definieren Sie Spaltenfunktionen',
|
||||||
'column_roles_table' => 'Tabelle',
|
'column_roles_table' => 'Tabelle',
|
||||||
'column_name' => 'Name der Spalte',
|
'column_name' => 'Name der Spalte',
|
||||||
'column_example' => 'Column example data',
|
'column_example' => 'Beispieldaten',
|
||||||
'column_role' => 'Column data meaning',
|
'column_role' => 'Bedeutung der Spalte',
|
||||||
'do_map_value' => 'Map these values',
|
'do_map_value' => 'Ordnen Sie diese Werte zu',
|
||||||
'column' => 'Spalte',
|
'column' => 'Spalte',
|
||||||
'no_example_data' => 'Keine Beispieldaten vorhanden',
|
'no_example_data' => 'Keine Beispieldaten vorhanden',
|
||||||
'store_column_roles' => 'Import fortsetzen',
|
'store_column_roles' => 'Import fortsetzen',
|
||||||
@@ -37,8 +37,8 @@ return [
|
|||||||
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||||
|
|
||||||
'field_value' => 'Feldwert',
|
'field_value' => 'Feldwert',
|
||||||
'field_mapped_to' => 'Mapped to',
|
'field_mapped_to' => 'Zugeordnet zu',
|
||||||
'store_column_mapping' => 'Store mapping',
|
'store_column_mapping' => 'Speicherzuordnung',
|
||||||
|
|
||||||
// map things.
|
// map things.
|
||||||
|
|
||||||
@@ -49,16 +49,16 @@ return [
|
|||||||
'column_account-name' => 'Bestandskonto (Name)',
|
'column_account-name' => 'Bestandskonto (Name)',
|
||||||
'column_amount' => 'Betrag',
|
'column_amount' => 'Betrag',
|
||||||
'column_amount-comma-separated' => 'Betrag (Komma als Dezimaltrennzeichen)',
|
'column_amount-comma-separated' => 'Betrag (Komma als Dezimaltrennzeichen)',
|
||||||
'column_bill-id' => 'Bill ID (matching Firefly)',
|
'column_bill-id' => 'Rechnung (ID übereinstimmend mit Firefly)',
|
||||||
'column_bill-name' => 'Name der Rechnung',
|
'column_bill-name' => 'Name der Rechnung',
|
||||||
'column_budget-id' => 'Budget ID (matching Firefly)',
|
'column_budget-id' => 'Bidget (ID übereinstimmend mit Firefly)',
|
||||||
'column_budget-name' => 'Budgetname',
|
'column_budget-name' => 'Budgetname',
|
||||||
'column_category-id' => 'Category ID (matching Firefly)',
|
'column_category-id' => 'Kategorie (ID übereinstimmend mit Firefly)',
|
||||||
'column_category-name' => 'Name der Kategorie',
|
'column_category-name' => 'Name der Kategorie',
|
||||||
'column_currency-code' => 'Currency code (ISO 4217)',
|
'column_currency-code' => 'Währungsstandard (ISO 4217)',
|
||||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
'column_currency-id' => 'Währung (ID übereinstimmend mit Firefly)',
|
||||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
'column_currency-name' => 'Währungsname (übereinstimmend mit Firefly)',
|
||||||
'column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
'column_currency-symbol' => 'Währungssysmbol (übereinstimmend mit Firefly)',
|
||||||
'column_date-interest' => 'Datum der Zinsberechnung',
|
'column_date-interest' => 'Datum der Zinsberechnung',
|
||||||
'column_date-book' => 'Buchungsdatum der Überweisung',
|
'column_date-book' => 'Buchungsdatum der Überweisung',
|
||||||
'column_date-process' => 'Verarbeitungsdatum der Überweisung',
|
'column_date-process' => 'Verarbeitungsdatum der Überweisung',
|
||||||
|
Reference in New Issue
Block a user