summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
-rw-r--r--i18n/es.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c6d705819..b1848e163 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3048,6 +3048,14 @@
"translation": "We couldn't update the webhook"
},
{
+ "id": "store.sql_webhooks.analytics_incoming_count.app_error",
+ "translation": "We couldn't count the incoming webhooks"
+ },
+ {
+ "id": "store.sql_webhooks.analytics_outgoing_count.app_error",
+ "translation": "We couldn't count the outgoing webhooks"
+ },
+ {
"id": "utils.config.load_config.decoding.panic",
"translation": "Error decoding config file={{.Filename}}, err={{.Error}}"
},
diff --git a/i18n/es.json b/i18n/es.json
index f0f157474..0928aa0eb 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -3048,6 +3048,14 @@
"translation": "No pudimos actualizar el webhook"
},
{
+ "id": "store.sql_webhooks.analytics_incoming_count.app_error",
+ "translation": "We couldn't count the incoming webhooks"
+ },
+ {
+ "id": "store.sql_webhooks.analytics_outgoing_count.app_error",
+ "translation": "We couldn't count the outgoing webhooks"
+ },
+ {
"id": "utils.config.load_config.decoding.panic",
"translation": "Error decifrando la configuraciĆ³n del archivo={{.Filename}}, err={{.Error}}"
},