mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #2459 from ZBoxApp/server-es-locs
Added Missing es server locs and sort by id
This commit is contained in:
@@ -3075,14 +3075,14 @@
|
|||||||
"id": "store.sql_user.get.app_error",
|
"id": "store.sql_user.get.app_error",
|
||||||
"translation": "We encountered an error finding the account"
|
"translation": "We encountered an error finding the account"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "store.sql_user.get_by_auth.other.app_error",
|
|
||||||
"translation": "We encountered an error trying to find the account by authentication type."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "store.sql_user.get_by_auth.missing_account.app_error",
|
"id": "store.sql_user.get_by_auth.missing_account.app_error",
|
||||||
"translation": "We couldn't find an existing account matching your authentication type for this team. This team may require an invite from the team owner to join."
|
"translation": "We couldn't find an existing account matching your authentication type for this team. This team may require an invite from the team owner to join."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "store.sql_user.get_by_auth.other.app_error",
|
||||||
|
"translation": "We encountered an error trying to find the account by authentication type."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "store.sql_user.get_by_username.app_error",
|
"id": "store.sql_user.get_by_username.app_error",
|
||||||
"translation": "We couldn't find an existing account matching your username for this team. This team may require an invite from the team owner to join."
|
"translation": "We couldn't find an existing account matching your username for this team. This team may require an invite from the team owner to join."
|
||||||
|
|||||||
@@ -3079,6 +3079,10 @@
|
|||||||
"id": "store.sql_user.get_by_auth.missing_account.app_error",
|
"id": "store.sql_user.get_by_auth.missing_account.app_error",
|
||||||
"translation": "No pudimos encontrar una cuenta existente que coincida con tu tipo de autenticación para este equipo. Es posible que necesites una invitación por parte del dueño del equipo para unirte."
|
"translation": "No pudimos encontrar una cuenta existente que coincida con tu tipo de autenticación para este equipo. Es posible que necesites una invitación por parte del dueño del equipo para unirte."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "store.sql_user.get_by_auth.other.app_error",
|
||||||
|
"translation": "Encontramos un error tratando de identificar la cuenta con este tipo de autenticación."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "store.sql_user.get_by_username.app_error",
|
"id": "store.sql_user.get_by_username.app_error",
|
||||||
"translation": "No pudimos encontrar una cuenta existente que coincida con tu nombre de usuario para este equipo. Es posible que necesites una invitación por parte del dueño del equipo para unirte."
|
"translation": "No pudimos encontrar una cuenta existente que coincida con tu nombre de usuario para este equipo. Es posible que necesites una invitación por parte del dueño del equipo para unirte."
|
||||||
|
|||||||
Reference in New Issue
Block a user