summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-20 20:02:50 -0300
committerGitHub <noreply@github.com>2017-03-20 20:02:50 -0300
commit32c658b1ced9f896c6079cf684283a49875f04b5 (patch)
tree258593ddb0f2bad7d66edae6eb37fd9f8e1b981b /i18n/ko.json
parent036dcddd3a315dd936428259c58ba9db17189065 (diff)
downloadchat-32c658b1ced9f896c6079cf684283a49875f04b5.tar.gz
chat-32c658b1ced9f896c6079cf684283a49875f04b5.tar.bz2
chat-32c658b1ced9f896c6079cf684283a49875f04b5.zip
translations PR 20170316 (#5791)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json40
1 files changed, 38 insertions, 2 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 12a75dfb2..a4922a231 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -148,6 +148,10 @@
"translation": "권한을 확인하기 위한 유저 정보를 가져올 수 없습니다."
},
{
+ "id": "api.brand.init.debug",
+ "translation": "Initializing brand API routes"
+ },
+ {
"id": "api.channel.add_member.added",
"translation": "%v 이/가 %v에 의해 채널에 추가되었습니다"
},
@@ -284,6 +288,10 @@
"translation": "채널 API 경로 초기화 중"
},
{
+ "id": "api.channel.join_channel.already_deleted.app_error",
+ "translation": "Channel is already deleted"
+ },
+ {
"id": "api.channel.join_channel.permissions.app_error",
"translation": "사용 권한이 없습니다."
},
@@ -384,6 +392,10 @@
"translation": "읽지 않은 메시지 갯수를 가져오지 못했습니다. user_id=%v and channel_id=%v, err=%v"
},
{
+ "id": "api.cluster.init.debug",
+ "translation": "Initializing cluster API routes"
+ },
+ {
"id": "api.command.admin_only.app_error",
"translation": "연동은 관리자만 사용할 수 있습니다."
},
@@ -800,6 +812,10 @@
"translation": "shrug"
},
{
+ "id": "api.compliance.init.debug",
+ "translation": "Initializing compliance API routes"
+ },
+ {
"id": "api.context.404.app_error",
"translation": "죄송합니다, 페이지를 찾을 수 없습니다."
},
@@ -1010,8 +1026,8 @@
"translation": "유효하지 않은 링크입니다."
},
{
- "id": "api.file.get_file_preview.no_thumbnail.app_error",
- "translation": "파일 미리보기 이미지가 없습니다."
+ "id": "api.file.get_file_preview.no_preview.app_error",
+ "translation": "File doesn't have a preview image"
},
{
"id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
@@ -1230,6 +1246,10 @@
"translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
},
{
+ "id": "api.ldap.init.debug",
+ "translation": "Initializing LDAP API routes"
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "'license' 아래에 비어있는 배열이 있습니다."
},
@@ -3676,6 +3696,10 @@
"translation": "Unable to write request"
},
{
+ "id": "model.client.upload_saml_cert.app_error",
+ "translation": "Error creating SAML certificate multipart form request"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -4700,6 +4724,14 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_channel.get_public_channels.get.app_error",
+ "translation": "We couldn't get public channels"
+ },
+ {
+ "id": "store.sql_channel.get_unread.app_error",
+ "translation": "We couldn't get the channel unread messages"
+ },
+ {
"id": "store.sql_channel.increment_mention_count.app_error",
"translation": "We couldn't increment the mention count"
},
@@ -4716,6 +4748,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_channel.pinned_posts.app_error",
+ "translation": "We couldn't find the pinned posts"
+ },
+ {
"id": "store.sql_channel.remove_member.app_error",
"translation": "채널을 찾을 수 없습니다"
},