MM-10570: Make permissions reset command clear custom role assignments. (#8976)

Этот коммит содержится в:
George Goldberg
2018-06-25 14:34:59 +01:00
коммит произвёл GitHub
родитель 1c194e5fbd
Коммит fc158fce90
12 изменённых файлов: 489 добавлений и 1 удалений

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

@@ -1534,6 +1534,66 @@
"id": "api.slackimport.slack_import.zip.app_error",
"translation": "Unable to open the Slack export zip file.\r\n"
},
{
"id": "store.sql_user.clear_all_custom_role_assignments.open_transaction.app_error",
"translation": "Failed to begin the database transaction"
},
{
"id": "store.sql_user.clear_all_custom_role_assignments.rollback_transaction.app_error",
"translation": "Failed to rollback the database transaction"
},
{
"id": "store.sql_user.clear_all_custom_role_assignments.select.app_error",
"translation": "Failed to retrieve the users"
},
{
"id": "store.sql_user.clear_all_custom_role_assignments.update.app_error",
"translation": "Failed to update the user"
},
{
"id": "store.sql_user.clear_all_custom_role_assignments.commit_transaction.app_error",
"translation": "Failed to commit the database transaction"
},
{
"id": "store.sql_team.clear_all_custom_role_assignments.open_transaction.app_error",
"translation": "Failed to begin the database transaction"
},
{
"id": "store.sql_team.clear_all_custom_role_assignments.rollback_transaction.app_error",
"translation": "Failed to rollback the database transaction"
},
{
"id": "store.sql_team.clear_all_custom_role_assignments.select.app_error",
"translation": "Failed to retrieve the team members"
},
{
"id": "store.sql_team.clear_all_custom_role_assignments.update.app_error",
"translation": "Failed to update the team member"
},
{
"id": "store.sql_team.clear_all_custom_role_assignments.commit_transaction.app_error",
"translation": "Failed to commit the database transaction"
},
{
"id": "store.sql_channel.clear_all_custom_role_assignments.open_transaction.app_error",
"translation": "Failed to begin the database transaction"
},
{
"id": "store.sql_channel.clear_all_custom_role_assignments.rollback_transaction.app_error",
"translation": "Failed to rollback the database transaction"
},
{
"id": "store.sql_channel.clear_all_custom_role_assignments.select.app_error",
"translation": "Failed to retrieve the channel members"
},
{
"id": "store.sql_channel.clear_all_custom_role_assignments.update.app_error",
"translation": "Failed to update the channel member"
},
{
"id": "store.sql_channel.clear_all_custom_role_assignments.commit_transaction.app_error",
"translation": "Failed to commit the database transaction"
},
{
"id": "api.status.user_not_found.app_error",
"translation": "User not found"