chore: reset translations

This commit is contained in:
Pieter Vander Vennet 2023-03-16 16:14:56 +01:00
parent c61792604b
commit 31cefced42
4 changed files with 611 additions and 0 deletions

View file

@ -152,6 +152,23 @@
"question": "On what level is this feature located?",
"render": "Located on the {level}th floor"
},
"luminous_or_lit": {
"mappings": {
"0": {
"then": "This object both emits light and is lighted by an external light source"
},
"1": {
"then": "This object emits light"
},
"2": {
"then": "This object is lit externally, e.g. by a spotlight or other lights"
},
"3": {
"then": "This object does not emit light and is not lighted by externally"
}
},
"question": "Is this object lit or does it emit light?"
},
"multilevels": {
"override": {
"question": "What levels does this elevator go to?",