summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-08-22 14:25:18 +0200
committerJoram Wilander <jwawilander@gmail.com>2018-08-22 08:25:18 -0400
commitdc4d009c78fdbeaf58d61a92eba58cac86ed6ffa (patch)
tree11e1c469d4ad4870d54dc5bb5cd77121450c443d /i18n
parentf16687f83cea20f1ed3682226b60011097c85648 (diff)
downloadchat-dc4d009c78fdbeaf58d61a92eba58cac86ed6ffa.tar.gz
chat-dc4d009c78fdbeaf58d61a92eba58cac86ed6ffa.tar.bz2
chat-dc4d009c78fdbeaf58d61a92eba58cac86ed6ffa.zip
Add/Remove translations (#9280)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json60
1 files changed, 42 insertions, 18 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 84ca057e5..fb63aeeb2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -240,10 +240,6 @@
"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"
},
@@ -1037,6 +1033,14 @@
"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"
},
@@ -2511,6 +2515,10 @@
"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."
},
@@ -3023,10 +3031,6 @@
"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."
},
@@ -3091,18 +3095,10 @@
"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."
},
@@ -3223,6 +3219,10 @@
"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."
},
@@ -3403,10 +3403,22 @@
"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",
@@ -4895,6 +4907,10 @@
"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"
},
@@ -5123,6 +5139,10 @@
"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"
},
@@ -5143,6 +5163,10 @@
"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"
},