summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-09-24 20:59:53 +0200
committerChristopher Speller <crspeller@gmail.com>2018-09-24 11:59:53 -0700
commitf917d3d19b3bdddf28fb8dbd0dda75b7a1e43b84 (patch)
treede1b94a383035f506975da47b66120bad710d63f /i18n
parent847f30a13b9e784e54455e84069deeeba281874d (diff)
downloadchat-f917d3d19b3bdddf28fb8dbd0dda75b7a1e43b84.tar.gz
chat-f917d3d19b3bdddf28fb8dbd0dda75b7a1e43b84.tar.bz2
chat-f917d3d19b3bdddf28fb8dbd0dda75b7a1e43b84.zip
add translation strings and add test case (#9294)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index bb71f9fcc..4fd2fa128 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4707,6 +4707,14 @@
"translation": "Invalid user id"
},
{
+ "id": "model.user.is_valid.email.app_error",
+ "translation": "Please enter a valid email address."
+ },
+ {
+ "id": "model.user.is_valid.username.app_error",
+ "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"."
+ },
+ {
"id": "model.utils.decode_json.app_error",
"translation": "could not decode"
},