mapcomplete/langs/layers/zh_Hant.json
Supaplex ef7ce6d102 Translated using Weblate (Chinese (Traditional))
Currently translated at 1.6% (9 of 557 strings)

Translation: MapComplete/Layer translations
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/zh_Hant/
2021-06-06 13:07:40 +02:00

29 lines
745 B
JSON

{
"bench": {
"tagRenderings": {
"3": {
"render": "材質:{material}"
},
"2": {
"question": "這個長椅有幾個位子?",
"render": "{seats} 座位數"
},
"1": {
"question": "這個長椅是否有靠背?",
"mappings": {
"1": {
"then": "靠背:無"
},
"0": {
"then": "靠背:有"
}
},
"render": "靠背"
}
},
"title": {
"render": "長椅"
},
"name": "長椅"
}
}