summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f252ebe08..60b289f88 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1333,6 +1333,10 @@
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
{
+ "id": "api.file.move_file.copy_within_s3.app_error",
+ "translation": "Unable to copy file within S3."
+ },
+ {
"id": "api.file.move_file.delete_from_s3.app_error",
"translation": "Unable to delete file from S3."
},
@@ -3851,6 +3855,18 @@
"translation": "License does not support Data Retention."
},
{
+ "id": "ent.message_export.generic.license.error",
+ "translation": "License does not support Message Export."
+ },
+ {
+ "id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error",
+ "translation": "Failed to create Elasticsearch bulk processor"
+ },
+ {
+ "id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error",
+ "translation": "Failed to start Elasticsearch bulk processor"
+ },
+ {
"id": "ent.elasticsearch.aggregator_worker.create_index_job.error",
"translation": "Elasticsearch aggregator worker failed to create the indexing job"
},
@@ -4379,6 +4395,54 @@
"translation": "Invalid user id"
},
{
+ "id": "model.channel_member_history.is_valid.channel_id.app_error",
+ "translation": "Invalid channel id"
+ },
+ {
+ "id": "model.channel_member_history.is_valid.user_id.app_error",
+ "translation": "Invalid user id"
+ },
+ {
+ "id": "model.channel_member_history.is_valid.user_email.app_error",
+ "translation": "Invalid user email"
+ },
+ {
+ "id": "model.channel_member_history.is_valid.join_time.app_error",
+ "translation": "Invalid join time"
+ },
+ {
+ "id": "model.channel_member_history.is_valid.leave_time.app_error",
+ "translation": "Invalid leave time"
+ },
+ {
+ "id": "store.sql_channel_member_history.log_join_event.app_error",
+ "translation": "Failed to record channel member history"
+ },
+ {
+ "id": "store.sql_channel_member_history.log_leave_event.select_error",
+ "translation": "Failed to record channel member history. No existing join record found"
+ },
+ {
+ "id": "store.sql_channel_member_history.log_leave_event.update_error",
+ "translation": "Failed to record channel member history. Failed to update existing join record"
+ },
+ {
+ "id": "store.sql_channel_member_history.get_users_in_channel_at.app_error",
+ "translation": "Failed to get users in channel at specified time"
+ },
+ {
+ "id": "store.sql_channel_member_history.get_users_in_channel_during.app_error",
+ "translation": "Failed to get users in channel during specified time period"
+ },
+ {
+ "id": "store.sql_channel_member_history.get_all.app_error",
+ "translation": "Failed to get records"
+ },
+ {
+ "id": "store.sql_channel_member_history.purge_history_before.app_error",
+ "translation": "Failed to purge records"
+ },
+ {
"id": "model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server"
},
@@ -4879,6 +4943,30 @@
"translation": "Invalid value for write timeout."
},
{
+ "id": "model.config.is_valid.message_export.enable.app_error",
+ "translation": "Message export job EnableExport setting must be either true or false"
+ },
+ {
+ "id": "model.config.is_valid.message_export.daily_runtime.app_error",
+ "translation": "Message export job DailyRuntime must be a 24-hour time stamp in the form HH:MM."
+ },
+ {
+ "id": "model.config.is_valid.message_export.export_from.app_error",
+ "translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
+ },
+ {
+ "id": "model.config.is_valid.message_export.file_location.app_error",
+ "translation": "Message export job FileLocation must be a writable directory that export data will be written to"
+ },
+ {
+ "id": "model.config.is_valid.message_export.file_location.relative",
+ "translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
+ },
+ {
+ "id": "model.config.is_valid.message_export.batch_size.app_error",
+ "translation": "Message export job BatchSize must be a positive integer"
+ },
+ {
"id": "model.emoji.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -5475,6 +5563,10 @@
"translation": "The database schema has been upgraded to version %v"
},
{
+ "id": "store.sql_compliance.message_export.app_error",
+ "translation": "Failed to select message export data"
+ },
+ {
"id": "store.sql_audit.get.finding.app_error",
"translation": "We encountered an error finding the audits"
},