summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-05-14 15:59:04 +0100
committerGitHub <noreply@github.com>2018-05-14 15:59:04 +0100
commit51bd710ecdca6628461c9fa2679737073e4d5059 (patch)
treeb2a4837ced3ed515ee505728917a6630b0553f76 /i18n
parent91557bbd978500388a11b99401783164e143a966 (diff)
downloadchat-51bd710ecdca6628461c9fa2679737073e4d5059.tar.gz
chat-51bd710ecdca6628461c9fa2679737073e4d5059.tar.bz2
chat-51bd710ecdca6628461c9fa2679737073e4d5059.zip
MM-9728: Online migration for advanced permissions phase 2 (#8744)
* MM-9728: Online migration for advanced permissions phase 2 * Add unit tests for new store functions. * Move migration specific code to own file. * Add migration state function test. * Style fixes. * Add i18n strings. * Fix mocks. * Add TestMain to migrations package tests. * Fix typo. * Fix review comments. * Fix up the "Check if migration is done" check to actually work.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 58a950921..0b954d814 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,6 +48,54 @@
"translation": "September"
},
{
+ "id": "migrations.worker.run_advanced_permissions_phase_2_migration.invalid_progress",
+ "translation": "Migration failed due to invalid progress data."
+ },
+ {
+ "id": "migrations.worker.run_migration.unknown_key",
+ "translation": "Cannot run migration job due to unknown migration key."
+ },
+ {
+ "id": "store.sql_channel.migrate_channel_members.open_transaction.app_error",
+ "translation": "Failed to open the database transaction"
+ },
+ {
+ "id": "store.sql_channel.migrate_channel_members.select.app_error",
+ "translation": "Failed to select the batch of channel members"
+ },
+ {
+ "id": "store.sql_channel.migrate_channel_members.rollback_transaction.app_error",
+ "translation": "Failed to roll back the database transaction"
+ },
+ {
+ "id": "store.sql_channel.migrate_channel_members.update.app_error",
+ "translation": "Failed to update the channel member"
+ },
+ {
+ "id": "store.sql_channel.migrate_channel_members.commit_transaction.app_error",
+ "translation": "Failed to commit the database transaction"
+ },
+ {
+ "id": "store.sql_team.migrate_team_members.open_transaction.app_error",
+ "translation": "Failed to open the database transaction"
+ },
+ {
+ "id": "store.sql_team.migrate_team_members.select.app_error",
+ "translation": " Failed to select the batch of team members"
+ },
+ {
+ "id": "store.sql_team.migrate_team_members.rollback_transaction.app_error",
+ "translation": "Failed to roll back the database transaction"
+ },
+ {
+ "id": "store.sql_team.migrate_team_members.update.app_error",
+ "translation": "Failed to update the team member"
+ },
+ {
+ "id": "store.sql_team.migrate_team_members.commit_transaction.app_error",
+ "translation": "Failed to commit the database transaction"
+ },
+ {
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "No file under 'certificate' in request."
},