From a9bc0073272bf3e535a4240b4767d6500e4b069e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 14:22:00 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/csv.php | 40 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index 4acb52efdc..7107aca7a6 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -13,9 +13,9 @@ declare(strict_types = 1); return [ - 'import_configure_title' => 'Configure your import', + 'import_configure_title' => 'Skonfiguruj import', '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.', - 'import_configure_form' => 'Basic CSV import options', + 'import_configure_form' => 'Podstawowe opcje importu CSV', 'header_help' => 'Check this if the first row of your CSV file are the column titles', 'date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', @@ -23,50 +23,50 @@ return [ 'upload_not_writeable' => 'The grey box contains a file path. It should be writeable. Please make sure it is.', // roles - 'column_roles_title' => 'Define column roles', - 'column_roles_table' => 'Table', - 'column_name' => 'Name of column', + 'column_roles_title' => 'Zdefiniuj role dla kolumn', + 'column_roles_table' => 'Tabela', + 'column_name' => 'Nazwa kolumny', 'column_example' => 'Column example data', 'column_role' => 'Column data meaning', 'do_map_value' => 'Map these values', - 'column' => 'Column', + 'column' => 'Kolumna', 'no_example_data' => 'No example data available', - 'store_column_roles' => 'Continue import', + 'store_column_roles' => 'Kontynuuj import', 'do_not_map' => '(do not map)', 'map_title' => 'Connect import data to Firefly III data', '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' => 'Field value', + 'field_value' => 'Wartość pola', 'field_mapped_to' => 'Mapped to', 'store_column_mapping' => 'Store mapping', // map things. - 'column__ignore' => '(ignore this column)', - 'column_account-iban' => 'Asset account (IBAN)', + 'column__ignore' => '(ignoruj tę kolumnę)', + 'column_account-iban' => 'Konto aktywów (IBAN)', 'column_account-id' => 'Asset account ID (matching Firefly)', - 'column_account-name' => 'Asset account (name)', - 'column_amount' => 'Amount', - 'column_amount-comma-separated' => 'Amount (comma as decimal separator)', + 'column_account-name' => 'Konto aktywów (nazwa)', + 'column_amount' => 'Kwota', + 'column_amount-comma-separated' => 'Kwota (przecinek jako separator dziesiętny)', 'column_bill-id' => 'Bill ID (matching Firefly)', - 'column_bill-name' => 'Bill name', + 'column_bill-name' => 'Nazwa rachunku', 'column_budget-id' => 'Budget ID (matching Firefly)', - 'column_budget-name' => 'Budget name', + 'column_budget-name' => 'Nazwa budżetu', 'column_category-id' => 'Category ID (matching Firefly)', - 'column_category-name' => 'Category name', - 'column_currency-code' => 'Currency code (ISO 4217)', + 'column_category-name' => 'Nazwa kategorii', + 'column_currency-code' => 'Kod waluty (ISO 4217)', 'column_currency-id' => 'Currency ID (matching Firefly)', 'column_currency-name' => 'Currency name (matching Firefly)', 'column_currency-symbol' => 'Currency symbol (matching Firefly)', 'column_date-interest' => 'Interest calculation date', 'column_date-book' => 'Transaction booking date', 'column_date-process' => 'Transaction process date', - 'column_date-transaction' => 'Date', - 'column_description' => 'Description', + 'column_date-transaction' => 'Data', + 'column_description' => 'Opis', 'column_opposing-iban' => 'Opposing account (IBAN)', 'column_opposing-id' => 'Opposing account ID (matching Firefly)', - 'column_external-id' => 'External ID', + 'column_external-id' => 'Zewnętrzne ID', 'column_opposing-name' => 'Opposing account (name)', 'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator', 'column_ing-debet-credit' => 'ING specific debet/credit indicator',