summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-11-06 15:09:23 -0300
committerChristopher Speller <crspeller@gmail.com>2017-11-06 10:09:22 -0800
commit1af182c198c67e0ea068308992772d4867cb0d40 (patch)
tree5d0f77882544391e1520d9c9233fa9801abd9d94 /i18n/ko.json
parent72ae0ab9bb17dba902385803f099ed71e0b84a5a (diff)
downloadchat-1af182c198c67e0ea068308992772d4867cb0d40.tar.gz
chat-1af182c198c67e0ea068308992772d4867cb0d40.tar.bz2
chat-1af182c198c67e0ea068308992772d4867cb0d40.zip
translations PR 20171030 (#7748)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json58
1 files changed, 53 insertions, 5 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index df5f62804..7e16baffc 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -636,6 +636,26 @@
"translation": "이미지 링크가 기본값으로 접히도록 설정됨"
},
{
+ "id": "api.command_dnd.desc",
+ "translation": "Do not disturb disables desktop and mobile push notifications."
+ },
+ {
+ "id": "api.command_dnd.disabled",
+ "translation": "Do Not Disturb is disabled."
+ },
+ {
+ "id": "api.command_dnd.error",
+ "translation": "Error to retrieve the user status."
+ },
+ {
+ "id": "api.command_dnd.name",
+ "translation": "dnd"
+ },
+ {
+ "id": "api.command_dnd.success",
+ "translation": "Do Not Disturb is enabled. You will not receive desktop or mobile push notifications until Do Not Disturb is turned off."
+ },
+ {
"id": "api.command_echo.create.app_error",
"translation": "/echo 글을 생성할 수 없습니다, err=%v"
},
@@ -3472,12 +3492,16 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.config.app_error",
+ "translation": "Error saving plugin state in config"
+ },
+ {
"id": "app.plugin.deactivate.app_error",
"translation": "Unable to deactivate plugin"
},
{
"id": "app.plugin.disabled.app_error",
- "translation": "Plugins have been disabled by the system admin or the server has not been restarted since they were enabled."
+ "translation": "Plugins have been disabled."
},
{
"id": "app.plugin.extract.app_error",
@@ -3492,6 +3516,10 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.get_plugins.app_error",
+ "translation": "Unable to get active plugins"
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
@@ -3500,10 +3528,18 @@
"translation": "Unable to move plugin from temporary directory to final destination"
},
{
+ "id": "app.plugin.not_installed.app_error",
+ "translation": "Plugin is not installed"
+ },
+ {
"id": "app.plugin.remove.app_error",
"translation": "Unable to delete plugin"
},
{
+ "id": "app.plugin.upload_disabled.app_error",
+ "translation": "Plugins and/or plugin uploads have been disabled."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -3788,6 +3824,10 @@
"translation": "Failed to index the post"
},
{
+ "id": "ent.elasticsearch.indexer.do_job.get_oldest_post.error",
+ "translation": "The oldest post could not be retrieved from the database."
+ },
+ {
"id": "ent.elasticsearch.indexer.do_job.parse_end_time.error",
"translation": "Elasticsearch indexing worker failed to parse the end time"
},
@@ -4440,6 +4480,10 @@
"translation": "Elasticsearch AggregatePostsAfterDays setting must be a number greater than or equal to 1"
},
{
+ "id": "model.config.is_valid.elastic_search.bulk_indexing_time_window_seconds.app_error",
+ "translation": "Elasticsearch Bulk Indexing Time Window must be at least 1 second."
+ },
+ {
"id": "model.config.is_valid.elastic_search.connection_url.app_error",
"translation": "Elastic Search ConnectionUrl setting must be provided when Elastic Search indexing is enabled."
},
@@ -4460,6 +4504,10 @@
"translation": "Elasticsearch PostsAggregatorJobStartTime setting must be a time in the format \"hh:mm\""
},
{
+ "id": "model.config.is_valid.elastic_search.request_timeout_seconds.app_error",
+ "translation": "Elasticsearch Request Timeout must be at least 1 second."
+ },
+ {
"id": "model.config.is_valid.elastic_search.username.app_error",
"translation": "Elastic Search Username setting must be provided when Elastic Search indexing is enabled."
},
@@ -6860,10 +6908,6 @@
"translation": "돌아가기"
},
{
- "id": "web.incoming_webhook.attachment.app_error",
- "translation": "Maximum attachments length is {{.Max}} characters, received size is {{.Actual}}"
- },
- {
"id": "web.incoming_webhook.channel.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -6884,6 +6928,10 @@
"translation": "Inappropriate channel permissions"
},
{
+ "id": "web.incoming_webhook.split_props_length.app_error",
+ "translation": "Unable to split webhook props into {{.Max}} character parts."
+ },
+ {
"id": "web.incoming_webhook.text.app_error",
"translation": "지정된 텍스트가 없습니다."
},