diff --git a/langs/shared-questions/zh_Hant.json b/langs/shared-questions/zh_Hant.json index 0967ef424..4630fb38d 100644 --- a/langs/shared-questions/zh_Hant.json +++ b/langs/shared-questions/zh_Hant.json @@ -1 +1,20 @@ -{} +{ + "undefined": { + "opening_hours": { + "render": "

開放時間

{opening_hours_table(opening_hours)}", + "question": "{name} 的開放時間是什麼?" + }, + "description": { + "question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。
不要重覆答覆已經知道的事情" + }, + "website": { + "question": "{name} 網址是什麼?" + }, + "email": { + "question": "{name} 的電子郵件地址是什麼?" + }, + "phone": { + "question": "{name} 的電話號碼是什麼?" + } + } +}