Merge pull request #826 from h3poteto/lint/json

Merge and lint ko translation json
This commit is contained in:
AkiraFukushima 2019-01-23 22:29:45 +09:00 committed by GitHub
commit 2311627cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 34 deletions

View File

@ -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": "오른쪽 칼럼으로 포커스 이동",
"?": "이 도움말 보이기"
}
}
}
}