Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-01-06 15:37:57 +01:00
parent 95691dbab4
commit 7f7d6f5fe1
18 changed files with 458 additions and 336 deletions

View file

@ -3,6 +3,23 @@
"description": {
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
},
"dog-access": {
"mappings": {
"0": {
"then": "允許犬隻"
},
"1": {
"then": "<b>不</b>允許犬隻"
},
"2": {
"then": "允許犬隻,但需要掛牽繩"
},
"3": {
"then": "允許犬隻而且可以自由跑動"
}
},
"question": "這間商業空間是否允許犬隻?"
},
"email": {
"question": "{name} 的電子郵件地址是什麼?"
},
@ -28,44 +45,19 @@
"question": "{name} 的開放時間是什麼?",
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
},
"phone": {
"question": "{name} 的電話號碼是什麼?"
},
"website": {
"question": "{name} 網址是什麼?"
},
"dog-access": {
"payment-options": {
"mappings": {
"2": {
"then": "允許犬隻,但需要掛牽繩"
},
"0": {
"then": "允許犬隻"
"then": "這邊接受現金"
},
"1": {
"then": "<b>不</b>允許犬隻"
},
"3": {
"then": "允許犬隻而且可以自由跑動"
"then": "這邊接受現金卡"
}
},
"question": "這間商業空間是否允許犬隻"
"question": "這邊接受那種付款方式?"
},
"wikipedia": {
"mappings": {
"0": {
"then": "還沒有連結到維基百科頁面"
}
},
"question": "對應的維基資料項目是?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "沒有連結到維基百科"
}
},
"question": "維基百科上對應的項目是什麼?"
"phone": {
"question": "{name} 的電話號碼是什麼?"
},
"service:electricity": {
"mappings": {
@ -84,33 +76,41 @@
},
"question": "這個便利設施有電器設備,能給客戶使用嗎?"
},
"website": {
"question": "{name} 網址是什麼?"
},
"wheelchair-access": {
"mappings": {
"0": {
"then": "這個地方有特別設計給輪椅使用者"
},
"1": {
"then": "這個地方坐輪椅很容易到達"
},
"2": {
"then": "這個地方可以坐輪椅到達,但並不容易"
},
"3": {
"then": "輪椅無法到達這個地方"
},
"1": {
"then": "這個地方坐輪椅很容易到達"
}
},
"question": "這個地方可以坐輪椅到達嗎?"
},
"payment-options": {
"wikipedia": {
"mappings": {
"0": {
"then": "這邊接受現金"
},
"1": {
"then": "這邊接受現金卡"
"then": "還沒有連結到維基百科頁面"
}
},
"question": "這邊接受那種付款方式?"
"question": "對應的維基資料項目是?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "沒有連結到維基百科"
}
},
"question": "維基百科上對應的項目是什麼?"
}
}
}
}