mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations
This commit is contained in:
parent
028a0dcae1
commit
f8438dd9d3
@ -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.',
|
||||
|
||||
// roles
|
||||
'column_roles_title' => 'Define column roles',
|
||||
'column_roles_title' => 'Definieren Sie Spaltenfunktionen',
|
||||
'column_roles_table' => 'Tabelle',
|
||||
'column_name' => 'Name der Spalte',
|
||||
'column_example' => 'Column example data',
|
||||
'column_role' => 'Column data meaning',
|
||||
'do_map_value' => 'Map these values',
|
||||
'column_example' => 'Beispieldaten',
|
||||
'column_role' => 'Bedeutung der Spalte',
|
||||
'do_map_value' => 'Ordnen Sie diese Werte zu',
|
||||
'column' => 'Spalte',
|
||||
'no_example_data' => 'Keine Beispieldaten vorhanden',
|
||||
'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.',
|
||||
|
||||
'field_value' => 'Feldwert',
|
||||
'field_mapped_to' => 'Mapped to',
|
||||
'store_column_mapping' => 'Store mapping',
|
||||
'field_mapped_to' => 'Zugeordnet zu',
|
||||
'store_column_mapping' => 'Speicherzuordnung',
|
||||
|
||||
// map things.
|
||||
|
||||
@ -49,16 +49,16 @@ return [
|
||||
'column_account-name' => 'Bestandskonto (Name)',
|
||||
'column_amount' => 'Betrag',
|
||||
'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_budget-id' => 'Budget ID (matching Firefly)',
|
||||
'column_budget-id' => 'Bidget (ID übereinstimmend mit Firefly)',
|
||||
'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_currency-code' => 'Currency code (ISO 4217)',
|
||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
||||
'column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
||||
'column_currency-code' => 'Währungsstandard (ISO 4217)',
|
||||
'column_currency-id' => 'Währung (ID übereinstimmend mit Firefly)',
|
||||
'column_currency-name' => 'Währungsname (übereinstimmend mit Firefly)',
|
||||
'column_currency-symbol' => 'Währungssysmbol (übereinstimmend mit Firefly)',
|
||||
'column_date-interest' => 'Datum der Zinsberechnung',
|
||||
'column_date-book' => 'Buchungsdatum der Überweisung',
|
||||
'column_date-process' => 'Verarbeitungsdatum der Überweisung',
|
||||
|
Loading…
Reference in New Issue
Block a user