Translated using Weblate (Russian)

Currently translated at 90.9% (10 of 11 strings)

Translation: MapComplete/shared-questions
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/ru/
This commit is contained in:
Artem 2021-07-18 22:19:55 +00:00 committed by Hosted Weblate
parent 4211b9c3ee
commit f6fca5e800
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -15,6 +15,20 @@
"opening_hours": {
"question": "Какое время работы у {name}?",
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"mappings": {
"2": {
"then": "Расположено на первом этаже"
},
"1": {
"then": "Расположено на первом этаже"
},
"0": {
"then": "Расположено под землей"
}
},
"render": "Расположено на {level}ом этаже"
}
}
}
}