Check license expiration, disable license and notify administrator (#14420)

* Check license expiration and notify administrator
Этот коммит содержится в:
catalintomai
2020-05-06 10:28:49 -07:00
коммит произвёл GitHub
родитель 5ad3eaf7ee
Коммит 58305b080f
9 изменённых файлов: 175 добавлений и 0 удалений

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

@@ -1464,6 +1464,10 @@
"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.remove_expired_license.failed.error",
"translation": "Failed to send the disable license email successfully."
},
{
"id": "api.marshal_error",
"translation": "marshal error"
@@ -2298,6 +2302,18 @@
"id": "api.templates.post_body.button",
"translation": "Go To Post"
},
{
"id": "api.templates.remove_expired_license.body.renew_button",
"translation": "Renew License"
},
{
"id": "api.templates.remove_expired_license.body.title",
"translation": "Enterprise license has expired and some features may be disabled. Please renew."
},
{
"id": "api.templates.remove_expired_license.subject",
"translation": "Mattermost Enterprise license has been disabled."
},
{
"id": "api.templates.reset_body.button",
"translation": "Reset Password"