From fc158fce907b602bbde3babfadfd1a04d1dde31e Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 25 Jun 2018 14:34:59 +0100 Subject: MM-10570: Make permissions reset command clear custom role assignments. (#8976) --- i18n/en.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index b4daa6f58..190aa4cea 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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" -- cgit v1.2.3-1-g7c22