Этот коммит содержится в:
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": "L'adresse e-mail doit être liée à un domaine spécifique (ex. @exemple.com). Veuillez demander à votre administrateur système pour plus d'informations."
},
{
"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": "Mots déclencheurs invalides"
},
{
"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."