summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-17 13:16:10 -0700
committerCorey Hulen <corey@hulen.com>2016-03-17 13:16:10 -0700
commit53d7718e57d4225eb5c020324d32cbe5b5eca7ad (patch)
tree9e549812c250513d56dd631c65c49402ea549ff7 /i18n/en.json
parent8d571ee498c97128bd797f8ac1cb4c3c995fb875 (diff)
parent2e5cc29738340c7330d1b2606ceba40865872e4c (diff)
downloadchat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.tar.gz
chat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.tar.bz2
chat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.zip
Merge pull request #2442 from mattermost/PLT-2115
PLT-2115 adding compliance feature
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 25a435580..775e56cc4 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1800,6 +1800,26 @@
"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"
},
@@ -2220,6 +2240,30 @@
"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"
},
@@ -2496,6 +2540,14 @@
"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"
},
@@ -2796,6 +2848,10 @@
"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"
},