mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations csv.php (German)
This commit is contained in:
parent
c970a25d58
commit
7a1528d1e4
@ -15,33 +15,33 @@ return [
|
|||||||
|
|
||||||
// initial config
|
// initial config
|
||||||
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
|
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
|
||||||
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
|
'initial_text' => 'Um Ihre Datei korrekt importieren zu können, überprüfen Sie die folgenden Optionen.',
|
||||||
'initial_box' => 'Basic CSV import setup',
|
'initial_box' => 'Standard CSV Importeinstellungen',
|
||||||
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
|
'initial_header_help' => 'Hier auswählen, wenn die ersten Zeilen der CSV-Datei die Spaltenüberschriften sind.',
|
||||||
'initial_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
'initial_date_help' => 'Datumsformat in ihrer CSV-Datei. Geben Sie das Format so an, wie es <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">diese Seite</a> zeigt. Die Standardeinstellung ergibt Daten die so aussehen: :dateExample.',
|
||||||
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
'initial_delimiter_help' => 'Wählen Sie das Trennzeichen, welches in ihrer Datei genutzt wird. Wenn Sie nicht sicher sind ist Komma die sicherste Option.',
|
||||||
'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
|
'initial_import_account_help' => 'Wenn ihre CSV-Datei KEINE Informationen über ihre Girokonten enthält nutzen Sie bitte diese Dropdown-Liste um anzugeben, zu welchem Girokonto die Transaktionen in der CSV-Datei gehören.',
|
||||||
'initial_submit' => 'Continue with step 2/3',
|
'initial_submit' => 'Fortfahren mit Schritt 2/3',
|
||||||
|
|
||||||
// roles config
|
// roles config
|
||||||
'roles_title' => 'Import setup (2/3) - Define each column\'s role',
|
'roles_title' => 'Import setup (2/3) - Define each column\'s role',
|
||||||
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
||||||
'roles_table' => 'Table',
|
'roles_table' => 'Tabelle',
|
||||||
'roles_column_name' => 'Name of column',
|
'roles_column_name' => 'Name der Spalte',
|
||||||
'roles_column_example' => 'Column example data',
|
'roles_column_example' => 'Beispieldaten',
|
||||||
'roles_column_role' => 'Column data meaning',
|
'roles_column_role' => 'Bedeutung der Spalte',
|
||||||
'roles_do_map_value' => 'Map these values',
|
'roles_do_map_value' => 'Ordnen Sie diese Werte zu',
|
||||||
'roles_column' => 'Column',
|
'roles_column' => 'Spalte',
|
||||||
'roles_no_example_data' => 'No example data available',
|
'roles_no_example_data' => 'Keine Beispieldaten vorhanden',
|
||||||
'roles_submit' => 'Continue with step 3/3',
|
'roles_submit' => 'Fortfahren mit Schritt 3/3',
|
||||||
|
|
||||||
// map data
|
// map data
|
||||||
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',
|
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',
|
||||||
'map_text' => 'In den folgenden Tabellen zeigt der linke Wert Informationen, die sich in Ihrer hochgeladenen CSV-Datei befinden. Es ist Ihre Aufgabe, diesen Wert, wenn möglich, einem bereits in der Datenbank vorhandem zuzuordnen. Firefly wird sich an diese Zuordnung halten. Wenn kein Wert für die Zuordnung vorhanden ist oder Sie den bestimmten Wert nicht abbilden möchten, wählen Sie nichts aus.',
|
'map_text' => 'In den folgenden Tabellen zeigt der linke Wert Informationen, die sich in Ihrer hochgeladenen CSV-Datei befinden. Es ist Ihre Aufgabe, diesen Wert, wenn möglich, einem bereits in der Datenbank vorhandem zuzuordnen. Firefly wird sich an diese Zuordnung halten. Wenn kein Wert für die Zuordnung vorhanden ist oder Sie den bestimmten Wert nicht abbilden möchten, wählen Sie nichts aus.',
|
||||||
'map_field_value' => 'Field value',
|
'map_field_value' => 'Feldwert',
|
||||||
'map_field_mapped_to' => 'Mapped to',
|
'map_field_mapped_to' => 'Zugeordnet zu',
|
||||||
'map_do_not_map' => '(do not map)',
|
'map_do_not_map' => '(keine Zuordnung)',
|
||||||
'map_submit' => 'Start the import',
|
'map_submit' => 'Starte den Import',
|
||||||
|
|
||||||
// map things.
|
// map things.
|
||||||
'column__ignore' => '(diese Spalte ignorieren)',
|
'column__ignore' => '(diese Spalte ignorieren)',
|
||||||
|
Loading…
Reference in New Issue
Block a user