summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-30 19:07:53 -0300
committerGitHub <noreply@github.com>2017-03-30 19:07:53 -0300
commitbd5b6f19caaeaa339a0305830f7d70ab68b481ff (patch)
tree1086fa72f39306ee3798c0def37128a878e24de2 /i18n/ko.json
parent4092836c94a7b47584b0f32e2eeccafd38bc0e3d (diff)
downloadchat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.gz
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.bz2
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.zip
translations PR 20170328 (#5899)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json46
1 files changed, 45 insertions, 1 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 7196121f5..13f152c49 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -816,6 +816,10 @@
"translation": "명령어 API 경로 초기화 중"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "죄송합니다, 페이지를 찾을 수 없습니다."
},
@@ -1286,6 +1290,10 @@
"translation": "시스템이 {{.Count}} 유니크 사용자를 가질 때, 이 라이센스는 {{.Users}} 사용자 만을 지원합니다. 유니크 사용자는 이메일 주소 개수로 구분 됩니다. 사용자 수는 사이트 리포트 -> 통계 보기에서 확인할 수 있습니다."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "라이선스 API 경로 초기화 중"
},
@@ -1928,6 +1936,10 @@
"translation": "상태 API 루트를 초기화 중"
},
{
+ "id": "api.status.init.debug",
+ "translation": "상태 API 루트를 초기화 중"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "LastActivityAt 업데이트에 실패했습니다. user_id=%v and session_id=%v, err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "Failed to save status for user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
@@ -2193,7 +2221,7 @@
},
{
"id": "api.templates.post_subject_in_direct_message",
- "translation": "{{.SubjectText}} on {{.TeamDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
+ "translation": "{{.SubjectText}} on {{.SenderDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "api.templates.post_subject_in_group_message",
@@ -3128,6 +3156,14 @@
"translation": "Manage Team Roles"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "팀 사용자 초대 권한"
},
@@ -4680,6 +4716,14 @@
"translation": "No channels were found"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "존재하는 채널을 찾지 못했습니다."
},