summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 542a538f5..1b3691ecf 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3788,6 +3788,30 @@
"translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'"
},
{
+ "id": "ent.elasticsearch.aggregator_worker.get_indexes.error",
+ "translation": "Elasticsearch aggregator worker failed to get indexes"
+ },
+ {
+ "id": "ent.elasticsearch.aggregator_worker.create_index_job.error",
+ "translation": "Elasticsearch aggregator worker failed to create the indexing job"
+ },
+ {
+ "id": "ent.elasticsearch.aggregator_worker.delete_indexes.error",
+ "translation": "Elasticsearch aggregator worker failed to delete the indexes"
+ },
+ {
+ "id": "ent.elasticsearch.aggregator_worker.index_job_failed.error",
+ "translation": "Elasticsearch aggregator worker failed due to the indexing job failing"
+ },
+ {
+ "id": "ent.elasticsearch.indexer.do_job.parse_start_time.error",
+ "translation": "Elasticsearch indexing worker failed to parse the start time"
+ },
+ {
+ "id": "ent.elasticsearch.indexer.do_job.parse_end_time.error",
+ "translation": "Elasticsearch indexing worker failed to parse the end time"
+ },
+ {
"id": "ent.elasticsearch.create_client.connect_failed",
"translation": "Setting up Elasticsearch Client Failed"
},
@@ -4436,6 +4460,14 @@
"translation": "Elastic Search Username setting must be provided when Elastic Search indexing is enabled."
},
{
+ "id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
+ "translation": "Elasticsearch AggregatePostsAfterDays setting must be a number greater than or equal to 1"
+ },
+ {
+ "id": "model.config.is_valid.elastic_search.posts_aggregator_job_start_time.app_error",
+ "translation": "Elasticsearch PostsAggregatorJobStartTime setting must be a time in the format \"hh:mm\""
+ },
+ {
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
"translation": "Invalid email batching buffer size for email settings. Must be zero or a positive number."
},
@@ -4784,6 +4816,34 @@
"translation": "Invalid job type"
},
{
+ "id": "model.command_hook.id.app_error",
+ "translation": "Invalid command hook id"
+ },
+ {
+ "id": "model.command_hook.create_at.app_error",
+ "translation": "Create at must be a valid time"
+ },
+ {
+ "id": "model.command_hook.command_id.app_error",
+ "translation": "Invalid command id"
+ },
+ {
+ "id": "model.command_hook.user_id.app_error",
+ "translation": "Invalid user id"
+ },
+ {
+ "id": "model.command_hook.channel_id.app_error",
+ "translation": "Invalid channel id"
+ },
+ {
+ "id": "model.command_hook.root_id.app_error",
+ "translation": "Invalid root id"
+ },
+ {
+ "id": "model.command_hook.parent_id.app_error",
+ "translation": "Invalid parent id"
+ },
+ {
"id": "model.oauth.is_valid.app_id.app_error",
"translation": "Invalid app id"
},
@@ -6504,6 +6564,26 @@
"translation": "We couldn't update the webhook"
},
{
+ "id": "store.sql_command_webhooks.save.existing.app_error",
+ "translation": "You cannot update an existing CommandWebhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.save.app_error",
+ "translation": "We couldn't save the CommandWebhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.get.app_error",
+ "translation": "We couldn't get the webhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.try_use.app_error",
+ "translation": "Unable to use the webhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.try_use.invalid.app_error",
+ "translation": "Invalid webhook"
+ },
+ {
"id": "system.message.name",
"translation": "System"
},
@@ -6728,6 +6808,18 @@
"translation": "Couldn't find the user"
},
{
+ "id": "web.command_webhook.parse.app_error",
+ "translation": "Unable to parse incoming data"
+ },
+ {
+ "id": "web.command_webhook.invalid.app_error",
+ "translation": "Invalid webhook"
+ },
+ {
+ "id": "web.command_webhook.command.app_error",
+ "translation": "Couldn't find the command"
+ },
+ {
"id": "web.init.debug",
"translation": "Initializing web routes"
},