mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-07 02:18:11 +00:00
Various fixes and cleanup
This commit is contained in:
@@ -103,73 +103,73 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'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.',
|
||||
'between.array' => ':attribute musi zawierać pomiędzy :min a :max elementów.',
|
||||
'boolean' => 'Pole :attribute musi być prawdą albo fałszem.',
|
||||
'confirmed' => 'Pole :attribute i jego potwierdzenie nie pasują do siebie.',
|
||||
'date' => ':attribute nie jest prawidłową datą.',
|
||||
'date_format' => ':attribute rożni się od formatu :format.',
|
||||
'different' => ':attribute oraz :other muszą się różnić.',
|
||||
'digits' => ':attribute musi składać się z :digits cyfr.',
|
||||
'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
|
||||
'email' => ':attribute musi być prawidłowym adresem email.',
|
||||
'filled' => 'Pole :attribute jest wymagane.',
|
||||
'exists' => 'Wybrane :attribute są nieprawidłowe.',
|
||||
'image' => ':attribute musi być obrazkiem.',
|
||||
'in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'integer' => ':attribute musi być liczbą całkowitą.',
|
||||
'ip' => ':attribute musi być poprawnym adresem IP.',
|
||||
'json' => ':attribute musi być prawidłowym węzłem JSON.',
|
||||
'max.numeric' => ':attribute nie może być większy niż :max.',
|
||||
'max.file' => ':attribute nie może być większy niż :max kilobajtów.',
|
||||
'max.string' => ':attribute nie może być dłuższy od :max znaków.',
|
||||
'max.array' => ':attribute nie może zawierać więcej niż :max elementów.',
|
||||
'mimes' => ':attribute musi być plikiem typu :values.',
|
||||
'min.numeric' => ':attribute musi być przynajmniej :min.',
|
||||
'lte.numeric' => ':attribute musi być mniejszy lub równy :value.',
|
||||
'min.file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
|
||||
'min.string' => ':attribute musi mieć co najmniej :min znaków.',
|
||||
'min.array' => ':attribute musi zawierać przynajmniej :min elementów.',
|
||||
'not_in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'numeric' => ':attribute musi byc liczbą.',
|
||||
'numeric_native' => 'Kwota źródłowa musi być liczbą.',
|
||||
'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.',
|
||||
'required_unless' => 'Pole :attribute jest wymagane, chyba że :other jest w :values.',
|
||||
'required_with' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest podana.',
|
||||
'required_without_all' => ':attribute jest wymagane, gdy żadna z wartości :values nie jest podana.',
|
||||
'same' => 'Pole :attribute oraz :other muszą się zgadzać.',
|
||||
'size.numeric' => ':attribute musi być wielkości :size.',
|
||||
'amount_min_over_max' => 'Minimalna kwota nie może być większa niż maksymalna kwota.',
|
||||
'size.file' => ':attribute musi mieć :size kilobajtów.',
|
||||
'size.string' => ':attribute musi mieć :size znaków.',
|
||||
'size.array' => ':attribute musi zawierać :size elementów.',
|
||||
'unique' => 'Taki :attribute już występuje.',
|
||||
'string' => ':attribute musi być ciągiem znaków.',
|
||||
'url' => 'Format :attribute jest nieprawidłowy.',
|
||||
'timezone' => ':attribute musi być prawidłową strefą.',
|
||||
'2fa_code' => 'Format :attribute jest nieprawidłowy.',
|
||||
'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.',
|
||||
'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.',
|
||||
'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 wynosić zero.',
|
||||
'current_target_amount' => 'Bieżąca kwota musi być mniejsza niż kwota docelowa.',
|
||||
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
|
||||
'unique_object_group' => 'Nazwa grupy musi być unikalna',
|
||||
'starts_with' => 'Wartość musi zaczynać się od :values.',
|
||||
'unique_webhook' => 'Masz już webhook z tą kombinacją adresu URL, wyzwalacza, odpowiedzi i doręczenia.',
|
||||
'unique_existing_webhook' => 'Masz już inny webhook z tą kombinacją adresu URL, wyzwalacza, odpowiedzi i doręczenia.',
|
||||
'same_account_type' => 'Oba konta muszą być tego samego typu',
|
||||
'same_account_currency' => 'Oba konta muszą mieć to samo ustawienie waluty',
|
||||
'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.',
|
||||
'between.array' => ':attribute musi zawierać pomiędzy :min a :max elementów.',
|
||||
'boolean' => 'Pole :attribute musi być prawdą albo fałszem.',
|
||||
'confirmed' => 'Pole :attribute i jego potwierdzenie nie pasują do siebie.',
|
||||
'date' => ':attribute nie jest prawidłową datą.',
|
||||
'date_format' => ':attribute rożni się od formatu :format.',
|
||||
'different' => ':attribute oraz :other muszą się różnić.',
|
||||
'digits' => ':attribute musi składać się z :digits cyfr.',
|
||||
'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
|
||||
'email' => ':attribute musi być prawidłowym adresem email.',
|
||||
'filled' => 'Pole :attribute jest wymagane.',
|
||||
'exists' => 'Wybrane :attribute są nieprawidłowe.',
|
||||
'image' => ':attribute musi być obrazkiem.',
|
||||
'in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'integer' => ':attribute musi być liczbą całkowitą.',
|
||||
'ip' => ':attribute musi być poprawnym adresem IP.',
|
||||
'json' => ':attribute musi być prawidłowym węzłem JSON.',
|
||||
'max.numeric' => ':attribute nie może być większy niż :max.',
|
||||
'max.file' => ':attribute nie może być większy niż :max kilobajtów.',
|
||||
'max.string' => ':attribute nie może być dłuższy od :max znaków.',
|
||||
'max.array' => ':attribute nie może zawierać więcej niż :max elementów.',
|
||||
'mimes' => ':attribute musi być plikiem typu :values.',
|
||||
'min.numeric' => ':attribute musi być przynajmniej :min.',
|
||||
'lte.numeric' => ':attribute musi być mniejszy lub równy :value.',
|
||||
'min.file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
|
||||
'min.string' => ':attribute musi mieć co najmniej :min znaków.',
|
||||
'min.array' => ':attribute musi zawierać przynajmniej :min elementów.',
|
||||
'not_in' => 'Wybrany :attribute jest nieprawidłowy.',
|
||||
'numeric' => ':attribute musi byc liczbą.',
|
||||
'numeric_native' => 'Kwota źródłowa musi być liczbą.',
|
||||
'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.',
|
||||
'required_unless' => 'Pole :attribute jest wymagane, chyba że :other jest w :values.',
|
||||
'required_with' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest podana.',
|
||||
'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest podana.',
|
||||
'required_without_all' => ':attribute jest wymagane, gdy żadna z wartości :values nie jest podana.',
|
||||
'same' => 'Pole :attribute oraz :other muszą się zgadzać.',
|
||||
'size.numeric' => ':attribute musi być wielkości :size.',
|
||||
'amount_min_over_max' => 'Minimalna kwota nie może być większa niż maksymalna kwota.',
|
||||
'size.file' => ':attribute musi mieć :size kilobajtów.',
|
||||
'size.string' => ':attribute musi mieć :size znaków.',
|
||||
'size.array' => ':attribute musi zawierać :size elementów.',
|
||||
'unique' => 'Taki :attribute już występuje.',
|
||||
'string' => ':attribute musi być ciągiem znaków.',
|
||||
'url' => 'Format :attribute jest nieprawidłowy.',
|
||||
'timezone' => ':attribute musi być prawidłową strefą.',
|
||||
'2fa_code' => 'Format :attribute jest nieprawidłowy.',
|
||||
'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.',
|
||||
'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.',
|
||||
'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 wynosić zero.',
|
||||
'current_target_amount' => 'Bieżąca kwota musi być mniejsza niż kwota docelowa.',
|
||||
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
|
||||
'unique_object_group' => 'Nazwa grupy musi być unikalna',
|
||||
'starts_with' => 'Wartość musi zaczynać się od :values.',
|
||||
'unique_webhook' => 'Masz już webhook z tą kombinacją adresu URL, wyzwalacza, odpowiedzi i doręczenia.',
|
||||
'unique_existing_webhook' => 'Masz już inny webhook z tą kombinacją adresu URL, wyzwalacza, odpowiedzi i doręczenia.',
|
||||
'same_account_type' => 'Oba konta muszą być tego samego typu',
|
||||
'same_account_currency' => 'Oba konta muszą mieć to samo ustawienie waluty',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -280,6 +280,9 @@ return [
|
||||
'amount_required_for_auto_budget' => 'Kwota jest wymagana.',
|
||||
'auto_budget_amount_positive' => 'Kwota musi być większa niż zero.',
|
||||
'auto_budget_period_mandatory' => 'Okres automatycznego budżetu to pole obowiązkowe.',
|
||||
|
||||
// no access to administration:
|
||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user