summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index facde7244..586f89e98 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -1435,6 +1435,14 @@
"translation": "사용자 설정을 적용할 수 없습니다."
},
{
+ "id": "api.reaction.delete.archived_channel.app_error",
+ "translation": "You cannot remove a reaction in an archived channel."
+ },
+ {
+ "id": "api.reaction.save.archived_channel.app_error",
+ "translation": "You cannot react in an archived channel."
+ },
+ {
"id": "api.reaction.save_reaction.invalid.app_error",
"translation": "리액션이 유효하지 않습니다."
},
@@ -1651,6 +1659,10 @@
"translation": "%v가 팀에 가입했습니다."
},
{
+ "id": "api.team.join_user_to_team.allowed_domains.app_error",
+ "translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요."
+ },
+ {
"id": "api.team.leave.left",
"translation": "%v가 팀을 떠났습니다."
},
@@ -1727,6 +1739,10 @@
"translation": "지정된 사용자는 지정된 팀의 멤버가 아닙니다."
},
{
+ "id": "api.team.update_restricted_domains.mismatch.app_error",
+ "translation": "Restricting team to {{ .Domain }} is not allowed by the system config. Please contact your system administrator."
+ },
+ {
"id": "api.team.update_team_scheme.license.error",
"translation": "사용자의 라이센스는 팀 스키마의 업데이트를 지원하지 않습니다."
},
@@ -4991,6 +5007,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_channel.update.archived_channel.app_error",
+ "translation": "You can not modify an archived channel"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "A channel with that handle already exists"
},