mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-13 17:05:46 -06:00
New translations validation.php (Russian)
This commit is contained in:
parent
c013ce5bdb
commit
e2ecfc7073
@ -23,7 +23,7 @@ return [
|
||||
'file_too_large' => 'Файл ":name" слишком большой.',
|
||||
'belongs_to_user' => 'Значение :attribute неизвестно',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'bic' => 'This is not a valid BIC.',
|
||||
'bic' => 'Это некорректный BIC.',
|
||||
'more' => ':attribute must be larger than zero.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
@ -63,8 +63,8 @@ return [
|
||||
'min.file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'min.string' => 'The :attribute must be at least :min characters.',
|
||||
'min.array' => 'The :attribute must have at least :min items.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'not_in' => 'Выбранный :attribute не верный.',
|
||||
'numeric' => ':attribute должен быть числом.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
|
Loading…
Reference in New Issue
Block a user