diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index cd48a3b52..f0e76d8dd 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -23,7 +23,40 @@ }, "3": { "render": "材質:{material}" + }, + "6": { + "question": "上一次探察長椅是什麼時候?" + }, + "5": { + "mappings": { + "7": { + "then": "顏色:黃色" + }, + "6": { + "then": "顏色:藍色" + }, + "5": { + "then": "顏色:黑色" + }, + "4": { + "then": "顏色:紅色" + }, + "3": { + "then": "顏色:白色" + }, + "2": { + "then": "顏色:灰色" + }, + "1": { + "then": "顏色:綠色" + }, + "0": { + "then": "顏色:棕色" + } + }, + "question": "這個長椅是什麼顏色的?", + "render": "顏色:{colour}" } } } -} \ No newline at end of file +}