summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-12-01 10:22:29 -0300
committerJoram Wilander <jwawilander@gmail.com>2017-12-01 08:22:29 -0500
commitb51d9e8eabb3cfea17b81ebadcdc8199e09544bb (patch)
tree07d95f91c38d385b87335e126dc9ed372684a063 /i18n/ko.json
parent239e8df3f4e94e71c08863fbaca72172c594fa22 (diff)
downloadchat-b51d9e8eabb3cfea17b81ebadcdc8199e09544bb.tar.gz
chat-b51d9e8eabb3cfea17b81ebadcdc8199e09544bb.tar.bz2
chat-b51d9e8eabb3cfea17b81ebadcdc8199e09544bb.zip
translations PR 20171127 (#7909)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json79
1 files changed, 75 insertions, 4 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index f6bb947da..8035cbdcd 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -700,6 +700,57 @@
"translation": "미리보기를 펼치는 중 오류가 발생하였습니다."
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "사용자에게 메시지 전달 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "메시지 암호화 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "사용자를 찾을 수 없습니다"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "사용자 제거 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "사용자를 찾을 수 없습니다"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "메시지"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "메세지를 보낸 유저."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Mattermost 도움말 페이지 열기"
},
@@ -2116,6 +2167,10 @@
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v 이/가 %v에 의해 채널에 추가되었습니다"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter required to add user to team."
},
@@ -2228,6 +2283,10 @@
"translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "The user does not appear to be part of this team."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v 가 채널에서 제거되었습니다."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
@@ -3524,12 +3587,20 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",