Skip to content

Commit

Permalink
Merge pull request #359 from simonsmh/patch-1
Browse files Browse the repository at this point in the history
Simplified Chinese, Traditional Chinese, Japanese
  • Loading branch information
MichMich committed Jun 7, 2016
2 parents fed6e1e + abdbcbb commit ceb7ed0
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 0 deletions.
28 changes: 28 additions & 0 deletions translations/ja.json
Original file line number Diff line number Diff line change
@@ -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":"北北西"
}
4 changes: 4 additions & 0 deletions translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

};
28 changes: 28 additions & 0 deletions translations/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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": "北偏西风"
}
28 changes: 28 additions & 0 deletions translations/zh_tw.json
Original file line number Diff line number Diff line change
@@ -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": "北偏西風"
}

0 comments on commit ceb7ed0

Please sign in to comment.