21 lines
650 B
YAML
21 lines
650 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: 'Пожалуйста, исправьте следующие ошибки:'
|
|
options:
|
|
passport:
|
|
sex:
|
|
male: Мужской
|
|
female: Женский
|
|
person:
|
|
sex:
|
|
male: Мужской
|
|
female: Женский
|