Этот коммит содержится в:
enahum
2016-10-20 12:36:28 -03:00
коммит произвёл GitHub
родитель 484dd60dc9
Коммит 6dc7ac5133
20 изменённых файлов: 689 добавлений и 489 удалений

Просмотреть файл

@@ -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",
@@ -1535,6 +1535,10 @@
"id": "api.slackimport.slack_add_channels.merge",
"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"
@@ -1551,6 +1555,22 @@
"id": "api.slackimport.slack_add_posts.unsupported.warn",
"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 가 존재하지 않습니다!"