summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-05-30 10:22:37 -0400
committerGitHub <noreply@github.com>2018-05-30 10:22:37 -0400
commit009f72f075ff02c8db151ec2eabd731dd1df8374 (patch)
tree4d66fba853bdb604a5c270cfe6d85d9e1305201a /i18n/ko.json
parentaf4e907f5e21d85622d4d7c08a7f29c3d4c46039 (diff)
downloadchat-009f72f075ff02c8db151ec2eabd731dd1df8374.tar.gz
chat-009f72f075ff02c8db151ec2eabd731dd1df8374.tar.bz2
chat-009f72f075ff02c8db151ec2eabd731dd1df8374.zip
translations PR 20180528 (#8864)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json44
1 files changed, 40 insertions, 4 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index d9c06ffca..b790c9945 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -2515,6 +2515,18 @@
"translation": "그룹 메세지"
},
{
+ "id": "api.templates.deactivate_body.info",
+ "translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
+ },
+ {
+ "id": "api.templates.deactivate_body.title",
+ "translation": "Your account has been deactivated at {{ .ServerURL }}"
+ },
+ {
+ "id": "api.templates.deactivate_subject",
+ "translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
+ },
+ {
"id": "api.templates.email_change_body.info",
"translation": "{{.TeamDisplayName}} 이메일이 {{.NewEmail}}(으)로 변경되었습니다.<br> 잘못 변경된 경우, 시스템 관리자에게 문의하세요."
},
@@ -3023,6 +3035,10 @@
"translation": "SAML이 설정되지 않았거나 서버에서 지원하지 않습니다"
},
{
+ "id": "api.user.send_deactivate_email_and_forget.failed.error",
+ "translation": "Failed to send the deactivate account email successfully"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "이메일 변경 알림 메일을 발송하지 못하였습니다."
},
@@ -3071,6 +3087,10 @@
"translation": "You can not modify the activation status of LDAP accounts. Please modify through the LDAP server."
},
{
+ "id": "api.user.update_active.not_enable.app_error",
+ "translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
+ },
+ {
"id": "api.user.update_active.permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다"
},
@@ -3719,10 +3739,6 @@
"translation": "Invalid Comment Trigger Notify Prop for user."
},
{
- "id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
- "translation": "Invalid Desktop Duration Notify Prop value for user."
- },
- {
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
"translation": "Invalid Desktop Notify Prop value for user."
},
@@ -3855,6 +3871,10 @@
"translation": "Unable to deactivate plugin"
},
{
+ "id": "app.plugin.delete_plugin_status_state.app_error",
+ "translation": "Unable to delete plugin status state."
+ },
+ {
"id": "app.plugin.disabled.app_error",
"translation": "Plugins have been disabled. Please check your logs for details."
},
@@ -3899,10 +3919,18 @@
"translation": "Plugin is not installed"
},
{
+ "id": "app.plugin.prepackaged.app_error",
+ "translation": "Cannot install prepackaged plugin"
+ },
+ {
"id": "app.plugin.remove.app_error",
"translation": "Unable to delete plugin"
},
{
+ "id": "app.plugin.set_plugin_status_state.app_error",
+ "translation": "Unable to set plugin status state."
+ },
+ {
"id": "app.plugin.upload_disabled.app_error",
"translation": "Plugins and/or plugin uploads have been disabled."
},
@@ -4799,6 +4827,10 @@
"translation": "Unable to build multipart request"
},
{
+ "id": "model.cluster.is_valid.id.app_error",
+ "translation": "잘못된 ID"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -7527,6 +7559,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "web.incoming_webhook.channel_locked.app_error",
+ "translation": "This webhook is not permitted to post to the requested channel"
+ },
+ {
"id": "web.incoming_webhook.disabled.app_error",
"translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
},