12 lines
420 B
YAML
12 lines
420 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="required">*</abbr>'
|
||
|
error_notification:
|
||
|
default_message: "Обнаружены следующие ошибки:"
|