mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
New translations csv.php (Polish)
This commit is contained in:
@@ -13,26 +13,30 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'import_configure_title' => 'Skonfiguruj import',
|
// initial config
|
||||||
'import_configure_intro' => 'There are some options for your CSV import. Please indicate if your CSV file contains headers on the first column, and what the date format of your date-fields is. That might require some experimentation. The field delimiter is usually a ",", but could also be a ";". Check this carefully.',
|
'initial_config_title' => 'Import configuration (1/3)',
|
||||||
'import_configure_form' => 'Podstawowe opcje importu CSV',
|
'initial_config_text' => 'To be able to import your file correctly, please validate the options below.',
|
||||||
'header_help' => 'Check this if the first row of your CSV file are the column titles',
|
'initial_config_box' => 'Basic CSV import configuration',
|
||||||
'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_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
|
||||||
'delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
'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.',
|
||||||
'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_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||||
'upload_not_writeable' => 'The grey box contains a file path. It should be writeable. Please make sure it is.',
|
'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.',
|
||||||
|
|
||||||
// roles
|
// roles config
|
||||||
'column_roles_title' => 'Zdefiniuj role dla kolumn',
|
'roles_title' => 'Define each column\'s role',
|
||||||
'column_roles_table' => 'Tabela',
|
'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.',
|
||||||
'column_name' => 'Nazwa kolumny',
|
'roles_table' => 'Table',
|
||||||
'column_example' => 'Przykładowe dane w kolumnie',
|
'roles_column_name' => 'Name of column',
|
||||||
'column_role' => 'Znaczenie danych w kolumnie',
|
'roles_column_example' => 'Column example data',
|
||||||
'do_map_value' => 'Zmapuj te wartości',
|
'roles_column_role' => 'Column data meaning',
|
||||||
'column' => 'Kolumna',
|
'roles_do_map_value' => 'Map these values',
|
||||||
'no_example_data' => 'Brak dostępnych danych przykładowych',
|
'roles_column' => 'Column',
|
||||||
'store_column_roles' => 'Kontynuuj import',
|
'roles_no_example_data' => 'No example data available',
|
||||||
'do_not_map' => '(nie mapuj)',
|
|
||||||
|
'roles_store' => 'Continue import',
|
||||||
|
'roles_do_not_map' => '(do not map)',
|
||||||
|
|
||||||
|
// map data
|
||||||
'map_title' => 'Połącz dane z importu z danymi z Firefly III',
|
'map_title' => 'Połącz dane z importu z danymi z Firefly III',
|
||||||
'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.',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user