summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-05-31 10:25:31 +0100
committerGeorge Goldberg <george@gberg.me>2018-05-31 10:25:31 +0100
commit27e7841a734e9c3ed71f988a653f5865d2ef6f91 (patch)
tree1ccc65246fb166c25a9923f4e05ad7d6223892d1 /i18n
parente39f5f46f3f6cdcb7ab8aeef8c601047f5942f85 (diff)
parent994ccf475f96bcad668269fe25b0d22e975bc222 (diff)
downloadchat-27e7841a734e9c3ed71f988a653f5865d2ef6f91.tar.gz
chat-27e7841a734e9c3ed71f988a653f5865d2ef6f91.tar.bz2
chat-27e7841a734e9c3ed71f988a653f5865d2ef6f91.zip
Merge branch 'advanced-permissions-phase-2'
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json172
1 files changed, 168 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c0b80b86a..ac3cb4110 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."
},
@@ -196,6 +244,10 @@
"translation": "Private Channel management and creation is restricted to System Administrators."
},
{
+ "id": "app.schemes.is_phase_2_migration_completed.not_completed.app_error",
+ "translation": "This API endpoint is not accessible as required migrations have not yet completed."
+ },
+ {
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
"translation": "Private Channel management and creation is restricted to Team and System Administrators."
},
@@ -224,6 +276,18 @@
"translation": "The channel requested to convert is already a private channel."
},
{
+ "id": "store.sql_channel.reset_all_channel_schemes.app_error",
+ "translation": "We could not reset the channel schemes"
+ },
+ {
+ "id": "store.sql_scheme.permanent_delete_all.app_error",
+ "translation": "We could not permanently delete the schemes"
+ },
+ {
+ "id": "store.sql_team.reset_all_team_schemes.app_error",
+ "translation": "We could not reset the team schemes"
+ },
+ {
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "Must use createDirectChannel API service for direct message channel creation"
},
@@ -1273,10 +1337,6 @@
"translation": "Unable to delete reactions when deleting emoji with emoji name %v"
},
{
- "id": "api.emoji.delete.permissions.app_error",
- "translation": "Invalid permissions to delete emoji."
- },
- {
"id": "api.emoji.disabled.app_error",
"translation": "Custom emoji have been disabled by the system admin."
},
@@ -2503,6 +2563,14 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.team.update_team_scheme.license.error",
+ "translation": "License does not support updating a team's scheme"
+ },
+ {
+ "id": "api.team.update_team_scheme.scheme_scope.error",
+ "translation": "Unable to set the scheme to the team because the supplied scheme is not a team scheme."
+ },
+ {
"id": "api.templates.channel_name.group",
"translation": "Group Message"
},
@@ -6703,6 +6771,14 @@
"translation": "Unable to delete reaction"
},
{
+ "id": "api.scheme.get_teams_for_scheme.scope.error",
+ "translation": "Unable to get the teams for scheme because the supplied scheme is not a team scheme."
+ },
+ {
+ "id": "api.scheme.get_channels_for_scheme.scope.error",
+ "translation": "Unable to get the channels for scheme because the supplied scheme is not a channel scheme."
+ },
+ {
"id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
"translation": "Unable to delete reactions with the given emoji name"
},
@@ -6743,6 +6819,94 @@
"translation": "Unable to get role"
},
{
+ "id": "api.channel.update_channel_member_roles.scheme_role.app_error",
+ "translation": "The provided role is managed by a Scheme and therefore cannot be applied directly to a Channel Member"
+ },
+ {
+ "id": "api.channel.update_team_member_roles.scheme_role.app_error",
+ "translation": "The provided role is managed by a Scheme and therefore cannot be applied directly to a Team Member"
+ },
+ {
+ "id": "api.channel.update_channel_scheme.license.error",
+ "translation": "License does not support updating a channel's scheme"
+ },
+ {
+ "id": "api.channel.update_channel_scheme.scheme_scope.error",
+ "translation": "Unable to set the scheme to the channel because the supplied scheme is not a channel scheme."
+ },
+ {
+ "id": "store.sql_channel.get_by_scheme.app_error",
+ "translation": "Unable to get the channels for the provided scheme"
+ },
+ {
+ "id": "store.sql_team.get_by_scheme.app_error",
+ "translation": "Unable to get the channels for the provided scheme"
+ },
+ {
+ "id": "store.sql_role.save.open_transaction.app_error",
+ "translation": "Failed to open the transaction to save the role"
+ },
+ {
+ "id": "store.sql_role.save_role.commit_transaction.app_error",
+ "translation": "Failed to commit the transaction to save the role"
+ },
+ {
+ "id": "store.sql_role.save.invalid_role.app_error",
+ "translation": "The provided role is invalid"
+ },
+ {
+ "id": "store.sql_role.delete.update.app_error",
+ "translation": "Unable to delete the role"
+ },
+ {
+ "id": "store.sql_scheme.save.open_transaction.app_error",
+ "translation": "Failed to open the transaction to save the scheme"
+ },
+ {
+ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error",
+ "translation": "Failed to commit the transaction to save the scheme"
+ },
+ {
+ "id": "store.sql_scheme.save.invalid_scheme.app_error",
+ "translation": "The provided scheme is invalid"
+ },
+ {
+ "id": "store.sql_scheme.save.update.app_error",
+ "translation": "Unable to update the scheme"
+ },
+ {
+ "id": "store.sql_scheme.save.retrieve_default_scheme_roles.app_error",
+ "translation": "Unable to retrieve the default scheme roles"
+ },
+ {
+ "id": "store.sql_scheme.save.insert.app_error",
+ "translation": "Unable to create the scheme"
+ },
+ {
+ "id": "store.sql_scheme.get.app_error",
+ "translation": "Unable to get the scheme"
+ },
+ {
+ "id": "store.sql_scheme.reset_teams.app_error",
+ "translation": "Unable to reset all teams using this scheme to the default scheme"
+ },
+ {
+ "id": "store.sql_scheme.delete.scheme_in_use.app_error",
+ "translation": "Unable to delete the scheme as it in use by 1 or more teams or channels"
+ },
+ {
+ "id": "store.sql_scheme.reset_channels.app_error",
+ "translation": "Unable to reset all channels using this scheme to the default scheme"
+ },
+ {
+ "id": "store.sql_scheme.delete.role_update.app_error",
+ "translation": "Unable to delete the roles belonging to this scheme"
+ },
+ {
+ "id": "store.sql_scheme.delete.update.app_error",
+ "translation": "Unable to delete the scheme"
+ },
+ {
"id": "store.sql_role.get_by_names.app_error",
"translation": "Unable to get roles"
},