13 lines
453 B
YAML
13 lines
453 B
YAML
|
ru:
|
||
|
simple_form:
|
||
|
"yes": 'Да'
|
||
|
"no": 'Нет'
|
||
|
required:
|
||
|
text: 'обязательно'
|
||
|
mark: '*'
|
||
|
# You can uncomment the line below if you need to overwrite the whole required html.
|
||
|
# When using html, text and mark won't be used.
|
||
|
# html: '<abbr title="обязательно">*</abbr>'
|
||
|
error_notification:
|
||
|
default_message: 'Пожалуйста, исправьте следующие ошибки:'
|