mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Update some translations [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'iban' => 'To nie jest prawidłowy IBAN.',
|
||||
'source_equals_destination' => 'Konto źródłowe jest równe kontu docelowemu',
|
||||
'source_equals_destination' => 'The source account equals the destination account.',
|
||||
'unique_account_number_for_user' => 'Wygląda na to, że ten numer konta jest już w użyciu.',
|
||||
'unique_iban_for_user' => 'Wygląda na to, że ten IBAN jest już w użyciu.',
|
||||
'deleted_user' => 'Ze względu na zabezpieczenia nie możesz się zarejestrować używając tego adresu e-mail.',
|
||||
@@ -34,7 +34,7 @@ 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' => 'Twój wybór jest nieprawidłowy',
|
||||
'invalid_selection' => 'Your selection is invalid.',
|
||||
'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.',
|
||||
@@ -43,9 +43,11 @@ return [
|
||||
'equal_description' => 'Opis transakcji nie powinien być równy globalnemu opisowi.',
|
||||
'file_invalid_mime' => 'Plik ":name" jest typu ":mime", który nie jest akceptowany jako nowy plik do przekazania.',
|
||||
'file_too_large' => 'Plik ":name" jest zbyt duży.',
|
||||
'belongs_to_user' => 'Wartość :attribute jest nieznana',
|
||||
'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.',
|
||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||
'more' => ':attribute musi być większy od zera.',
|
||||
@@ -57,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' => 'Ta nazwa jest już w użyciu',
|
||||
'unique_account_for_user' => 'Ta nazwa konta jest już w użyciu',
|
||||
'unique_object_for_user' => 'This name is already in use.',
|
||||
'unique_account_for_user' => 'This account name is already in use.',
|
||||
'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.',
|
||||
@@ -113,12 +115,12 @@ return [
|
||||
'file' => ':attribute musi być plikiem.',
|
||||
'in_array' => 'Pole :attribute nie istnieje w :other.',
|
||||
'present' => 'Pole :attribute musi być obecne.',
|
||||
'amount_zero' => 'Całkowita kwota nie może być zerem',
|
||||
'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',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions',
|
||||
'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.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'invalid_account_info' => 'Invalid account information',
|
||||
'invalid_account_info' => 'Invalid account information.',
|
||||
'attributes' => [
|
||||
'email' => 'adres e-mail',
|
||||
'description' => 'opis',
|
||||
|
||||
Reference in New Issue
Block a user