From dc4d009c78fdbeaf58d61a92eba58cac86ed6ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 22 Aug 2018 14:25:18 +0200 Subject: Add/Remove translations (#9280) --- i18n/en.json | 60 ++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 18 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 84ca057e5..fb63aeeb2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -239,10 +239,6 @@ "id": "api.channel.remove_member.removed", "translation": "%v removed from the channel." }, - { - "id": "api.channel.remove_user_from_channel.deleted.app_error", - "translation": "The channel has been archived or deleted" - }, { "id": "api.channel.update_channel.deleted.app_error", "translation": "The channel has been archived or deleted" @@ -1036,6 +1032,14 @@ "id": "api.file.attachments.disabled.app_error", "translation": "File attachments have been disabled on this server." }, + { + "id": "api.file.file_exists.exists_local.app_error", + "translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." + }, + { + "id": "api.file.file_exists.s3.app_error", + "translation": "Unable to know if the file exists. An error ocurred when trying to check file existency." + }, { "id": "api.file.get_file.public_invalid.app_error", "translation": "The public link does not appear to be valid" @@ -2510,6 +2514,10 @@ "id": "app.import.import_line.null_direct_post.error", "translation": "Import data line has type \"direct_post\" but the direct_post object is null." }, + { + "id": "app.import.import_line.null_emoji.error", + "translation": "Import data line has type \"emoji\" but the emoji object is null." + }, { "id": "app.import.import_line.null_post.error", "translation": "Import data line has type \"post\" but the post object is null." @@ -3022,10 +3030,6 @@ "id": "app.notification.subject.notification.full", "translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}" }, - { - "id": "app.plugin.activate.app_error", - "translation": "Unable to activate extracted plugin." - }, { "id": "app.plugin.cluster.save_config.app_error", "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled." @@ -3090,18 +3094,10 @@ "id": "app.plugin.not_installed.app_error", "translation": "Plugin is not installed" }, - { - "id": "app.plugin.prepackaged.app_error", - "translation": "Cannot install prepackaged plugin" - }, { "id": "app.plugin.remove.app_error", "translation": "Unable to delete plugin" }, - { - "id": "app.plugin.set_plugin_status_state.app_error", - "translation": "Unable to set plugin status state." - }, { "id": "app.plugin.upload_disabled.app_error", "translation": "Plugins and/or plugin uploads have been disabled." @@ -3222,6 +3218,10 @@ "id": "ent.compliance.global_relay.open_temporary_file.appError", "translation": "Unable to open the temporary export file." }, + { + "id": "ent.compliance.global_relay.rewind_temporary_file.appError", + "translation": "Unable to re-read the Global Relay temporary export file." + }, { "id": "ent.compliance.licence_disable.app_error", "translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." @@ -3402,10 +3402,22 @@ "id": "ent.ldap.validate_filter.app_error", "translation": "Invalid AD/LDAP Filter" }, + { + "id": "ent.message_export.global_relay.attach_file.app_error", + "translation": "Unable to add attachment to the Global Relay export." + }, + { + "id": "ent.message_export.global_relay.close_zip_file.app_error", + "translation": "Unable to close properly the zip file." + }, { "id": "ent.message_export.global_relay.create_file_in_zip.app_error", "translation": "Unable to create the eml file." }, + { + "id": "ent.message_export.global_relay.generate_email.app_error", + "translation": "Unable to generate eml file data." + }, { "id": "ent.message_export.global_relay_export.deliver.close.app_error", "translation": "Unable to deliver the email to Global Relay." @@ -4679,8 +4691,8 @@ "translation": "GitLab's Terms of Service have updated. Please go to gitlab.com to accept them and then try logging into Mattermost again." }, { - "id": "plugin.rpcplugin.invocation.error", - "translation": "Error invoking plugin RPC" + "id": "plugin.api.update_user_status.bad_status", + "translation": "Unable to set the user statys. Unknown user status." }, { "id": "store.sql.convert_string_array", @@ -4894,6 +4906,10 @@ "id": "store.sql_channel.reset_all_channel_schemes.app_error", "translation": "We could not reset the channel schemes" }, + { + "id": "store.sql_channel.save.archived_channel.app_error", + "translation": "You can not modify an archived channel" + }, { "id": "store.sql_channel.save.commit_transaction.app_error", "translation": "Unable to commit transaction" @@ -5122,6 +5138,10 @@ "id": "store.sql_emoji.save.app_error", "translation": "We couldn't save the emoji" }, + { + "id": "store.sql_file_info.PermanentDeleteByUser.app_error", + "translation": "We couldn't delete attachments of the user" + }, { "id": "store.sql_file_info.attach_to_post.app_error", "translation": "We couldn't attach the file info to the post" @@ -5142,6 +5162,10 @@ "id": "store.sql_file_info.get_for_post.app_error", "translation": "We couldn't get the file info for the post" }, + { + "id": "store.sql_file_info.get_for_user_id.app_error", + "translation": "We couldn't get the file info for the user" + }, { "id": "store.sql_file_info.permanent_delete.app_error", "translation": "We couldn't permanently delete the file info" -- cgit v1.2.3-1-g7c22