Этот коммит содержится в:
Christopher Speller
2016-05-17 17:51:42 -04:00
родитель 0fe75cb782 ac509b114d
Коммит edd453c6cd
12 изменённых файлов: 37 добавлений и 27 удалений

Просмотреть файл

@@ -3511,6 +3511,10 @@
"id": "store.sql_user.save.email_exists.app_error",
"translation": "An account with that email already exists."
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "This account does not use LDAP authentication. Please sign in using email and password."
},
{
"id": "store.sql_user.save.existing.app_error",
"translation": "Must call update for exisiting user"
@@ -3527,6 +3531,10 @@
"id": "store.sql_user.save.username_exists.app_error",
"translation": "An account with that username already exists."
},
{
"id": "store.sql_user.save.username_exists.ldap_app_error",
"translation": "An account with that username already exists. Please contact your Administrator."
},
{
"id": "store.sql_user.update.app_error",
"translation": "We couldn't update the account"