File tree 3 files changed +32
-0
lines changed
3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
46
46
- Run e2e test in Travis
47
47
- Estonian Translation.
48
48
- Add test for compliments module for parts of day
49
+ - Korean Translation.
49
50
50
51
51
52
### Fixed
Original file line number Diff line number Diff line change
1
+ {
2
+ "LOADING" : " 로드 중 …" ,
3
+
4
+ "TODAY" : " 오늘" ,
5
+ "TOMORROW" : " 내일" ,
6
+ "DAYAFTERTOMORROW" : " 모레" ,
7
+ "RUNNING" : " 종료 일" ,
8
+ "EMPTY" : " 예정된 이벤트가 없습니다." ,
9
+
10
+ "N" : " 북풍" ,
11
+ "NNE" : " 북북동풍" ,
12
+ "NE" : " 북동풍" ,
13
+ "ENE" : " 동북동풍" ,
14
+ "E" : " 동풍" ,
15
+ "ESE" : " 동남동풍" ,
16
+ "SE" : " 남동풍" ,
17
+ "SSE" : " 남남동풍" ,
18
+ "S" : " 남풍" ,
19
+ "SSW" : " 남남서풍" ,
20
+ "SW" : " 남서풍" ,
21
+ "WSW" : " 서남서풍" ,
22
+ "W" : " 서풍" ,
23
+ "WNW" : " 서북서풍" ,
24
+ "NW" : " 북서풍" ,
25
+ "NNW" : " 북북서풍" ,
26
+
27
+ "UPDATE_NOTIFICATION" : " 새로운 MagicMirror² 업데이트가 있습니다." ,
28
+ "UPDATE_NOTIFICATION_MODULE" : " MODULE_NAME 모듈에서 사용 가능한 업데이트 입니다." ,
29
+ "UPDATE_INFO" : " 설치할 COMMIT_COUNT 는 BRANCH_NAME 분기에 해당됩니다."
30
+ }
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ var translations = {
31
31
"hu" : "translations/hu.json" , // Hungarian
32
32
"is" : "translations/is.json" , // Icelandic
33
33
"et" : "translations/et.json" , // Estonian
34
+ "kr" : "translations/kr.json" , // Korean
34
35
} ;
35
36
36
37
if ( typeof module !== "undefined" ) { module . exports = translations ; }
You can’t perform that action at this time.
0 commit comments