From db11d72cf585f86e54ed4a0f7203e32515edd1bc Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 18 Mar 2016 13:05:55 -0300 Subject: Add spanish translations for compliance --- i18n/en.json | 112 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 775e56cc4..6ba877f56 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1707,6 +1707,26 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Inappropriate permissions to regenerate outcoming webhook token" }, + { + "id": "ent.compliance.licence_disable.app_error", + "translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." + }, + { + "id": "ent.compliance.run_failed.error", + "translation": "Compliance export failed for job '{{.JobName}}' at '{{.FilePath}}'" + }, + { + "id": "ent.compliance.run_finished.info", + "translation": "Compliance export finished for job '{{.JobName}}' exported {{.Count}} records to '{{.FilePath}}'" + }, + { + "id": "ent.compliance.run_limit.warning", + "translation": "Compliance export warning for job '{{.JobName}}' too many rows returned truncating to 30,000 at '{{.FilePath}}'" + }, + { + "id": "ent.compliance.run_started.info", + "translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'" + }, { "id": "ent.ldap.do_login.bind_admin_user.app_error", "translation": "Unable to bind to LDAP server. Check BindUsername and BindPassword." @@ -1799,26 +1819,6 @@ "id": "mattermost.security_bulletin_read.error", "translation": "Failed to read security bulletin details" }, - { - "id": "ent.compliance.run_started.info", - "translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'" - }, - { - "id": "ent.compliance.run_failed.error", - "translation": "Compliance export failed for job '{{.JobName}}' at '{{.FilePath}}'" - }, - { - "id": "ent.compliance.run_limit.warning", - "translation": "Compliance export warning for job '{{.JobName}}' too many rows returned truncating to 30,000 at '{{.FilePath}}'" - }, - { - "id": "ent.compliance.run_finished.info", - "translation": "Compliance export finished for job '{{.JobName}}' exported {{.Count}} records to '{{.FilePath}}'" - }, - { - "id": "ent.compliance.licence_disable.app_error", - "translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." - }, { "id": "mattermost.security_checks.debug", "translation": "Checking for security update from Mattermost" @@ -1995,6 +1995,30 @@ "id": "model.command.is_valid.user_id.app_error", "translation": "Invalid user id" }, + { + "id": "model.compliance.is_valid.create_at.app_error", + "translation": "Create at must be a valid time" + }, + { + "id": "model.compliance.is_valid.desc.app_error", + "translation": "Invalid description" + }, + { + "id": "model.compliance.is_valid.end_at.app_error", + "translation": "To must be a valid time" + }, + { + "id": "model.compliance.is_valid.id.app_error", + "translation": "Invalid Id" + }, + { + "id": "model.compliance.is_valid.start_at.app_error", + "translation": "From must be a valid time" + }, + { + "id": "model.compliance.is_valid.start_end_at.app_error", + "translation": "To must be greater than From" + }, { "id": "model.config.is_valid.email_reset_salt.app_error", "translation": "Invalid password reset salt for email settings. Must be 32 chars or more." @@ -2239,30 +2263,6 @@ "id": "model.post.is_valid.user_id.app_error", "translation": "Invalid user id" }, - { - "id": "model.compliance.is_valid.id.app_error", - "translation": "Invalid Id" - }, - { - "id": "model.compliance.is_valid.create_at.app_error", - "translation": "Create at must be a valid time" - }, - { - "id": "model.compliance.is_valid.desc.app_error", - "translation": "Invalid description" - }, - { - "id": "model.compliance.is_valid.start_at.app_error", - "translation": "From must be a valid time" - }, - { - "id": "model.compliance.is_valid.end_at.app_error", - "translation": "To must be a valid time" - }, - { - "id": "model.compliance.is_valid.start_end_at.app_error", - "translation": "To must be greater than From" - }, { "id": "model.preference.is_valid.category.app_error", "translation": "Invalid category" @@ -2539,14 +2539,6 @@ "id": "store.sql_audit.save.saving.app_error", "translation": "We encountered an error saving the audit" }, - { - "id": "store.sql_compliance.save.saving.app_error", - "translation": "We encountered an error saving the compliance report" - }, - { - "id": "store.sql_compliance.get.finding.app_error", - "translation": "We encountered an error retrieving the compliance reports" - }, { "id": "store.sql_channel.analytics_type_count.app_error", "translation": "We couldn't get channel type counts" @@ -2759,6 +2751,14 @@ "id": "store.sql_command.save.update.app_error", "translation": "We couldn't update the command" }, + { + "id": "store.sql_compliance.get.finding.app_error", + "translation": "We encountered an error retrieving the compliance reports" + }, + { + "id": "store.sql_compliance.save.saving.app_error", + "translation": "We encountered an error saving the compliance report" + }, { "id": "store.sql_license.get.app_error", "translation": "We encountered an error getting the license" @@ -2847,10 +2847,6 @@ "id": "store.sql_post.analytics_posts_count.app_error", "translation": "We couldn't get post counts" }, - { - "id": "store.sql_post.compliance_export.app_error", - "translation": "We couldn't get posts for compliance export" - }, { "id": "store.sql_post.analytics_posts_count_by_day.app_error", "translation": "We couldn't get post counts by day" @@ -2859,6 +2855,10 @@ "id": "store.sql_post.analytics_user_counts_posts_by_day.app_error", "translation": "We couldn't get user counts with posts" }, + { + "id": "store.sql_post.compliance_export.app_error", + "translation": "We couldn't get posts for compliance export" + }, { "id": "store.sql_post.delete.app_error", "translation": "We couldn't delete the post" -- cgit v1.2.3-1-g7c22