From 6d21a339dc3aedd373faacd5163462c76263ab07 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 10 Mar 2016 09:39:05 -0800 Subject: PLT-2115 adding compliance feature to enterprise --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index b7ebbb8b1..20d997af7 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2771,6 +2771,10 @@ "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" -- cgit v1.2.3-1-g7c22 From 6fa6ea0af532f2b5fb57a1f22431103b1c9e6e27 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Fri, 11 Mar 2016 16:53:32 -0800 Subject: PLT-2115 adding compliance interfaces --- i18n/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 20d997af7..6eebb02c4 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1775,6 +1775,22 @@ "id": "mattermost.security_bulletin_read.error", "translation": "Failed to read security bulletin details" }, + { + "id": "mattermost.compliance_init.info", + "translation": "Compliance running for the first time initializing to yesterday" + }, + { + "id": "mattermost.compliance_run.info", + "translation": "Compliance export started for {{.Time}}" + }, + { + "id": "mattermost.compliance_run_fail.error", + "translation": "Compliance export failed for {{.Time}} with err='{{.Error}}'" + }, + { + "id": "mattermost.compliance_run_finish.info", + "translation": "Compliance export finished writing {{.Count}} items to {{.Filename}}" + }, { "id": "mattermost.security_checks.debug", "translation": "Checking for security update from Mattermost" -- cgit v1.2.3-1-g7c22 From 397ebec88c2db3569efd77238bf877e976492d34 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 14 Mar 2016 10:22:36 -0700 Subject: PLT-2115 adding compliance --- i18n/en.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 6eebb02c4..57d5179b6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1776,21 +1776,22 @@ "translation": "Failed to read security bulletin details" }, { - "id": "mattermost.compliance_init.info", - "translation": "Compliance running for the first time initializing to yesterday" + "id": "ent.compliance.run_started.info", + "translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'" }, { - "id": "mattermost.compliance_run.info", - "translation": "Compliance export started for {{.Time}}" + "id": "ent.compliance.run_failed.error", + "translation": "Compliance export failed for job '{{.JobName}}' at '{{.FilePath}}'" }, { - "id": "mattermost.compliance_run_fail.error", - "translation": "Compliance export failed for {{.Time}} with err='{{.Error}}'" + "id": "ent.compliance.run_limit.warning", + "translation": "Compliance export warning for job '{{.JobName}}' too many rows returned truncating to 30,000 at '{{.FilePath}}'" }, { - "id": "mattermost.compliance_run_finish.info", - "translation": "Compliance export finished writing {{.Count}} items to {{.Filename}}" + "id": "ent.compliance.run_finished.info", + "translation": "Compliance export finished for job '{{.JobName}}' exported {{.Count}} records to '{{.FilePath}}'" }, + { "id": "mattermost.security_checks.debug", "translation": "Checking for security update from Mattermost" -- cgit v1.2.3-1-g7c22 From 36b17bf99ddd35c0c223722f8b6f4f1c71b2235e Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 14 Mar 2016 16:07:58 -0700 Subject: PLT-2115 Adding compliance --- i18n/en.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index e42ade162..fb4cf50b4 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1811,7 +1811,10 @@ "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" @@ -2232,6 +2235,30 @@ "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" @@ -2508,6 +2535,14 @@ "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" -- cgit v1.2.3-1-g7c22