mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update files and languages.
This commit is contained in:
@@ -34,10 +34,10 @@ return [
|
||||
'file_attached' => 'Pomyślnie wgrano plik ":name".',
|
||||
'must_exist' => 'Identyfikator w polu :attribute nie istnieje w bazie danych.',
|
||||
'all_accounts_equal' => 'Wszystkie konta w tym polu muszą być takie same.',
|
||||
'invalid_selection' => 'Your selection is invalid.',
|
||||
'invalid_selection' => 'Twój wybór jest nieprawidłowy.',
|
||||
'belongs_user' => 'Ta wartość jest nieprawidłowa dla tego pola.',
|
||||
'at_least_one_transaction' => 'Wymaga co najmniej jednej transakcji.',
|
||||
'at_least_one_repetition' => 'Need at least one repetition.',
|
||||
'at_least_one_repetition' => 'Wymaga co najmniej jednego powtórzenia.',
|
||||
'require_repeat_until' => 'Require either a number of repetitions, or an end date (repeat_until). Not both.',
|
||||
'require_currency_info' => 'Treść tego pola jest nieprawidłowa bez informacji o walucie.',
|
||||
'equal_description' => 'Opis transakcji nie powinien być równy globalnemu opisowi.',
|
||||
@@ -46,9 +46,9 @@ return [
|
||||
'belongs_to_user' => 'The value of :attribute is unknown.',
|
||||
'accepted' => ':attribute musi zostać zaakceptowany.',
|
||||
'bic' => 'To nie jest prawidłowy BIC.',
|
||||
'at_least_one_trigger' => 'Rule must have at least one trigger.',
|
||||
'at_least_one_action' => 'Rule must have at least one action.',
|
||||
'base64' => 'This is not valid base64 encoded data.',
|
||||
'at_least_one_trigger' => 'Reguła powinna mieć co najmniej jeden wyzwalacz.',
|
||||
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
|
||||
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
|
||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||
'more' => ':attribute musi być większy od zera.',
|
||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||
@@ -59,8 +59,8 @@ return [
|
||||
'array' => ':attribute musi być tablicą.',
|
||||
'unique_for_user' => 'Istnieje już wpis z tym :attribute.',
|
||||
'before' => ':attribute musi być wcześniejszą datą w stosunku do :date.',
|
||||
'unique_object_for_user' => 'This name is already in use.',
|
||||
'unique_account_for_user' => 'This account name is already in use.',
|
||||
'unique_object_for_user' => 'Ta nazwa jest już w użyciu.',
|
||||
'unique_account_for_user' => 'Ta nazwa konta jest już w użyciu.',
|
||||
'between.numeric' => ':attribute musi się mieścić w zakresie pomiędzy :min a :max.',
|
||||
'between.file' => ':attribute musi się mieścić w zakresie pomiędzy :min oraz :max kilobajtów.',
|
||||
'between.string' => ':attribute musi zawierać pomiędzy :min a :max znaków.',
|
||||
@@ -92,8 +92,8 @@ return [
|
||||
'not_in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'numeric' => ':attribute musi byc liczbą.',
|
||||
'numeric_native' => 'The native amount must be a number.',
|
||||
'numeric_destination' => 'The destination amount must be a number.',
|
||||
'numeric_source' => 'The source amount must be a number.',
|
||||
'numeric_destination' => 'Kwota docelowa musi być liczbą.',
|
||||
'numeric_source' => 'Kwota źródłowa musi być liczbą.',
|
||||
'regex' => 'Format :attribute jest nieprawidłowy.',
|
||||
'required' => 'Pole :attribute jest wymagane.',
|
||||
'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.',
|
||||
@@ -118,12 +118,12 @@ return [
|
||||
'file' => ':attribute musi być plikiem.',
|
||||
'in_array' => 'Pole :attribute nie istnieje w :other.',
|
||||
'present' => 'Pole :attribute musi być obecne.',
|
||||
'amount_zero' => 'The total amount cannot be zero.',
|
||||
'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.',
|
||||
'amount_zero' => 'Całkowita kwota nie może wynosić zero.',
|
||||
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
|
||||
'secure_password' => 'To nie jest bezpieczne hasło. Proszę spróbować ponownie. Aby uzyskać więcej informacji odwiedź http://bit.ly/FF3-password-security.',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'invalid_account_info' => 'Invalid account information.',
|
||||
'invalid_account_info' => 'Nieprawidłowe informacje o koncie.',
|
||||
'attributes' => [
|
||||
'email' => 'adres e-mail',
|
||||
'description' => 'opis',
|
||||
|
||||
Reference in New Issue
Block a user