mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-06 15:56:36 +08:00
feat(i18n): add Korean language support
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "MoeMail"
|
||||
},
|
||||
"actions": {
|
||||
"ok": "확인",
|
||||
"cancel": "취소",
|
||||
"save": "저장",
|
||||
"delete": "삭제"
|
||||
},
|
||||
"nav": {
|
||||
"home": "홈",
|
||||
"login": "로그인",
|
||||
"profile": "프로필",
|
||||
"logout": "로그아웃",
|
||||
"backToMailbox": "메일함으로 돌아가기"
|
||||
},
|
||||
"github": "소스 코드 받기"
|
||||
}
|
||||
Reference in New Issue
Block a user