summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-04-03 05:27:59 +0300
committerGitHub <noreply@github.com>2018-04-03 05:27:59 +0300
commit0ab47cf1455317d757567ff26c96b8ea1f57c838 (patch)
treeb4a590fe178359bb2735740e598f56264f0f8469 /i18n/ko.json
parent088f76ad6e2d10a1c50ef548f2226213271abde3 (diff)
downloadchat-0ab47cf1455317d757567ff26c96b8ea1f57c838.tar.gz
chat-0ab47cf1455317d757567ff26c96b8ea1f57c838.tar.bz2
chat-0ab47cf1455317d757567ff26c96b8ea1f57c838.zip
translations PR 20180402 (#8570)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json88
1 files changed, 82 insertions, 6 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index bd63ef70f..e710ff906 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -332,6 +332,18 @@
"translation": "%v 가 채널을 떠났습니다."
},
{
+ "id": "api.channel.post_convert_channel_to_private.create_post.error",
+ "translation": "Failed to post channel conversion to private message"
+ },
+ {
+ "id": "api.channel.post_convert_channel_to_private.retrieve_user.error",
+ "translation": "Failed to retrieve user while converting the channel from public to private"
+ },
+ {
+ "id": "api.channel.post_convert_channel_to_private.updated_from",
+ "translation": "%s converted the channel from public to private"
+ },
+ {
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "displayname 업데이트 메시지 등록 실패"
},
@@ -887,6 +899,38 @@
"translation": "메세지를 보낸 유저."
},
{
+ "id": "api.command_mute.desc",
+ "translation": "Turns off desktop, email and push notifications for the current channel or the [channel] specified."
+ },
+ {
+ "id": "api.command_mute.error",
+ "translation": "Could not find the channel {{.Channel}}."
+ },
+ {
+ "id": "api.command_mute.hint",
+ "translation": "[channel]"
+ },
+ {
+ "id": "api.command_mute.name",
+ "translation": "mute"
+ },
+ {
+ "id": "api.command_mute.success_mute",
+ "translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."
+ },
+ {
+ "id": "api.command_mute.success_mute_direct_msg",
+ "translation": "You will not receive notifications for this channel until channel mute is turned off."
+ },
+ {
+ "id": "api.command_mute.success_unmute",
+ "translation": "{{.Channel}} is no longer muted."
+ },
+ {
+ "id": "api.command_mute.success_unmute_direct_msg",
+ "translation": "This channel is no longer muted."
+ },
+ {
"id": "api.command_offline.desc",
"translation": "현재 상태를 오프라인으로 설정합니다."
},
@@ -1947,6 +1991,10 @@
"translation": "Failed to get post when sending websocket event for reaction"
},
{
+ "id": "api.roles.patch_roles.license.error",
+ "translation": "Your current license does not support advanced permissions."
+ },
+ {
"id": "api.saml.save_certificate.app_error",
"translation": "증명서가 정상적으로 저장되지 않았습니다."
},
@@ -2783,10 +2831,6 @@
"translation": "유효하지 않은 가입 링크입니다."
},
{
- "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
- "translation": "유효하지 않은 가입 링크입니다."
- },
- {
"id": "api.user.create_user.team_name.app_error",
"translation": "올바르지 않은 팀 이름"
},
@@ -3676,7 +3720,7 @@
},
{
"id": "app.notification.body.intro.notification.full",
- "translation": "You have a new notification."
+ "translation": "새 알림이 있습니다.{{.Count}}개의 새 알림이 있습니다."
},
{
"id": "app.notification.body.intro.notification.generic",
@@ -3775,6 +3819,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.role.check_roles_exist.role_not_found",
+ "translation": "The provided role does not exist"
+ },
+ {
"id": "app.team.join_user_to_team.max_accounts.app_error",
"translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
},
@@ -4547,6 +4595,10 @@
"translation": "Invalid email notification value"
},
{
+ "id": "model.channel_member.is_valid.mute_value.app_error",
+ "translation": "Invalid muting value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Invalid notify level"
},
@@ -6452,7 +6504,7 @@
},
{
"id": "store.sql_post.query_max_post_size.max_post_size_bytes",
- "translation": "Post.Message supports at most %d bytes"
+ "translation": "Post.Message supports at most %d characters (%d bytes)"
},
{
"id": "store.sql_post.query_max_post_size.unrecognized_driver",
@@ -6587,6 +6639,30 @@
"translation": "Unable to save reaction"
},
{
+ "id": "store.sql_role.get.app_error",
+ "translation": "내용을 가져올수 없습니다."
+ },
+ {
+ "id": "store.sql_role.get_by_name.app_error",
+ "translation": "내용을 가져올수 없습니다."
+ },
+ {
+ "id": "store.sql_role.get_by_names.app_error",
+ "translation": "내용을 가져올수 없습니다."
+ },
+ {
+ "id": "store.sql_role.save.insert.app_error",
+ "translation": "Unable to save new role"
+ },
+ {
+ "id": "store.sql_role.save.invalid_role.app_error",
+ "translation": "The role was not valid"
+ },
+ {
+ "id": "store.sql_role.save.update.app_error",
+ "translation": "내용을 가져올수 없습니다."
+ },
+ {
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "채널을 찾을 수 없습니다"
},