mapcomplete/langs/shared-questions/ru.json
2021-08-19 17:35:45 +02:00

35 lines
No EOL
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"undefined": {
"phone": {
"question": "Какой номер телефона у {name}?"
},
"email": {
"question": "Какой адрес электронной почты у {name}?"
},
"website": {
"question": "Какой сайт у {name}?"
},
"description": {
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
},
"opening_hours": {
"question": "Какое время работы у {name}?",
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "На каком этаже находится этот объект?",
"render": "Расположено на {level}ом этаже",
"mappings": {
"0": {
"then": "Расположено под землей"
},
"1": {
"then": "Расположено на первом этаже"
},
"2": {
"then": "Расположено на первом этаже"
}
}
}
}
}