From f2749ff17fe3c99050bcee8a016fff1caa7992e4 Mon Sep 17 00:00:00 2001 From: Simon Shi Date: Tue, 7 Jun 2016 21:50:18 +0800 Subject: [PATCH] Create zh_tw.json --- translations/zh_tw.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 translations/zh_tw.json diff --git a/translations/zh_tw.json b/translations/zh_tw.json new file mode 100644 index 00000000..b6f78f12 --- /dev/null +++ b/translations/zh_tw.json @@ -0,0 +1,28 @@ +{ + /* GENERAL */ + "LOADING": "正在加載 …", + + /* CALENDAR */ + "TODAY": "今天", + "TOMORROW": "明天", + "RUNNING": "結束日期", + "EMPTY": "沒有更多的活動。", + + /* WEATHER */ + "N": "北風", + "NNE": "北偏東風", + "NE": "東北風", + "ENE": "東偏北風", + "E": "東風", + "ESE": "東偏南風", + "SE": "東南風", + "SSE": "南偏東風", + "S": "南風", + "SSW": "南偏西風", + "SW": "西南風", + "WSW": "西偏南風", + "W": "西風", + "WNW": "西偏北風", + "NW": "西北風", + "NNW": "北偏西風" +}