summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-10-10 15:50:26 -0300
committerChris <ccbrown112@gmail.com>2017-10-10 11:50:26 -0700
commit7c4e338a5652835ba6de986c3d56525acffe7d47 (patch)
tree18970fd99f9b708a26e948667bdd364350bd5879 /i18n/en.json
parente522a1c2e49f5d21e45dd66f83d06e10fc3cdb67 (diff)
downloadchat-7c4e338a5652835ba6de986c3d56525acffe7d47.tar.gz
chat-7c4e338a5652835ba6de986c3d56525acffe7d47.tar.bz2
chat-7c4e338a5652835ba6de986c3d56525acffe7d47.zip
translations PR 20171009 (#7598)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/i18n/en.json b/i18n/en.json
index df30fd9d5..4c09b8eba 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4384,10 +4384,6 @@
"translation": "Message retention must be one day or longer."
},
{
- "id": "model.config.is_valid.localization.available_locales.app_error",
- "translation": "Available Languages must contain Default Client Language"
- },
- {
"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"
},
@@ -4532,6 +4528,10 @@
"translation": "Invalid listen address for service settings Must be set."
},
{
+ "id": "model.config.is_valid.localization.available_locales.app_error",
+ "translation": "Available Languages must contain Default Client Language"
+ },
+ {
"id": "model.config.is_valid.login_attempts.app_error",
"translation": "Invalid maximum login attempts for service settings. Must be a positive number."
},
@@ -5552,6 +5552,10 @@
"translation": "We couldn't count the commands"
},
{
+ "id": "store.sql_command.get_by_trigger.app_error",
+ "translation": "We couldn't get the command"
+ },
+ {
"id": "store.sql_command.save.delete.app_error",
"translation": "We couldn't delete the command"
},
@@ -5580,10 +5584,6 @@
"translation": "We couldn't update the command"
},
{
- "id": "store.sql_command.get_by_trigger.app_error",
- "translation": "We couldn't get the command"
- },
- {
"id": "store.sql_command_webhooks.get.app_error",
"translation": "We couldn't get the webhook"
},