Latest translations and fallbacks

This commit is contained in:
Misty (Bot)
2018-06-04 09:29:06 +00:00
parent a3e724e134
commit ec147d0b8b
215 changed files with 473 additions and 301 deletions

View File

@@ -68,5 +68,6 @@
"graphs.unique-visitors": "고유 방문자",
"graphs.registered-users": "등록된 사용자",
"graphs.anonymous-users": "익명의 사용자",
"last-restarted-by": "마지막으로 재시작"
"last-restarted-by": "마지막으로 재시작",
"no-users-browsing": "No users browsing"
}

View File

@@ -1,8 +1,5 @@
{
"handles": "게스트 처리",
"handles.enabled": "미가입 사용자 닉네임 설정 허가",
"handles.enabled-help": "이 옵션은 게스트들이 포스트를 작성할 때 이름을 적는 공간을 제공합니다. 이 옵션이 비활성화 돼있다면 \"Guest\" 라고 표시될 것입니다.",
"privileges": "게스트 권한",
"privileges.can-search": "로그인 없이 검색 허용",
"privileges.can-search-users": "로그인 없이 사용자 검색 허용"
"handles.enabled-help": "이 옵션은 게스트들이 포스트를 작성할 때 이름을 적는 공간을 제공합니다. 이 옵션이 비활성화 돼있다면 \"Guest\" 라고 표시될 것입니다."
}

View File

@@ -8,5 +8,7 @@
"min-rep-flag": "평판이 낮아 이 게시물을 신고할 수 없습니다.",
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile"
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",
"min-rep-cover-picture": "Minimum reputation to add \"Cover Picture\" to user profile"
}

View File

@@ -127,6 +127,8 @@
"not-enough-reputation-min-rep-website": "You do not have enough reputation to add a website",
"not-enough-reputation-min-rep-aboutme": "You do not have enough reputation to add an about me",
"not-enough-reputation-min-rep-signature": "You do not have enough reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You do not have enough reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You do not have enough reputation to add a cover picture",
"already-flagged": "이미 이 게시물을 신고했습니다.",
"self-vote": "You cannot vote on your own post",
"reload-failed": "NodeBB 서버를 다시 읽어들이는 중 다음과 같은 문제가 발생했으나 사용자측은 지속적으로 자원을 제공받습니다. 오류 문구: \"%1\" 문제를 해결하시려면 다시 읽어들이기 전의 수정사항을 원래대로 되돌려주세요. ",
@@ -148,5 +150,6 @@
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cannot-block-self": "You cannot block yourself!",
"cannot-block-privileged": "You cannot block administrators or global moderators"
"cannot-block-privileged": "You cannot block administrators or global moderators",
"no-connection": "There seems to be a problem with your internet connection"
}

View File

@@ -32,6 +32,7 @@
"chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.",
"chat.in-room": "In this room",
"chat.kick": "Kick",
"chat.show-ip": "Show IP",
"composer.compose": "작성",
"composer.show_preview": "미리보기",
"composer.hide_preview": "미리보기 숨김",