summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorMartin Kraft <martinkraft@gmail.com>2018-05-02 07:45:20 -0400
committerMartin Kraft <martinkraft@gmail.com>2018-05-02 07:45:20 -0400
commit7d5e85e4136b0e2e6cf902c48b186d99f0698d13 (patch)
tree84f7256de28eed0fd932f43532c218b385e09642 /i18n/ko.json
parentf4dcb4edf2aafca85c9af631131a77888da24bc7 (diff)
parent529807c1ba0c6b5e697d95d35b46865e22b0e62a (diff)
downloadchat-7d5e85e4136b0e2e6cf902c48b186d99f0698d13.tar.gz
chat-7d5e85e4136b0e2e6cf902c48b186d99f0698d13.tar.bz2
chat-7d5e85e4136b0e2e6cf902c48b186d99f0698d13.zip
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 97b7e362f..f8dae9567 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -2435,6 +2435,10 @@
"translation": "팀이 완전히 삭제되었습니다. %v id=%v"
},
{
+ "id": "api.team.remove_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},
@@ -2491,6 +2495,10 @@
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
{
+ "id": "api.team.team_icon.update.app_error",
+ "translation": "An error occurred updating the team icon"
+ },
+ {
"id": "api.team.update_member_roles.not_a_member",
"translation": "지정된 사용자는 지정된 팀의 멤버가 아닙니다."
},
@@ -4691,6 +4699,10 @@
"translation": "잘못된 사용자 ID"
},
{
+ "id": "model.client.command.parse.app_error",
+ "translation": "Unable to parse incoming data"
+ },
+ {
"id": "model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server"
},
@@ -5771,10 +5783,6 @@
"translation": "Closing SqlStore"
},
{
- "id": "store.sql.column_exists.critical",
- "translation": "Failed to check if column exists %v"
- },
- {
"id": "store.sql.column_exists_missing_driver.critical",
"translation": "Failed to check if column exists because of missing driver"
},
@@ -5863,10 +5871,6 @@
"translation": "Failed to get data type for column %s from table %s: %v"
},
{
- "id": "store.sql.table_exists.critical",
- "translation": "Failed to check if table exists %v"
- },
- {
"id": "store.sql.too_short_ciphertext",
"translation": "ciphertext too short"
},