New translations app.json (Korean)

This commit is contained in:
Eugen Rochko 2022-02-11 16:04:10 +01:00
parent 10c0e6ee2f
commit 447e6cecbd
1 changed files with 43 additions and 14 deletions

View File

@ -46,7 +46,7 @@
}, },
"delete_post": { "delete_post": {
"title": "정말로 이 게시물을 삭제하시겠습니까?", "title": "정말로 이 게시물을 삭제하시겠습니까?",
"delete": "삭제" "message": "Are you sure you want to delete this post?"
}, },
"clean_cache": { "clean_cache": {
"title": "캐시 삭제", "title": "캐시 삭제",
@ -140,7 +140,8 @@
"unreblog": "리블로그 취소", "unreblog": "리블로그 취소",
"favorite": "즐겨찾기", "favorite": "즐겨찾기",
"unfavorite": "즐겨찾기 해제", "unfavorite": "즐겨찾기 해제",
"menu": "메뉴" "menu": "메뉴",
"hide": "Hide"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
@ -149,6 +150,12 @@
"hashtag": "해시태그", "hashtag": "해시태그",
"email": "이메일", "email": "이메일",
"emoji": "에모지" "emoji": "에모지"
},
"visibility": {
"unlisted": "Everyone can see this post but not display in the public timeline.",
"private": "Only their followers can see this post.",
"private_from_me": "Only my followers can see this post.",
"direct": "Only mentioned user can see this post."
} }
}, },
"friendship": { "friendship": {
@ -412,16 +419,26 @@
"segmented_control": { "segmented_control": {
"posts": "게시물", "posts": "게시물",
"replies": "답글", "replies": "답글",
"media": "미디어" "posts_and_replies": "Posts and Replies",
"media": "미디어",
"about": "About"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
},
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "계정 뮤트 해제", "title": "계정 뮤트 해제",
"message": "%s 뮤트 해제 확인" "message": "%s 뮤트 해제 확인"
}, },
"confirm_unblock_usre": { "confirm_block_user": {
"title": "계정 차단 해제", "title": "Block Account",
"message": "%s 차단 해제 확인" "message": "Confirm to block %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
} }
} }
}, },
@ -472,12 +489,14 @@
"Everything": "Everything", "Everything": "Everything",
"Mentions": "Mentions" "Mentions": "Mentions"
}, },
"user_followed_you": "%s followed you", "notification_description": {
"user_favorited your post": "%s favorited your post", "followed_you": "followd you",
"user_reblogged_your_post": "%s reblogged your post", "favorited_your_post": "favorited your post",
"user_mentioned_you": "%s mentioned you", "reblogged_your_post": "reblogged your post",
"user_requested_to_follow_you": "%s requested to follow you", "mentioned_you": "mentioned you",
"user_your_poll_has_ended": "%s Your poll has ended", "request_to_follow_you": "request to follow you",
"poll_has_ended": "poll has ended"
},
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "Show Everything",
"show_mentions": "Show Mentions" "show_mentions": "Show Mentions"
@ -496,6 +515,13 @@
"light": "Always Light", "light": "Always Light",
"dark": "Always Dark" "dark": "Always Dark"
}, },
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
},
"notifications": { "notifications": {
"title": "Notifications", "title": "Notifications",
"favorites": "Favorites my post", "favorites": "Favorites my post",
@ -537,14 +563,17 @@
} }
}, },
"report": { "report": {
"title_report": "Report",
"title": "%s 신고하기", "title": "%s 신고하기",
"step1": "1단계 (총 2단계)", "step1": "1단계 (총 2단계)",
"step2": "2단계 (총 2단계)", "step2": "2단계 (총 2단계)",
"content1": "신고에 추가하고 싶은 다른 게시물이 존재하나요?", "content1": "신고에 추가하고 싶은 다른 게시물이 존재하나요?",
"content2": "이 신고에 대해 중재자들이 알아야 할 것이 있나요?", "content2": "이 신고에 대해 중재자들이 알아야 할 것이 있나요?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "신고 전송", "send": "신고 전송",
"skip_to_send": "추가설명 없이 보내기", "skip_to_send": "추가설명 없이 보내기",
"text_placeholder": "추가 설명을 적거나 붙여넣으세요" "text_placeholder": "추가 설명을 적거나 붙여넣으세요",
"reported": "REPORTED"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {