mapcomplete/langs/layers/zh_Hant.json
2021-06-08 16:56:36 +02:00

62 lines
No EOL
1.8 KiB
JSON

{
"bench": {
"name": "長椅",
"title": {
"render": "長椅"
},
"tagRenderings": {
"1": {
"render": "靠背",
"mappings": {
"0": {
"then": "靠背:有"
},
"1": {
"then": "靠背:無"
}
},
"question": "這個長椅是否有靠背?"
},
"2": {
"render": "{seats} 座位數",
"question": "這個長椅有幾個位子?"
},
"3": {
"render": "材質:{material}"
},
"5": {
"render": "顏色:{colour}",
"question": "這個長椅是什麼顏色的?",
"mappings": {
"0": {
"then": "顏色:棕色"
},
"1": {
"then": "顏色:綠色"
},
"2": {
"then": "顏色:灰色"
},
"3": {
"then": "顏色:白色"
},
"4": {
"then": "顏色:紅色"
},
"5": {
"then": "顏色:黑色"
},
"6": {
"then": "顏色:藍色"
},
"7": {
"then": "顏色:黃色"
}
}
},
"6": {
"question": "上一次探察長椅是什麼時候?"
}
}
}
}