diff --git a/translations/ja.json b/translations/ja.json new file mode 100644 index 00000000..40d5996a --- /dev/null +++ b/translations/ja.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":"北北西" +} diff --git a/translations/translations.js b/translations/translations.js index ac80702e..6360a23a 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -17,4 +17,8 @@ var translations = { "pt" : "translations/pt.json", // Português "sv" : "translations/sv.json", // Svenska "it" : "translations/it.json", // Italian + "zh_cn" : "translations/zh_cn.json", // Simplified Chinese + "zh_tw" : "translations/zh_tw.json", // Traditional Chinese + "ja" : "translations/ja.json", // Japanese + }; diff --git a/translations/zh_cn.json b/translations/zh_cn.json new file mode 100644 index 00000000..b6d21d37 --- /dev/null +++ b/translations/zh_cn.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": "北偏西风" +} 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": "北偏西風" +}