From 9b2574f90912038d268982be99f57ac249b03fcf Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Wed, 23 Jan 2019 22:03:16 +0900
Subject: [PATCH] Merge and lint ko translation json
---
src/config/locales/ko/translation.json | 54 ++++++++++----------------
1 file changed, 20 insertions(+), 34 deletions(-)
diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json
index 19efdd39..1db97c22 100644
--- a/src/config/locales/ko/translation.json
+++ b/src/config/locales/ko/translation.json
@@ -47,6 +47,7 @@
"expand": "펼치기",
"home": "홈",
"notification": "알림",
+ "direct": "메세지",
"favourite": "즐겨찾기",
"local": "로컬",
"public": "연합",
@@ -72,7 +73,9 @@
"apply": "적용"
},
"new_toot": "툿",
- "reload": "새로고침"
+ "reload": "새로고침",
+ "settings": "설정",
+ "switch_streaming": "스트리밍 웹소켓을 사용하도록 설정합니다. 타임라인이 자동으로 갱신되지 않는다면 이 항목을 사용함으로 설정하십시오."
},
"settings": {
"title": "설정",
@@ -91,6 +94,16 @@
"description": "자동으로 모든 미디어를 민감한 미디어로 분류"
}
}
+ },
+ "timeline": {
+ "title": "타임라인",
+ "unread_notification": {
+ "title": "읽지 않은 알림",
+ "description": "각 타임라인마다 새 알림 표시 여부를 설정합니다.",
+ "direct": "메세지",
+ "local": "로컬",
+ "public": "퍼블릭"
+ }
}
},
"preferences": {
@@ -218,6 +231,8 @@
"ctrl_enter": "툿 보내기",
"j": "다음 툿으로 이동",
"k": "이전 툿으로 이동",
+ "h": "왼쪽 칼럼으로 포커스 이동",
+ "l": "오른쪽 칼럼으로 포커스 이동",
"r": "툿에 멘션 보내기",
"b": "툿 부스트",
"f": "툿 즐겨찾기",
@@ -225,7 +240,8 @@
"p": "툿 작성자 프로필 열기",
"i": "이미지 열기",
"x": "경고 문구 및 민감한 미디어 토글",
- "esc": "현재 페이지 닫기"
+ "esc": "현재 페이지 닫기",
+ "?": "이 도움말 보이기"
}
},
"cards": {
@@ -275,7 +291,8 @@
"search": "검색",
"account": "계정",
"keyword": "키워드",
- "toot": "툿"
+ "toot": "툿",
+ "tag": "해시태그"
},
"lists": {
"index": {
@@ -342,36 +359,5 @@
"attach_length": "사진은 최대 {{max}} 장 까지 첨부할 수 있습니다",
"attach_image": "이미지나 비디오만 첨부할 수 있습니다"
}
- },
- {
- "side_menu": {
- "direct": "메세지"
- },
- "header_menu": {
- "settings": "설정",
- "switch_streaming": "스트리밍 웹소켓을 사용하도록 설정합니다. 타임라인이 자동으로 갱신되지 않는다면 이 항목을 사용함으로 설정하십시오."
- },
- "settings": {
- "timeline": {
- "title": "타임라인",
- "unread_notification": {
- "title": "읽지 않은 알림",
- "description": "각 타임라인마다 새 알림 표시 여부를 설정합니다.",
- "direct": "메세지",
- "local": "로컬",
- "public": "퍼블릭"
- }
- }
- },
- "search": {
- "tag": "해시태그"
- },
- "modals": {
- "shortcut": {
- "h": "왼쪽 칼럼으로 포커스 이동",
- "l": "오른쪽 칼럼으로 포커스 이동",
- "?": "이 도움말 보이기"
- }
}
}
-}