summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-04-28 23:01:56 +0100
committerCorey Hulen <corey@hulen.com>2017-04-28 15:01:56 -0700
commit6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c (patch)
treec45e87929309d361f36d8afdf5afaac2b4f38c14 /i18n
parent96906482cecb0df21c8e1a40a2ba00c13c0182a7 (diff)
downloadchat-6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c.tar.gz
chat-6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c.tar.bz2
chat-6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c.zip
Add Password field to Bulk Importer. (#6268)
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 2aa8dd150..48491e3e9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3096,6 +3096,14 @@
"translation": "User AuthData is too long."
},
{
+ "id": "app.import.validate_user_import_data.auth_data_and_password.error",
+ "translation": "User AuthData and Password are mutually exclusive."
+ },
+ {
+ "id": "app.import.validate_user_import_data.pasword_length.error",
+ "translation": "User Password has invalid length."
+ },
+ {
"id": "app.import.validate_user_import_data.auth_service_length.error",
"translation": "User AuthService should not be empty if it is provided."
},