UserAccessTokenStore migration (#15029)
* Migration completed * Suggestions * Fix no new var * Fix another no new var in the left side
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
549e5b57cd
Коммит
d9529183b2
64
i18n/en.json
64
i18n/en.json
@@ -4394,14 +4394,42 @@
|
||||
"id": "app.user.permanentdeleteuser.internal_error",
|
||||
"translation": "Unable to delete user."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.delete.app_error",
|
||||
"translation": "Unable to delete the personal access token."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.disabled",
|
||||
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.get_all.app_error",
|
||||
"translation": "Unable to get all personal access tokens."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.get_by_user.app_error",
|
||||
"translation": "Unable to get the personal access tokens by user."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.invalid_or_missing",
|
||||
"translation": "Invalid or missing token."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.save.app_error",
|
||||
"translation": "Unable to save the personal access token."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.search.app_error",
|
||||
"translation": "We encountered an error searching user access tokens."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.update_token_disable.app_error",
|
||||
"translation": "Unable to disable the access token."
|
||||
},
|
||||
{
|
||||
"id": "app.user_access_token.update_token_enable.app_error",
|
||||
"translation": "Unable to enable the access token."
|
||||
},
|
||||
{
|
||||
"id": "app.user_terms_of_service.delete.app_error",
|
||||
"translation": "Unable to delete terms of service."
|
||||
@@ -7710,42 +7738,6 @@
|
||||
"id": "store.sql_user.verify_email.app_error",
|
||||
"translation": "Unable to update verify email field."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.delete.app_error",
|
||||
"translation": "Unable to delete the personal access token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get.app_error",
|
||||
"translation": "Unable to get the personal access token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get_all.app_error",
|
||||
"translation": "Unable to get all personal access tokens."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get_by_token.app_error",
|
||||
"translation": "Unable to get the personal access token by token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get_by_user.app_error",
|
||||
"translation": "Unable to get the personal access tokens by user."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.save.app_error",
|
||||
"translation": "Unable to save the personal access token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.search.app_error",
|
||||
"translation": "We encountered an error searching user access tokens."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.update_token_disable.app_error",
|
||||
"translation": "Unable to disable the access token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.update_token_enable.app_error",
|
||||
"translation": "Unable to enable the access token."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
|
||||
"translation": "Unable to count the incoming webhooks."
|
||||
|
||||
Ссылка в новой задаче
Block a user