Update files and languages.

This commit is contained in:
James Cole
2018-07-13 06:39:50 +02:00
parent bcdb849b46
commit f3f2160d96
23 changed files with 506 additions and 248 deletions

View File

@@ -607,6 +607,7 @@ return [
'cannot_delete_currency' => 'Nie można usunąć waluty :name, ponieważ jest ona nadal używana.',
'deleted_currency' => 'Waluta :name została usunięta',
'created_currency' => 'Waluta :name została utworzona',
'could_not_store_currency' => 'Could not store the new currency.',
'updated_currency' => 'Waluta :name została zmodyfikowana',
'ask_site_owner' => 'Poproś :owner aby dodał, usunął lub zmodyfikował waluty.',
'currencies_intro' => 'Firefly III obsługuje różne waluty, które można ustawić i włączyć tutaj.',
@@ -1157,7 +1158,7 @@ return [
'cannot_convert_split_journal' => 'Nie można przekonwertować podzielonej transakcji',
// Import page (general strings only)
'import_index_title' => 'Import transactions into Firefly III',
'import_index_title' => 'Importuj transakcje do Firefly III',
'import_data' => 'Importuj dane',
'import_transactions' => 'Importuj transakcje',
@@ -1212,7 +1213,7 @@ return [
// recurring transactions
'recurrences' => 'Cykliczne transakcje',
'no_recurring_title_default' => 'Let\'s create a recurring transaction!',
'no_recurring_title_default' => 'Utwórzmy cykliczną transakcję!',
'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' => 'Utwórz cykliczną transakcję',
@@ -1248,29 +1249,29 @@ return [
'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_forever' => 'Powtarzaj bez końca',
'repeat_until_date' => 'Powtarzaj aż do dnia',
'repeat_times' => 'Powtarzaj określoną liczbę razy',
'recurring_skips_one' => 'Every other',
'recurring_skips_more' => 'Skips :count occurrences',
'store_new_recurrence' => 'Store recurring transaction',
'store_new_recurrence' => 'Zachowaj cykliczną transakcję',
'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',
'edit_recurrence' => 'Modyfikuj cykliczną transakcję ":title"',
'recurring_repeats_until' => 'Powtarzaj aż do :date',
'recurring_repeats_forever' => 'Powtarza się bez końca',
'recurring_repeats_x_times' => 'Powtarzaj :count raz(y)',
'update_recurrence' => 'Aktualizuj cykliczną transakcję',
'updated_recurrence' => 'Updated recurring transaction ":title"',
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
'delete_recurring' => 'Delete recurring transaction ":title"',
'new_recurring_transaction' => 'New recurring transaction',
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
'do_nothing' => 'Just create the transaction',
'skip_transaction' => 'Skip the occurence',
'new_recurring_transaction' => 'Nowa cykliczna transakcja',
'help_weekend' => 'Co powinien zrobić Firefly III, jeśli cykliczna transakcja się nie powiedzie w Sobotę lub Niedzielę?',
'do_nothing' => 'Po prostu utwórz transakcję',
'skip_transaction' => 'Pomiń wystąpienie',
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
'jump_to_monday' => 'Create the transaction on the next Monday instead',
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
'except_weekends' => 'Except weekends',
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
'except_weekends' => 'Pomiń weekendy',
'recurrence_deleted' => 'Cykliczna transakcja ":title" została usunięta',
];