mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
Extract i18n strings and update English locale
- Ran 'make i18n-extract' to extract translation strings from source code - Alphabetically sorted translation keys in server/i18n/en.json - Moved guest user validation error messages to proper alphabetical positions - Removed obsolete/unused translation entries for cleaner locale file Co-authored-by: Jesse Hallam <lieut-data@users.noreply.github.com>
This commit is contained in:
parent
f3ed26de67
commit
9d3887cb2e
1 changed files with 16 additions and 500 deletions
|
|
@ -2364,10 +2364,6 @@
|
|||
"id": "api.job.unable_to_manage_job.incorrect_job_type",
|
||||
"translation": "You do not have permission to manage this job type"
|
||||
},
|
||||
{
|
||||
"id": "api.ldap.invalid_test_type.app_error",
|
||||
"translation": "Invalid test type: {{.TestType}}"
|
||||
},
|
||||
{
|
||||
"id": "api.ldap_group.not_found",
|
||||
"translation": "ldap group not found"
|
||||
|
|
@ -6470,6 +6466,10 @@
|
|||
"id": "app.import.validate_user_import_data.auth_data_length.error",
|
||||
"translation": "User AuthData is too long."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.channel_guest_missing_system_guest_role.error",
|
||||
"translation": "User has channel guest roles but is not a system guest."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.email_length.error",
|
||||
"translation": "User email has an invalid length."
|
||||
|
|
@ -6482,26 +6482,6 @@
|
|||
"id": "app.import.validate_user_import_data.first_name_length.error",
|
||||
"translation": "User First Name is too long."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.guest_roles_conflict.error",
|
||||
"translation": "User roles are not consistent with guest status."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.system_guest_missing_team_guest_roles.error",
|
||||
"translation": "User is a system guest but does not have team guest roles in all teams. Team guest count: {{.TeamGuestCount}}, Total teams: {{.TotalTeams}}."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.system_guest_missing_channel_guest_roles.error",
|
||||
"translation": "User is a system guest but does not have channel guest roles in all channels. Channel guest count: {{.ChannelGuestCount}}, Total channels: {{.TotalChannels}}."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.team_guest_missing_system_guest_role.error",
|
||||
"translation": "User has team guest roles but is not a system guest."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.channel_guest_missing_system_guest_role.error",
|
||||
"translation": "User has channel guest roles but is not a system guest."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.invalid_image_path.error",
|
||||
"translation": "User profile image path is invalid: \"{{.Path}}\""
|
||||
|
|
@ -6558,6 +6538,18 @@
|
|||
"id": "app.import.validate_user_import_data.roles_invalid.error",
|
||||
"translation": "User roles are not valid."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.system_guest_missing_channel_guest_roles.error",
|
||||
"translation": "User is a system guest but does not have channel guest roles in all channels. Channel guest count: {{.ChannelGuestCount}}, Total channels: {{.TotalChannels}}."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.system_guest_missing_team_guest_roles.error",
|
||||
"translation": "User is a system guest but does not have team guest roles in all teams. Team guest count: {{.TeamGuestCount}}, Total teams: {{.TotalTeams}}."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.team_guest_missing_system_guest_role.error",
|
||||
"translation": "User has team guest roles but is not a system guest."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.username_invalid.error",
|
||||
"translation": "Username is not valid."
|
||||
|
|
@ -6854,10 +6846,6 @@
|
|||
"id": "app.pap.delete_access_control_policy.app_error",
|
||||
"translation": "Could not delete access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.delete_policy.app_error",
|
||||
"translation": "Unable to delete access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.expression_to_visual_ast.app_error",
|
||||
"translation": "Could not genereate visual AST from expression."
|
||||
|
|
@ -6874,42 +6862,10 @@
|
|||
"id": "app.pap.get_channel_access_control_attributes.app_error",
|
||||
"translation": "Could not get attributes for channel."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.get_channel_members_to_remove.app_error",
|
||||
"translation": "Could not get channel members to remove."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.get_policy.app_error",
|
||||
"translation": "Unable to retrieve the access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.get_policy_attributes.app_error",
|
||||
"translation": "Could not get attributes for policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.init.app_error",
|
||||
"translation": "Unable to initialize access control service."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.is_ready.app_error",
|
||||
"translation": "Access control service is not ready."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.missing_attribute.app_error",
|
||||
"translation": "An attribute is missing from the expression."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.normalize_policy.app_error",
|
||||
"translation": "Could not normalize policy expression."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.query_expression.app_error",
|
||||
"translation": "Could not query for expression."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.save_policy.app_error",
|
||||
"translation": "Unable to save access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pap.search_access_control_policies.app_error",
|
||||
"translation": "Could not search access control policies."
|
||||
|
|
@ -6926,10 +6882,6 @@
|
|||
"id": "app.pap.update_access_control_policy_active.app_error",
|
||||
"translation": "Could not change active status of access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.pdp.access_evaluation.app_error",
|
||||
"translation": "Failed evaluate access control policy."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.cluster.save_config.app_error",
|
||||
"translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
|
||||
|
|
@ -8412,66 +8364,18 @@
|
|||
"id": "common.parse_error_int64",
|
||||
"translation": "Failed to parse the value:{{.Value}} to int64"
|
||||
},
|
||||
{
|
||||
"id": "ent.access_control.job_data_conversion.app_error",
|
||||
"translation": "Failed to extract data from previous job."
|
||||
},
|
||||
{
|
||||
"id": "ent.access_control.sync_job.app_error",
|
||||
"translation": "Failed to run access control sync job."
|
||||
},
|
||||
{
|
||||
"id": "ent.account_migration.get_all_failed",
|
||||
"translation": "Unable to get users."
|
||||
},
|
||||
{
|
||||
"id": "ent.account_migration.get_saml_users_failed",
|
||||
"translation": "Unable to get SAML users."
|
||||
},
|
||||
{
|
||||
"id": "ent.api.post.send_notifications_and_forget.push_image_only",
|
||||
"translation": " attached a file."
|
||||
},
|
||||
{
|
||||
"id": "ent.cluster.config_changed.info",
|
||||
"translation": "Cluster configuration has changed for id={{ .id }}. The cluster may become unstable and a restart is required. To ensure the cluster is configured correctly you should perform a rolling restart immediately."
|
||||
},
|
||||
{
|
||||
"id": "ent.cluster.json_encode.error",
|
||||
"translation": "Error occurred while marshalling JSON request"
|
||||
},
|
||||
{
|
||||
"id": "ent.cluster.save_config.error",
|
||||
"translation": "System Console is set to read-only when High Availability is enabled unless ReadOnlyConfig is disabled in the configuration file."
|
||||
},
|
||||
{
|
||||
"id": "ent.cluster.timeout.error",
|
||||
"translation": "Timed out waiting for cluster response"
|
||||
},
|
||||
{
|
||||
"id": "ent.compliance.licence_disable.app_error",
|
||||
"translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
|
||||
},
|
||||
{
|
||||
"id": "ent.compliance.run_failed.error",
|
||||
"translation": "Compliance export failed for job '{{.JobName}}' at '{{.FilePath}}'"
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.generic.license.error",
|
||||
"translation": "Your license does not support Data Retention."
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.policies.internal_error",
|
||||
"translation": "We encountered an error performing the requested operation."
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.policies.invalid_policy",
|
||||
"translation": "Policy is invalid."
|
||||
},
|
||||
{
|
||||
"id": "ent.data_retention.run_failed.error",
|
||||
"translation": "Data retention job failed."
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.aggregator_worker.create_index_job.error",
|
||||
"translation": "{{.Backend}} aggregator worker failed to create the indexing job"
|
||||
|
|
@ -8720,154 +8624,14 @@
|
|||
"id": "ent.elasticsearch.test_config.reenter_password",
|
||||
"translation": "The Search Server URL or Username has changed. Please re-enter the password to test connection."
|
||||
},
|
||||
{
|
||||
"id": "ent.id_loaded.license_disable.app_error",
|
||||
"translation": "Your license does not support ID Loaded Push Notifications."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.login.account_not_found.app_error",
|
||||
"translation": "Your account isn't fully set up yet. Please sign in to Mattermost via the web or desktop app first."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.login.extract_auth_data.app_error",
|
||||
"translation": "Authentication failed. Please try again or contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.login.not_configured.app_error",
|
||||
"translation": "Microsoft Intune authentication is not configured."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.validate_token.invalid_tenant_id.app_error",
|
||||
"translation": "Authentication failed. Invalid configuration."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.validate_token.invalid_token.app_error",
|
||||
"translation": "Authentication failed. Please try again."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.validate_token.jwks_init.app_error",
|
||||
"translation": "Authentication service initialization failed. Please contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.validate_token.missing_claims.app_error",
|
||||
"translation": "Authentication failed. Required user information is missing."
|
||||
},
|
||||
{
|
||||
"id": "ent.intune.validate_token.token_expired.app_error",
|
||||
"translation": "Authentication session has expired. Please try signing in again."
|
||||
},
|
||||
{
|
||||
"id": "ent.jobs.start_synchronize_job.timeout",
|
||||
"translation": "Reached AD/LDAP synchronization job timeout."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.app_error",
|
||||
"translation": "ldap interface was nil."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.connection.test_failed",
|
||||
"translation": "LDAP connection test failed. Server: {{.Server}}:{{.Port}}, ConnectionSecurity: {{.ConnectionType}}, PrivateKeyFilename: {{.PrivateKeyFilename}}, PublicCertificateFilename: {{.PublicCertFilename}}, BindUsername: {{.BindUsername}}. Error: {{.Error}}"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.cpa_field_mapping.list_error",
|
||||
"translation": "Failed to retrieve CPA fields"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.create_fail",
|
||||
"translation": "Unable to create LDAP user."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.disabled.app_error",
|
||||
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.bind_admin_user.app_error",
|
||||
"translation": "Unable to bind to AD/LDAP server. Check BindUsername and BindPassword."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.certificate.app_error",
|
||||
"translation": "Error loading LDAP TLS Certificate file."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.invalid_id",
|
||||
"translation": "Invalid AD/LDAP Id"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.invalid_password.app_error",
|
||||
"translation": "Invalid Password."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.key.app_error",
|
||||
"translation": "Error loading LDAP TLS Key file."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.licence_disable.app_error",
|
||||
"translation": "AD/LDAP functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
|
||||
"translation": "Username given matches multiple users."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.search_ldap_server.app_error",
|
||||
"translation": "Failed to search AD/LDAP server."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.unable_to_connect.app_error",
|
||||
"translation": "Unable to connect to AD/LDAP server."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.user_filtered.app_error",
|
||||
"translation": "Your AD/LDAP account does not have permission to use this Mattermost server. Please ask your System Administrator to check the AD/LDAP user filter."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.user_not_registered.app_error",
|
||||
"translation": "User not registered on AD/LDAP server."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.do_login.x509.app_error",
|
||||
"translation": "Error creating key pair"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.get_user_by_auth.app_error",
|
||||
"translation": "Failed to get user."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.no.users.checkcertificate",
|
||||
"translation": "No LDAP users found, check your user filter and certificates."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.save_user.email_exists.ldap_app_error",
|
||||
"translation": "This account does not use AD/LDAP authentication. Please sign in using email and password."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.save_user.username_exists.ldap_app_error",
|
||||
"translation": "An account with that username already exists. Please contact your Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.get_all.app_error",
|
||||
"translation": "Unable to get all users using AD/LDAP."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.get_all_groups.app_error",
|
||||
"translation": "error retrieving groups."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.populate_syncables",
|
||||
"translation": "error populating syncables"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.search_failure.app_error",
|
||||
"translation": "Failed to search users in AD/LDAP. Test if the Mattermost server can connect to your AD/LDAP server and try again."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.search_failure_size_exceeded.app_error",
|
||||
"translation": "Size Limit Exceeded. Try increasing your Maximum page size setting. Check out https://docs.mattermost.com/onboard/ad-ldap.html#i-see-the-log-error-ldap-result-code-4-size-limit-exceeded for more details."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.update_cpa.empty_attribute",
|
||||
"translation": "Empty LDAP attribute value"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.validate_admin_filter.app_error",
|
||||
"translation": "Invalid AD/LDAP Admin Filter."
|
||||
|
|
@ -8880,30 +8644,6 @@
|
|||
"id": "ent.ldap.validate_guest_filter.app_error",
|
||||
"translation": "Invalid AD/LDAP Guest Filter."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.group_search_error",
|
||||
"translation": "error retrieving ldap group"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.groups_search_error",
|
||||
"translation": "error retrieving ldap groups"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.invalid_ldap_id",
|
||||
"translation": "Invalid AD/LDAP id"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.members_of_group_error",
|
||||
"translation": "error retrieving members of group"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.no_rows",
|
||||
"translation": "no groups found with matching uid"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_groups.reachable_groups_error",
|
||||
"translation": "error retrieving groups for user"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap_id_migrate.app_error",
|
||||
"translation": "unable to migrate."
|
||||
|
|
@ -8916,230 +8656,6 @@
|
|||
"id": "ent.message_export.actiance_export.calculate_channel_exports.channel_message",
|
||||
"translation": "Exporting channel information for {{.NumChannels}} channels."
|
||||
},
|
||||
{
|
||||
"id": "ent.message_export.calculate_channel_exports.app_error",
|
||||
"translation": "Failed to calculate channel export data."
|
||||
},
|
||||
{
|
||||
"id": "ent.message_export.job_data_conversion.app_error",
|
||||
"translation": "Failed to convert a value from the job's data field."
|
||||
},
|
||||
{
|
||||
"id": "ent.message_export.run_export.app_error",
|
||||
"translation": "Failed to select message export data."
|
||||
},
|
||||
{
|
||||
"id": "ent.migration.migratetoldap.duplicate_field",
|
||||
"translation": "Unable to migrate AD/LDAP users with specified field. Duplicate entry detected. Please remove all duplicates and try again."
|
||||
},
|
||||
{
|
||||
"id": "ent.migration.migratetoldap.user_not_found",
|
||||
"translation": "Unable to find user on AD/LDAP server: "
|
||||
},
|
||||
{
|
||||
"id": "ent.migration.migratetosaml.email_already_used_by_other_user",
|
||||
"translation": "Email already used by another SAML user."
|
||||
},
|
||||
{
|
||||
"id": "ent.migration.migratetosaml.user_not_found_in_users_mapping_file",
|
||||
"translation": "User not found in the users file."
|
||||
},
|
||||
{
|
||||
"id": "ent.migration.migratetosaml.username_already_used_by_other_user",
|
||||
"translation": "Username already used by another Mattermost user."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.authenticate.app_error",
|
||||
"translation": "There was an error while authenticating the outgoing oauth connection: {{ .Error }}"
|
||||
},
|
||||
{
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.feature_disabled",
|
||||
"translation": "Outgoing OAuth connections are not available on this server."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.get_connection.app_error",
|
||||
"translation": "There was an error retrieving the outgoing oauth connection."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.get_connection.not_found.app_error",
|
||||
"translation": "The outgoing oauth connection was not found."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.get_connection_for_audience.app_error",
|
||||
"translation": "There was an error retrieving the outgoing oauth connection for the audience."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.get_connection_for_audience.not_found.app_error",
|
||||
"translation": "The outgoing oauth connection for the provided audience was not found."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.get_connections.app_error",
|
||||
"translation": "There was an error retrieving the outgoing oauth connections."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.license_disable.app_error",
|
||||
"translation": "Your license does not support outgoing oauth connections."
|
||||
},
|
||||
{
|
||||
"id": "ent.outgoing_oauth_connections.save_connection.app_error",
|
||||
"translation": "There was an error saving the outgoing oauth connection: {{ .Error }}"
|
||||
},
|
||||
{
|
||||
"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: {{ .Error }}"
|
||||
},
|
||||
{
|
||||
"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.push_proxy.delete.app_error",
|
||||
"translation": "Failed to delete push proxy auth token."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.bad_status.app_error",
|
||||
"translation": "Failed to get auth token from push proxy server."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.create_request.app_error",
|
||||
"translation": "Failed to create HTTP request for push proxy auth."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.empty_token.app_error",
|
||||
"translation": "Push proxy returned empty auth token."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.encrypt.app_error",
|
||||
"translation": "Failed to encrypt payload for push proxy auth."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.http_request.app_error",
|
||||
"translation": "Failed to send HTTP request to push proxy."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.marshal.app_error",
|
||||
"translation": "Failed to marshal payload for push proxy auth."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.marshal_request.app_error",
|
||||
"translation": "Failed to marshal request body for push proxy auth."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.no_key.app_error",
|
||||
"translation": "No encryption key available for push proxy auth."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.parse_response.app_error",
|
||||
"translation": "Failed to parse response from push proxy auth endpoint."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.generate.save_system.app_error",
|
||||
"translation": "Failed to save auth token."
|
||||
},
|
||||
{
|
||||
"id": "ent.push_proxy.worker.interface_nil.app_error",
|
||||
"translation": "Push proxy interface is nil."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.attribute.app_error",
|
||||
"translation": "SAML login was unsuccessful because one of the attributes is incorrect. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.build_request.app_error",
|
||||
"translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.configure.certificate_parse_error.app_error",
|
||||
"translation": "SAML could not load Identity Provider Public Certificate successfully, please contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.configure.encryption_not_enabled.app_error",
|
||||
"translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.configure.load_private_key.app_error",
|
||||
"translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.configure.not_encrypted_response.app_error",
|
||||
"translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.cpa_field_mapping.list_error",
|
||||
"translation": "Failed to retrieve CPA field(s)"
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.do_login.empty_response.app_error",
|
||||
"translation": "We received an empty response from the Identity Provider."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.do_login.invalid_signature.app_error",
|
||||
"translation": "We received an invalid signature in the response from the Identity Provider. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.do_login.invalid_time.app_error",
|
||||
"translation": "We received an invalid time in the response from the Identity Provider. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.do_login.parse.app_error",
|
||||
"translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.license_disable.app_error",
|
||||
"translation": "Your license does not support SAML authentication."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.login.ldap_user_missing",
|
||||
"translation": "No user registered on AD/LDAP server that matches the SAML user."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.metadata.app_error",
|
||||
"translation": "An error occurred while building Service Provider Metadata."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.save_user.email_exists.saml_app_error",
|
||||
"translation": "This account does not use SAML authentication. Please sign in using email and password."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.save_user.username_exists.saml_app_error",
|
||||
"translation": "An account with that username already exists. Please contact your Administrator."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.service_disable.app_error",
|
||||
"translation": "SAML 2.0 is not configured or supported on this server."
|
||||
},
|
||||
{
|
||||
"id": "ent.saml.update_cpa.empty_attribute_statement",
|
||||
"translation": "SAML assertion attribute statement is invalid"
|
||||
},
|
||||
{
|
||||
"id": "ent.user.complete_switch_with_oauth.blank_email.app_error",
|
||||
"translation": "Unable to complete SAML login with an empty email address."
|
||||
},
|
||||
{
|
||||
"id": "error",
|
||||
"translation": "Error"
|
||||
|
|
|
|||
Loading…
Reference in a new issue