summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-10-20 12:36:28 -0300
committerGitHub <noreply@github.com>2016-10-20 12:36:28 -0300
commit6dc7ac51335baa8f29bcb361b99d2fa0423f8fc8 (patch)
tree315e17a44cc0237f4092e76cece91c4ff1af6af6 /i18n/ko.json
parent484dd60dc9e74545b189f2db44eb35324f10fb2d (diff)
downloadchat-6dc7ac51335baa8f29bcb361b99d2fa0423f8fc8.tar.gz
chat-6dc7ac51335baa8f29bcb361b99d2fa0423f8fc8.tar.bz2
chat-6dc7ac51335baa8f29bcb361b99d2fa0423f8fc8.zip
translations PR 20161017 (#4245)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json24
1 files changed, 22 insertions, 2 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index edaf84d2a..f4fcd541b 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -293,7 +293,7 @@
},
{
"id": "api.channel.leave.left",
- "translation": "%v 가 채널을 보존 처리 하였습니다."
+ "translation": "%v 가 채널을 떠났습니다."
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.join_leave.error",
@@ -625,7 +625,7 @@
},
{
"id": "api.command_shortcuts.msgs",
- "translation": "#### 메시지\n\nESC: 현재 채널의 모든 메시지를 읽음으로 표시\n(빈 입력란에서)CTRL+UP: 바로 이전에 입력했던 메시지나 명령어를 다시 입력합니다.\n(빈 입력란에서)CTRL+DOWN: 바로 이전에 입력했던 메시지나 명령어를 다시 입력합니다.\n(빈 입력란에서)UP: 현재 채널에 가장 최근 메시지를 편집합니다.\n@[character]+TAB: [character]로 시작하는 @사용자명을 자동완성합니다.\n:[character]+TAB: [character]로 시작하는 이모티콘을 자동완성합니다.\n\n"
+ "translation": "#### Messages\n\nESC: Mark all messages in the current channel as read\nCMD+UP (in empty input field): Reprint the previous message or slash command you entered\nCMD+DOWN (in empty input field): Reprint the next message or slash command you entered\nUP (in empty input field): Edit your last message in the current channel\n@[character]+TAB: Autocomplete @username beginning with [character]\n:[character]+TAB: Autocomplete emoji beginning with [character]\n\n"
},
{
"id": "api.command_shortcuts.msgs_mac",
@@ -1536,6 +1536,10 @@
"translation": "기존 채널과 합쳐짐. {{.DisplayName}}\r\n"
},
{
+ "id": "api.slackimport.slack_add_posts.attach_files.error",
+ "translation": "Encountered error attaching files to post, post_id=%s, file_ids=%v, err=%v"
+ },
+ {
"id": "api.slackimport.slack_add_posts.bot.warn",
"translation": "Slack bot posts are not imported yet"
},
@@ -1552,6 +1556,22 @@
"translation": "지원되지 않는 글 형식: %v, %v"
},
{
+ "id": "api.slackimport.slack_add_posts.upload_file_not_found.warn",
+ "translation": "No file found in Slack export for file upload message with file ID {{.FileId}}"
+ },
+ {
+ "id": "api.slackimport.slack_add_posts.upload_file_not_in_json.warn",
+ "translation": "Cannot import file for upload post with no \"file\" section present in export."
+ },
+ {
+ "id": "api.slackimport.slack_add_posts.upload_file_open_failed.warn",
+ "translation": "Could not open the upload file with ID {{.FileId}} in the export archive with error: {{.Error}}"
+ },
+ {
+ "id": "api.slackimport.slack_add_posts.upload_file_upload_failed.warn",
+ "translation": "Uploading the file for upload message with file ID {{.FileId}} failed with error: {{.Error}}"
+ },
+ {
"id": "api.slackimport.slack_add_posts.user_no_exists.debug",
"translation": "사용자 %v 가 존재하지 않습니다!"
},