Этот коммит содержится в:
enahum
2017-12-01 10:22:29 -03:00
коммит произвёл Joram Wilander
родитель 239e8df3f4
Коммит b51d9e8eab
14 изменённых файлов: 1047 добавлений и 124 удалений

Просмотреть файл

@@ -699,6 +699,57 @@
"id": "api.command_expand_collapse.fail.app_error",
"translation": "미리보기를 펼치는 중 오류가 발생하였습니다."
},
{
"id": "api.command_groupmsg.desc",
"translation": "Sends a Group Message to the specified users"
},
{
"id": "api.command_groupmsg.fail.app_error",
"translation": "사용자에게 메시지 전달 중 오류가 발생하였습니다."
},
{
"id": "api.command_groupmsg.group_fail.app_error",
"translation": "메시지 암호화 중 오류가 발생하였습니다."
},
{
"id": "api.command_groupmsg.hint",
"translation": "@[username1],@[username2] 'message'"
},
{
"id": "api.command_groupmsg.invalid_user.app_error",
"translation": {
"one": "We couldn't find the user: {{.Users}}",
"other": "We couldn't find the users: {{.Users}}"
}
},
{
"id": "api.command_groupmsg.invalid_users.app_error",
"translation": "사용자를 찾을 수 없습니다"
},
{
"id": "api.command_groupmsg.list.app_error",
"translation": "사용자 제거 중 오류가 발생하였습니다."
},
{
"id": "api.command_groupmsg.max_users.app_error",
"translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
},
{
"id": "api.command_groupmsg.min_users.app_error",
"translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
},
{
"id": "api.command_groupmsg.missing.app_error",
"translation": "사용자를 찾을 수 없습니다"
},
{
"id": "api.command_groupmsg.name",
"translation": "메시지"
},
{
"id": "api.command_groupmsg.success",
"translation": "메세지를 보낸 유저."
},
{
"id": "api.command_help.desc",
"translation": "Mattermost 도움말 페이지 열기"
@@ -2115,6 +2166,10 @@
"id": "api.system.go_routines",
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
"id": "api.team.add_user_to_team.added",
"translation": "%v 이/가 %v에 의해 채널에 추가되었습니다"
},
{
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter required to add user to team."
@@ -2227,6 +2282,10 @@
"id": "api.team.is_team_creation_allowed.domain.app_error",
"translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요."
},
{
"id": "api.team.leave.left",
"translation": "%v left the team."
},
{
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
@@ -2239,6 +2298,10 @@
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},
{
"id": "api.team.remove_user_from_team.removed",
"translation": "%v 가 채널에서 제거되었습니다."
},
{
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
@@ -3523,13 +3586,21 @@
"id": "app.plugin.get_plugins.app_error",
"translation": "Unable to get active plugins"
},
{
"id": "app.plugin.install.app_error",
"translation": "Unable to install plugin."
},
{
"id": "app.plugin.install_id.app_error",
"translation": "Unable to install plugin. A plugin with the same ID is already installed."
},
{
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
"translation": "Unable to move plugin from temporary directory to final destination"
"translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
"translation": "잘못된 표시명"
"translation": "잘못된 형식"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
"translation": "잘못된 표시명"
"translation": "잘못된 형식"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
"translation": "잘못된 표시명"
"translation": "잘못된 형식"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",