mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Updated language strings [skip ci]
This commit is contained in:
		| @@ -23,20 +23,29 @@ | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|     'html_language'    => 'pl', | ||||
|     'locale'           => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', | ||||
|     'month'            => '%B %Y', | ||||
|     'month_and_day'    => '%e %B %Y', | ||||
|     'date_time'        => '%e %B %Y o %T', | ||||
|     'specific_day'     => '%e %B %Y', | ||||
|     'week_in_year'     => 'Tydzień %W, %Y', | ||||
|     'year'             => '%Y', | ||||
|     'half_year'        => '%B %Y', | ||||
|     'month_js'         => 'MMMM YYYY', | ||||
|     'month_and_day_js' => 'D MMMM YYYY', | ||||
|     'date_time_js'     => 'D MMMM YYYY [o] HH:mm:ss', | ||||
|     'specific_day_js'  => 'D MMMM YYYY', | ||||
|     'week_in_year_js'  => '[Tydzień] w. YYYY', | ||||
|     'year_js'          => 'YYYY', | ||||
|     'half_year_js'     => 'Q YYYY', | ||||
|     'html_language'         => 'pl', | ||||
|     'locale'                => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', | ||||
|     'month'                 => '%B %Y', | ||||
|     'month_and_day'         => '%e %B %Y', | ||||
|     'month_and_date_day'    => '%A %B %e, %Y', | ||||
|     'month_and_day_no_year' => '%B %e', | ||||
|     'date_time'             => '%e %B %Y o %T', | ||||
|     'specific_day'          => '%e %B %Y', | ||||
|     'week_in_year'          => 'Tydzień %W, %Y', | ||||
|     'year'                  => '%Y', | ||||
|     'half_year'             => '%B %Y', | ||||
|     'month_js'              => 'MMMM YYYY', | ||||
|     'month_and_day_js'      => 'D MMMM YYYY', | ||||
|     'date_time_js'          => 'D MMMM YYYY [o] HH:mm:ss', | ||||
|     'specific_day_js'       => 'D MMMM YYYY', | ||||
|     'week_in_year_js'       => '[Tydzień] w. YYYY', | ||||
|     'year_js'               => 'YYYY', | ||||
|     'half_year_js'          => 'Q YYYY', | ||||
|     'dow_1'                 => 'Monday', | ||||
|     'dow_2'                 => 'Tuesday', | ||||
|     'dow_3'                 => 'Wednesday', | ||||
|     'dow_4'                 => 'Thursday', | ||||
|     'dow_5'                 => 'Friday', | ||||
|     'dow_6'                 => 'Saturday', | ||||
|     'dow_7'                 => 'Sunday', | ||||
| ]; | ||||
|   | ||||
| @@ -34,4 +34,6 @@ return [ | ||||
|     'transactions-index'     => 'Te wydatki, depozyty i transfery nie są szczególnie pomysłowe. Zostały wygenerowane automatycznie.', | ||||
|     'piggy-banks-index'      => 'Jak widać, istnieją trzy skarbonki. Użyj przycisków plus i minus, aby wpłynąć na ilość pieniędzy w każdej skarbonce. Kliknij nazwę skarbonki, aby zobaczyć administrację każdej skarbonki.', | ||||
|     'import-index'           => 'Any CSV file can be imported into Firefly III. It also supports importing data from bunq and Spectre. Other banks and financial aggregators will be implemented in the future. As a demo-user however, you can only see the "fake"-provider in action. It will generate some random transactions to show you how the process works.', | ||||
|     'recurring-index'        => 'Please note that this feature is under active development and may not work as expected.', | ||||
|     'recurring-create'       => 'Please note that this feature is under active development and may not work as expected.', | ||||
| ]; | ||||
|   | ||||
| @@ -820,7 +820,7 @@ return [ | ||||
|     'language'                                => 'Język', | ||||
|     'new_savings_account'                     => 'Konto oszczędnościowe :bank_name', | ||||
|     'cash_wallet'                             => 'Portfel gotówkowy', | ||||
|     'currency_not_present' => 'If the currency you normally use is not listed do not worry. You can create your own currencies under Options > Currencies.', | ||||
|     'currency_not_present'                    => 'If the currency you normally use is not listed do not worry. You can create your own currencies under Options > Currencies.', | ||||
|  | ||||
|     // home page: | ||||
|     'yourAccounts'                            => 'Twoje konta', | ||||
| @@ -1062,7 +1062,7 @@ return [ | ||||
|     'instance_configuration'                => 'Konfiguracja', | ||||
|     'firefly_instance_configuration'        => 'Opcje konfiguracji dla Firefly III', | ||||
|     'setting_single_user_mode'              => 'Tryb pojedynczego użytkownika', | ||||
|     'setting_single_user_mode_explain'      => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).', | ||||
|     'setting_single_user_mode_explain'      => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).', | ||||
|     'store_configuration'                   => 'Zapisz konfigurację', | ||||
|     'single_user_administration'            => 'Administracja użytkownika dla :email', | ||||
|     'edit_user'                             => 'Modyfikuj użytkownika :email', | ||||
| @@ -1155,8 +1155,9 @@ return [ | ||||
|     'cannot_convert_split_journal'          => 'Nie można przekonwertować podzielonej transakcji', | ||||
|  | ||||
|     // Import page (general strings only) | ||||
|     'import_index_title'                    => 'Importuj dane do Firefly III', | ||||
|     'import_index_title'                    => 'Import transactions into Firefly III', | ||||
|     'import_data'                           => 'Importuj dane', | ||||
|     'import_transactions'                   => 'Import transactions', | ||||
|  | ||||
|     // sandstorm.io errors and messages: | ||||
|     'sandstorm_not_available'               => 'Ta funkcja nie jest dostępna, gdy używasz Firefly III w środowisku Sandstorm.io.', | ||||
| @@ -1206,4 +1207,57 @@ return [ | ||||
|     'no_bills_intro_default'                => 'Nie masz jeszcze żadnych rachunków. Można tworzyć rachunki, aby śledzić regularne wydatki, takie jak czynsz czy ubezpieczenie.', | ||||
|     'no_bills_imperative_default'           => 'Czy masz takie regularne rachunki? Utwórz rachunek i śledź swoje płatności:', | ||||
|     'no_bills_create_default'               => 'Utwórz rachunek', | ||||
|  | ||||
|     // recurring transactions | ||||
|     'recurrences'                           => 'Recurring transactions', | ||||
|     'no_recurring_title_default'            => 'Let\'s create a recurring transaction!', | ||||
|     'no_recurring_intro_default'            => 'You have no recurring transactions yet. You can use these to make Firefly III automatically create transactions for you.', | ||||
|     'no_recurring_imperative_default'       => 'This is a pretty advanced feature but it can be extremely useful. Make sure you read the documentation (?)-icon in the top right corner) before you continue.', | ||||
|     'no_recurring_create_default'           => 'Create a recurring transaction', | ||||
|     'make_new_recurring'                    => 'Create a recurring transaction', | ||||
|     'recurring_daily'                       => 'Every day', | ||||
|     'recurring_weekly'                      => 'Every week on :weekday', | ||||
|     'recurring_monthly'                     => 'Every month on the :dayOfMonth(st/nd/rd/th) day', | ||||
|     'recurring_ndom'                        => 'Every month on the :dayOfMonth(st/nd/rd/th) :weekday', | ||||
|     'recurring_yearly'                      => 'Every year on :date', | ||||
|     'overview_for_recurrence'               => 'Overview for recurring transaction ":title"', | ||||
|     'warning_duplicates_repetitions'        => 'In rare instances, dates appear twice in this list. This can happen when multiple repetitions collide. Firefly III will always generate one transaction per day.', | ||||
|     'created_transactions'                  => 'Related transactions', | ||||
|     'expected_Withdrawals'                  => 'Expected withdrawals', | ||||
|     'expected_Deposits'                     => 'Expected deposits', | ||||
|     'expected_Transfers'                    => 'Expected transfers', | ||||
|     'created_Withdrawals'                   => 'Created withdrawals', | ||||
|     'created_Deposits'                      => 'Created deposits', | ||||
|     'created_Transfers'                     => 'Created transfers', | ||||
|     'created_from_recurrence'               => 'Created from recurring transaction ":title" (#:id)', | ||||
|  | ||||
|     'recurring_meta_field_tags'          => 'Tags', | ||||
|     'recurring_meta_field_notes'         => 'Notes', | ||||
|     'recurring_meta_field_bill_id'       => 'Bill', | ||||
|     'recurring_meta_field_piggy_bank_id' => 'Piggy bank', | ||||
|     'create_new_recurrence'              => 'Create new recurring transaction', | ||||
|     'help_first_date'                    => 'Indicate the first expected recurrence. This must be in the future.', | ||||
|     'help_first_date_no_past'            => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.', | ||||
|     'no_currency'                        => '(no currency)', | ||||
|     'mandatory_for_recurring'            => 'Mandatory recurrence information', | ||||
|     'mandatory_for_transaction'          => 'Mandatory transaction information', | ||||
|     'optional_for_recurring'             => 'Optional recurrence information', | ||||
|     'optional_for_transaction'           => 'Optional transaction information', | ||||
|     'change_date_other_options'          => 'Change the "first date" to see more options.', | ||||
|     'mandatory_fields_for_tranaction'    => 'The values here will end up in the transaction(s) being created', | ||||
|     'click_for_calendar'                 => 'Click here for a calendar that shows you when the transaction would repeat.', | ||||
|     'repeat_forever'                     => 'Repeat forever', | ||||
|     'repeat_until_date'                  => 'Repeat until date', | ||||
|     'repeat_times'                       => 'Repeat a number of times', | ||||
|     'recurring_skips_one'                => 'Every other', | ||||
|     'recurring_skips_more'               => 'Skips :count occurrences', | ||||
|     'store_new_recurrence'               => 'Store recurring transaction', | ||||
|     'stored_new_recurrence'              => 'Recurring transaction ":title" stored successfully.', | ||||
|     'edit_recurrence'                    => 'Edit recurring transaction ":title"', | ||||
|     'recurring_repeats_until'            => 'Repeats until :date', | ||||
|     'recurring_repeats_forever'          => 'Repeats forever', | ||||
|     'recurring_repeats_x_times'          => 'Repeats :count time(s)', | ||||
|     'update_recurrence'                  => 'Update recurring transaction', | ||||
|     'updated_recurrence'                 => 'Updated recurring transaction ":title"', | ||||
|     'recurrence_is_inactive'             => 'This recurring transaction is not active and will not generate new transactions.', | ||||
| ]; | ||||
|   | ||||
| @@ -216,11 +216,22 @@ return [ | ||||
|     'country_code'          => 'Kod kraju', | ||||
|     'provider_code'         => 'Dostawca banku lub danych', | ||||
|  | ||||
|     'due_date'           => 'Termin realizacji', | ||||
|     'payment_date'       => 'Data płatności', | ||||
|     'invoice_date'       => 'Data faktury', | ||||
|     'internal_reference' => 'Wewnętrzny numer', | ||||
|     'inward'             => 'Opis wewnętrzny', | ||||
|     'outward'            => 'Opis zewnętrzny', | ||||
|     'rule_group_id'      => 'Grupa reguł', | ||||
|     'due_date'                => 'Termin realizacji', | ||||
|     'payment_date'            => 'Data płatności', | ||||
|     'invoice_date'            => 'Data faktury', | ||||
|     'internal_reference'      => 'Wewnętrzny numer', | ||||
|     'inward'                  => 'Opis wewnętrzny', | ||||
|     'outward'                 => 'Opis zewnętrzny', | ||||
|     'rule_group_id'           => 'Grupa reguł', | ||||
|     'transaction_description' => 'Transaction description', | ||||
|     'first_date'              => 'First date', | ||||
|     'transaction_type'        => 'Transaction type', | ||||
|     'repeat_until'            => 'Repeat until', | ||||
|     'recurring_description'   => 'Recurring transaction description', | ||||
|     'repetition_type'         => 'Type of repetition', | ||||
|     'foreign_currency_id'     => 'Foreign currency', | ||||
|     'repetition_end'          => 'Repetition ends', | ||||
|     'repetitions'             => 'Repetitions', | ||||
|     'calendar'                => 'Calendar', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -123,4 +123,9 @@ return [ | ||||
|     'spectre_last_use'        => 'Last login', | ||||
|     'spectre_status'          => 'Status', | ||||
|     'bunq_payment_id'         => 'bunq payment ID', | ||||
|     'repetitions'             => 'Repetitions', | ||||
|     'title'                   => 'Title', | ||||
|     'transaction_s'           => 'Transaction(s)', | ||||
|     'field'                   => 'Field', | ||||
|     'value'                   => 'Value', | ||||
| ]; | ||||
|   | ||||
| @@ -112,6 +112,7 @@ return [ | ||||
|     'amount_zero'                    => 'Całkowita kwota nie może być zerem', | ||||
|     'unique_piggy_bank_for_user'     => 'The name of the piggy bank must be unique.', | ||||
|     'secure_password'                => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security', | ||||
|     'valid_recurrence_rep_type'      => 'Invalid repetition type for recurring transactions', | ||||
|     'attributes'                     => [ | ||||
|         'email'                   => 'adres e-mail', | ||||
|         'description'             => 'opis', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user