summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2018-02-20 10:43:01 -0300
committerGitHub <noreply@github.com>2018-02-20 10:43:01 -0300
commit18a1599e929a41d2fe07f3962bdd2ab60dfca67c (patch)
treed7b1aaa2ef4eb04ac27cc371efb2a77e7260d070 /i18n/ko.json
parent0145cd4da8c9c2401b8f3d5024ebe4608f7e8fd2 (diff)
downloadchat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.gz
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.bz2
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.zip
translations PR 20180220 (#8334)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json40
1 files changed, 24 insertions, 16 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 78fe29d16..b8eff6bca 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -132,10 +132,6 @@
"translation": "용량이 커서 파일을 업로드 할 수 없습니다."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "서버 템플릿 %v 파싱 중"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "서버 템플릿 %v 를 파싱하는데 실패하였습니다"
},
@@ -2303,6 +2299,14 @@
"translation": "%v left the team."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "들어옴/나감 메시지를 등록하는 데 실패함"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -3067,6 +3071,10 @@
"translation": "Incoming webhook의 payload를 읽을 수 없습니다."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "webhook API 경로 초기화 중"
},
@@ -4875,6 +4883,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4883,6 +4895,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
+ "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}."
},
@@ -7095,6 +7111,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},
@@ -7163,10 +7183,6 @@
"translation": "Failed to create directory watcher %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Failed in directory watcher %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "강제 로그아웃 중 id=%v 유저 프로필을 가져오는 중 오류가 발생했습니다"
},
@@ -7271,18 +7287,10 @@
"translation": "%v에서 서버 템플릿 파싱중"
},
{
- "id": "web.parsing_templates.error",
- "translation": "서버 템플릿 %v 를 파싱하는데 실패하였습니다"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "잘못된 글 ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-parsing templates because of modified file %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "비밀번호 재설정 링크가 만료되었습니다."
},