[Web] update lang.en-gb.json
This commit is contained in:
parent
30537c6b3b
commit
e5cac098ef
|
@ -201,21 +201,22 @@
|
||||||
"host": "Host",
|
"host": "Host",
|
||||||
"html": "HTML",
|
"html": "HTML",
|
||||||
"iam": "Identity Provider",
|
"iam": "Identity Provider",
|
||||||
|
"iam_authorize_url": "Authorization endpoint",
|
||||||
"iam_auth_flow": "Authentication Flow",
|
"iam_auth_flow": "Authentication Flow",
|
||||||
"iam_auth_flow_info": "In addition to the Authorization Code Flow (Standard Flow in Keycloak), which is used for Single-Sign On login, mailcow also supports Authentication Flows with direct Credentials",
|
"iam_auth_flow_info": "In addition to the Authorization Code Flow (Standard Flow in Keycloak), which is used for Single-Sign On login, mailcow also supports Authentication Flow with direct Credentials. The Mailpassword Flow attempts to validate the user's credentials by using the Keycloak Admin REST API. mailcow retrieves the hashed password from the <code>mailcow_password</code> attribute, which is mapped in Keycloak.",
|
||||||
"iam_auth_flow_rest_info": "1. Mailpassword Flow (Default)<br>The Mailpassword Flow attempts to validate the user's credentials by using the Keycloak Admin REST API. mailcow retrieves the hashed password from the <code>mailcow_password</code> attribute, which is mapped in Keycloak. If this attribute is not found, the user needs to log in to the mailcow UI via Single-Sign On and create an App Password to use a mail client.<br>To enable this flow, the mailcow client in Keycloak must have <code>Service accounts roles</code> checked under <code>Authentication Flow</code>.",
|
"iam_client_id": "Client ID",
|
||||||
"iam_auth_flow_ropc_info": "2. Resource Owner Password Flow<br>We do not recommend using this flow, as it is probably deprecated in the new OAuth 2.1 protocol. The Resource Owner Password Flow allows direct validation of the user's credentials. Therefore, the user has to trust mailcow to handle their external credentials securely. No Mailpassword or App Password is required to use a mail client.<br>To enable this flow, the mailcow client in Keycloak must have <code>Direct access grants</code> checked under <code>Authentication Flow</code>.",
|
|
||||||
"iam_client_id": "Client Id",
|
|
||||||
"iam_client_secret": "Client Secret",
|
"iam_client_secret": "Client Secret",
|
||||||
"iam_description": "Here, you can configure the integration with an external Keycloak service. The Keycloak user's mailboxes will be automatically created upon their first login, provided that a attribute mapping has been set.",
|
"iam_description": "Here, you can configure the integration with an external Keycloak service. The Keycloak user's mailboxes will be automatically created upon their first login, provided that a attribute mapping has been set.",
|
||||||
|
"iam_extra_permission": "For the following settings to work, the mailcow client in Keycloak needs a <code>Service account</code> and the permission to <code>view-users</code>.",
|
||||||
|
"iam_mapping": "Attribute Mapping",
|
||||||
"iam_realm": "Realm",
|
"iam_realm": "Realm",
|
||||||
"iam_redirect_url": "Redirect Url",
|
"iam_redirect_url": "Redirect Url",
|
||||||
"iam_ropc_flow": "Resource Owner Password Flow",
|
|
||||||
"iam_rest_flow": "Mailpassword Flow",
|
"iam_rest_flow": "Mailpassword Flow",
|
||||||
"iam_mapping": "Attribute Mapping",
|
|
||||||
"iam_server_url": "Server Url",
|
"iam_server_url": "Server Url",
|
||||||
"iam_sso": "SSO",
|
"iam_sso": "SSO",
|
||||||
"iam_test_connection": "Test Connection",
|
"iam_test_connection": "Test Connection",
|
||||||
|
"iam_token_url": "Token endpoint",
|
||||||
|
"iam_userinfo_url": "User info endpoint",
|
||||||
"iam_version": "Version",
|
"iam_version": "Version",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"import_private_key": "Import private key",
|
"import_private_key": "Import private key",
|
||||||
|
@ -399,7 +400,6 @@
|
||||||
"goto_empty": "An alias address must contain at least one valid goto address",
|
"goto_empty": "An alias address must contain at least one valid goto address",
|
||||||
"goto_invalid": "Goto address %s is invalid",
|
"goto_invalid": "Goto address %s is invalid",
|
||||||
"ham_learn_error": "Ham learn error: %s",
|
"ham_learn_error": "Ham learn error: %s",
|
||||||
"iam_invalid_sso": "SSO login failed",
|
|
||||||
"iam_test_connection": "Connection failed",
|
"iam_test_connection": "Connection failed",
|
||||||
"imagick_exception": "Error: Imagick exception while reading image",
|
"imagick_exception": "Error: Imagick exception while reading image",
|
||||||
"img_invalid": "Cannot validate image file",
|
"img_invalid": "Cannot validate image file",
|
||||||
|
@ -453,7 +453,7 @@
|
||||||
"redis_error": "Redis error: %s",
|
"redis_error": "Redis error: %s",
|
||||||
"relayhost_invalid": "Map entry %s is invalid",
|
"relayhost_invalid": "Map entry %s is invalid",
|
||||||
"release_send_failed": "Message could not be released: %s",
|
"release_send_failed": "Message could not be released: %s",
|
||||||
"required_data_missing": "Required data is missing",
|
"required_data_missing": "Required data %s is missing",
|
||||||
"reset_f2b_regex": "Regex filter could not be reset in time, please try again or wait a few more seconds and reload the website.",
|
"reset_f2b_regex": "Regex filter could not be reset in time, please try again or wait a few more seconds and reload the website.",
|
||||||
"resource_invalid": "Resource name %s is invalid",
|
"resource_invalid": "Resource name %s is invalid",
|
||||||
"rl_timeframe": "Rate limit time frame is incorrect",
|
"rl_timeframe": "Rate limit time frame is incorrect",
|
||||||
|
|
Loading…
Reference in New Issue