mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 20:49:54 +00:00
Merge pull request #359 from simonsmh/patch-1
Simplified Chinese, Traditional Chinese, Japanese
This commit is contained in:
commit
ceb7ed093e
28
translations/ja.json
Normal file
28
translations/ja.json
Normal file
@ -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":"北北西"
|
||||||
|
}
|
@ -17,4 +17,8 @@ var translations = {
|
|||||||
"pt" : "translations/pt.json", // Português
|
"pt" : "translations/pt.json", // Português
|
||||||
"sv" : "translations/sv.json", // Svenska
|
"sv" : "translations/sv.json", // Svenska
|
||||||
"it" : "translations/it.json", // Italian
|
"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
translations/zh_cn.json
Normal file
28
translations/zh_cn.json
Normal file
@ -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
translations/zh_tw.json
Normal file
28
translations/zh_tw.json
Normal file
@ -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": "北偏西風"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user