summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-10-27 10:08:47 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-10-27 09:08:47 -0400
commit4dca84c8b4e38dd13522ddaea5843b276dd77946 (patch)
treed890e769b135a35ea6d21112e59bbd257f4fdfd4 /i18n/en.json
parentdd1965ca3461dbf965a68015e063667d56970adb (diff)
downloadchat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.gz
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.bz2
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.zip
translations PR 20161025 (#4328)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3cdffafea..e6b444370 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3268,6 +3268,10 @@
"translation": "Maximum burst size must be greater than zero."
},
{
+ "id": "model.config.is_valid.max_channels.app_error",
+ "translation": "Invalid maximum channels per team for team settings. Must be a positive number."
+ },
+ {
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "Invalid max file size for file settings. Must be a zero or positive number."
},
@@ -3276,10 +3280,6 @@
"translation": "Invalid maximum users per team for team settings. Must be a positive number."
},
{
- "id": "model.config.is_valid.max_channels.app_error",
- "translation": "Invalid maximum channels per team for team settings. Must be a positive number."
- },
- {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}."
},
@@ -4640,20 +4640,20 @@
"translation": "We couldn't get the team member"
},
{
- "id": "store.sql_team.get_members_by_ids.app_error",
- "translation": "We couldn't get the team members"
- },
- {
"id": "store.sql_team.get_member.missing.app_error",
"translation": "No team member found for that user id and team id"
},
{
+ "id": "store.sql_team.get_member_count.app_error",
+ "translation": "We couldn't count the team members"
+ },
+ {
"id": "store.sql_team.get_members.app_error",
"translation": "We couldn't get the team members"
},
{
- "id": "store.sql_team.get_member_count.app_error",
- "translation": "We couldn't count the team members"
+ "id": "store.sql_team.get_members_by_ids.app_error",
+ "translation": "We couldn't get the team members"
},
{
"id": "store.sql_team.get_teams_for_email.app_error",