mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
updated i18n file
This commit is contained in:
@@ -8262,6 +8262,14 @@
|
||||
"id": "ent.outgoing_oauth_connections.authenticate.app_error",
|
||||
"translation": "There was an error while authenticating the outgoing oauth connection."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.connection_matching_audience_exists.app_error",
|
||||
"translation": "There is already an outgoing oauth connection for the provided audience."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.connection_matching_audience_exists.not_found",
|
||||
"translation": "There is no outgoing oauth connection for the provided audience."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.delete_connection.app_error",
|
||||
"translation": "There was an error while deleting the outgoing oauth connection."
|
||||
@@ -8298,10 +8306,26 @@
|
||||
"id": "ent.outgoing_oauth_connections.save_connection.app_error",
|
||||
"translation": "There was an error saving the outgoing oauth connection."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.save_connection.audience_duplicated",
|
||||
"translation": "There is already an outgoing oauth connection for the provided audience: {{ .Audience }}"
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.save_connection.audience_invalid",
|
||||
"translation": "The provided audience is invalid: {{ .Error }}"
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.update_connection.app_error",
|
||||
"translation": "There was an error updating the outgoing oauth connection."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.update_connection.audience_duplicated",
|
||||
"translation": "There is already an outgoing oauth connection for the provided audience: {{ .Audience }}"
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.update_connection.audience_invalid",
|
||||
"translation": "The provided audience is invalid: {{ .Error }}"
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.attribute.app_error",
|
||||
"translation": "SAML login was unsuccessful because one of the attributes is incorrect. Please contact your System Administrator."
|
||||
|
||||
Reference in New Issue
Block a user