Этот коммит содержится в:
enahum
2017-12-21 11:35:36 -03:00
коммит произвёл GitHub
родитель e561f727c8
Коммит 522f21e698
14 изменённых файлов: 220 добавлений и 12 удалений

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

@@ -2286,6 +2286,10 @@
"id": "api.team.is_team_creation_allowed.domain.app_error",
"translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요."
},
{
"id": "api.team.join_team.post_and_forget",
"translation": "%v joined the team."
},
{
"id": "api.team.leave.left",
"translation": "%v left the team."
@@ -5094,10 +5098,22 @@
"id": "model.outgoing_hook.is_valid.words.app_error",
"translation": "Invalid trigger words"
},
{
"id": "model.plugin_command.error.app_error",
"translation": "An error occurred while trying to execute this command."
},
{
"id": "model.plugin_key_value.is_valid.key.app_error",
"translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long."
},
{
"id": "model.plugin_key_value.is_valid.key.app_error",
"translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long."
},
{
"id": "model.plugin_key_value.is_valid.plugin_id.app_error",
"translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long."
},
{
"id": "model.plugin_key_value.is_valid.plugin_id.app_error",
"translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long."