summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2018-01-30 10:07:05 -0300
committerGitHub <noreply@github.com>2018-01-30 10:07:05 -0300
commit8ca8e71fddf6027672938a26f9cc0494bbc5a2bd (patch)
tree2d1ca3877023778655ad7658b639a7a46fa89394 /i18n/ko.json
parent961c04cae992eadb42d286d2f85f8a675bdc68c8 (diff)
downloadchat-8ca8e71fddf6027672938a26f9cc0494bbc5a2bd.tar.gz
chat-8ca8e71fddf6027672938a26f9cc0494bbc5a2bd.tar.bz2
chat-8ca8e71fddf6027672938a26f9cc0494bbc5a2bd.zip
translations PR 20180129 (#8164)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json82
1 files changed, 79 insertions, 3 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 599a52013..bdd2935a4 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -200,6 +200,14 @@
"translation": "공개 채널 생성, 관리는 팀 관리자 또는 시스템 관리자 권한이 필요합니다."
},
{
+ "id": "api.channel.change_channel_privacy.private_to_public",
+ "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ },
+ {
+ "id": "api.channel.change_channel_privacy.public_to_private",
+ "translation": "This channel has been converted to a Private Channel."
+ },
+ {
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "개인 메시지 채널을 만들기 위해서는 반드시 createDirectChannel API 서비스를 이용해야 함"
},
@@ -812,7 +820,7 @@
},
{
"id": "api.command_leave.success",
- "translation": "Left the channel."
+ "translation": "%v 가 채널을 떠났습니다."
},
{
"id": "api.command_logout.desc",
@@ -3352,7 +3360,7 @@
},
{
"id": "app.import.validate_post_import_data.create_at_zero.error",
- "translation": "Post CreateAt property must not be zero if provided."
+ "translation": "Post CreateAt property must not be zero."
},
{
"id": "app.import.validate_post_import_data.message_length.error",
@@ -3371,6 +3379,54 @@
"translation": "Missing required Post property: User."
},
{
+ "id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
+ "translation": "Reaction CreateAt property must be greater than the parent post CreateAt."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.create_at_missing.error",
+ "translation": "Missing required Reaction property: create_at."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.create_at_zero.error",
+ "translation": "Reaction CreateAt property must not be zero."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.emoji_name_length.error",
+ "translation": "Reaction EmojiName property is longer than the maximum permitted length."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
+ "translation": "Missing required Reaction property: EmojiName."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.user_missing.error",
+ "translation": "Missing required Reaction property: User."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_before_parent.error",
+ "translation": "Reply CreateAt property must be greater than the parent post CreateAt."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_missing.error",
+ "translation": "Missing required Reply property: create_at."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_zero.error",
+ "translation": "Reply CreateAt property must not be zero."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.message_length.error",
+ "translation": "Reply Message property is longer than the maximum permitted length."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.message_missing.error",
+ "translation": "Missing required Reply property: Message."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.user_missing.error",
+ "translation": "Missing required Reply property: User."
+ },
+ {
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Team allowed_domains is too long."
},
@@ -3507,6 +3563,10 @@
"translation": "User Position is too long."
},
{
+ "id": "app.import.validate_user_import_data.profile_image.error",
+ "translation": "Invalid profile image."
+ },
+ {
"id": "app.import.validate_user_import_data.roles_invalid.error",
"translation": "User roles are not valid."
},
@@ -4583,6 +4643,10 @@
"translation": "To must be greater than From"
},
{
+ "id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
+ "translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
+ },
+ {
"id": "model.config.is_valid.cluster_email_batching.app_error",
"translation": "Unable to enable email batching when clustering is enabled"
},
@@ -4695,6 +4759,10 @@
"translation": "파일 세팅에 대한 잘못된 썸네일 너비값입니다. 0보다 큰 값이여야 합니다."
},
{
+ "id": "model.config.is_valid.image_proxy_type.app_error",
+ "translation": "Invalid image proxy type for service settings."
+ },
+ {
"id": "model.config.is_valid.ldap_basedn",
"translation": "AD/LDAP의 \"BaseDN\" 항목이 필요합니다."
},
@@ -5336,7 +5404,7 @@
},
{
"id": "model.user.is_valid.position.app_error",
- "translation": "Invalid position: must not be longer than 35 characters."
+ "translation": "Invalid position: must not be longer than 128 characters."
},
{
"id": "model.user.is_valid.pwd.app_error",
@@ -6779,6 +6847,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_user_access_token.get_all.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
"id": "store.sql_user_access_token.get_by_token.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -6791,6 +6863,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_user_access_token.search.app_error",
+ "translation": "We encountered an error finding the access token"
+ },
+ {
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
"translation": "Incoming webhook 갯수를 셀 수 없었습니다"
},