diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index f4f16ce60..b863dfcbc 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -36,6 +36,12 @@ "1": { "then": "壁畫" }, + "10": { + "then": "Azulejo (西班牙雕塑作品名稱)" + }, + "11": { + "then": "瓷磚" + }, "2": { "then": "繪畫" }, @@ -59,12 +65,6 @@ }, "9": { "then": "寬慰" - }, - "10": { - "then": "Azulejo (西班牙雕塑作品名稱)" - }, - "11": { - "then": "瓷磚" } }, "question": "這是什麼類型的藝術品?", @@ -88,6 +88,20 @@ "render": "藝術品" } }, + "barrier": { + "tagRenderings": { + "bicycle=yes/no": { + "mappings": { + "0": { + "then": "單車騎士能夠穿越。" + }, + "1": { + "then": "單車騎士無法穿越。" + } + } + } + } + }, "bench": { "name": "長椅", "presets": { @@ -777,6 +791,9 @@ } } } + }, + "title": { + "render": "設定" } }, "walls_and_buildings": { @@ -820,4 +837,4 @@ "render": "風機" } } -} \ No newline at end of file +}