summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-04-27 09:57:26 -0300
committerGitHub <noreply@github.com>2017-04-27 09:57:26 -0300
commit4e086311ad869a2de6a115afa0ae9bf56ad8639e (patch)
tree9e429a06482fa2160b614dd6341675ec0e8a261d /i18n/ko.json
parentaaff58844220331eeac1c523a8b0b9b572d5e8f5 (diff)
downloadchat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.gz
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.bz2
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.zip
translations PR 20170424 (#6224)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json34
1 files changed, 29 insertions, 5 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index bbcbfd81e..4591b6691 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -1002,6 +1002,10 @@
"translation": "이모티콘 API 경로 초기화 중"
},
{
+ "id": "api.emoji.init.debug",
+ "translation": "이모티콘 API 경로 초기화 중"
+ },
+ {
"id": "api.emoji.storage.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3나 로컬 서버 파일 저장소를 설정해주세요."
},
@@ -1684,10 +1688,6 @@
"translation": "다른 사용자의 기본 설정을 저장할 수 없습니다."
},
{
- "id": "api.preference.save_preferences.set_details.app_error",
- "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
- },
- {
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
"translation": "Failed to delete reaction because channel ID does not match post ID in the URL"
},
@@ -1700,10 +1700,18 @@
"translation": "Failed to get reactions because channel ID does not match post ID in the URL"
},
{
+ "id": "api.reaction.save_reaction.invalid.app_error",
+ "translation": "Reaction is not valid."
+ },
+ {
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
"translation": "Failed to save reaction because channel ID does not match post ID in the URL"
},
{
+ "id": "api.reaction.save_reaction.user_id.app_error",
+ "translation": "You cannot save reaction for the other user."
+ },
+ {
"id": "api.reaction.send_reaction_event.post.app_error",
"translation": "Failed to get post when sending websocket event for reaction"
},
@@ -3608,6 +3616,10 @@
"translation": "잘못된 리디렉트 URL"
},
{
+ "id": "model.authorize.is_valid.response_type.app_error",
+ "translation": "Invalid response type"
+ },
+ {
"id": "model.authorize.is_valid.scope.app_error",
"translation": "잘못된 범위"
},
@@ -3704,6 +3716,14 @@
"translation": "Unable to write request"
},
{
+ "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error",
+ "translation": "Missing channel parameter"
+ },
+ {
+ "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error",
+ "translation": "Missing team parameter"
+ },
+ {
"id": "model.client.login.app_error",
"translation": "Authentication tokens didn't match"
},
@@ -3949,7 +3969,7 @@
},
{
"id": "model.config.is_valid.max_file_size.app_error",
- "translation": "잘못된 파일 최대 용량 설정입니다. 0보다 큰 값이여야 합니다."
+ "translation": "Invalid max file size for file settings. Must be a whole number greater than zero."
},
{
"id": "model.config.is_valid.max_notify_per_channel.app_error",
@@ -5188,6 +5208,10 @@
"translation": "You cannot update an existing Post"
},
{
+ "id": "store.sql_post.search.disabled",
+ "translation": "Searching has been disabled on this server. Please contact your System Administrator."
+ },
+ {
"id": "store.sql_post.search.warn",
"translation": "Query error searching posts: %v"
},