mapcomplete/langs/layers/zh_Hant.json

29 lines
744 B
JSON
Raw Normal View History

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