Этот коммит содержится в:
enahum
2016-12-16 17:40:22 -03:00
коммит произвёл GitHub
родитель f4450c4bbc
Коммит 7da4b402df
22 изменённых файлов: 677 добавлений и 160 удалений

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

@@ -467,6 +467,10 @@
"id": "api.command_collapse.name",
"translation": "닫기"
},
{
"id": "api.command_collapse.success",
"translation": "Image links now collapse by default"
},
{
"id": "api.command_echo.create.app_error",
"translation": "/echo 글을 생성할 수 없습니다, err=%v"
@@ -499,6 +503,10 @@
"id": "api.command_expand.name",
"translation": "확장"
},
{
"id": "api.command_expand.success",
"translation": "Image links now expand by default"
},
{
"id": "api.command_expand_collapse.fail.app_error",
"translation": "미리보기를 확장하는 중 오류가 발생하였습니다"
@@ -695,6 +703,10 @@
"id": "api.context.log.error",
"translation": "%v:%v code=%v rid=%v uid=%v ip=%v %v [details: %v]"
},
{
"id": "api.context.mfa_required.app_error",
"translation": "Multi-factor authentication is required on this server."
},
{
"id": "api.context.permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다"
@@ -1967,6 +1979,26 @@
"id": "api.templates.invite_subject",
"translation": "{{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team on {{.SiteName}}"
},
{
"id": "api.templates.mfa_activated_body.info",
"translation": "Multi-factor authentication has been added to your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you, please contact your system administrator."
},
{
"id": "api.templates.mfa_activated_body.title",
"translation": "Multi-factor authentication was added"
},
{
"id": "api.templates.mfa_change_subject",
"translation": "Your MFA has been updated on {{ .SiteName }}"
},
{
"id": "api.templates.mfa_deactivated_body.info",
"translation": "Multi-factor authentication has been removed from your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you, please contact your system administrator."
},
{
"id": "api.templates.mfa_deactivated_body.title",
"translation": "Multi-factor authentication was removed"
},
{
"id": "api.templates.password_change_body.info",
"translation": "{{.TeamDisplayName}}의 비밀번호가 변경되었습니다. {{.TeamURL}} {{.Method}}<br>의도하지 않은 변경인 경우, 시스템 관리자에게 문의해보세요."