Prettify server.en.yml
This commit is contained in:
parent
080e899b8c
commit
965662d215
|
@ -892,18 +892,18 @@ en:
|
|||
|
||||
webauthn:
|
||||
validation:
|
||||
invalid_type_error: 'The webauthn type provided was invalid. Valid types are webauthn.get and webauthn.create.'
|
||||
challenge_mismatch_error: 'The provided challenge does not match the challenge generated by the authentication server.'
|
||||
invalid_origin_error: 'The origin of the authentication request does not match the server origin.'
|
||||
malformed_attestation_error: 'There was an error decoding the attestation data.'
|
||||
invalid_relying_party_id_error: 'The Relying Party ID of the authentication request does not match the server Relying Party ID.'
|
||||
user_verification_error: 'User verification is required.'
|
||||
unsupported_public_key_algorithm_error: 'The provided public key algorithm is not supported by the server.'
|
||||
unsupported_attestation_format_error: 'The attestation format is not supported by the server.'
|
||||
credential_id_in_use_error: 'The credential ID provided is already in use.'
|
||||
public_key_error: 'The public key verification for the credential failed.'
|
||||
ownership_error: 'The security key is not owned by the user.'
|
||||
not_found_error: 'A security key with the provided credential ID could not be found.'
|
||||
invalid_type_error: "The webauthn type provided was invalid. Valid types are webauthn.get and webauthn.create."
|
||||
challenge_mismatch_error: "The provided challenge does not match the challenge generated by the authentication server."
|
||||
invalid_origin_error: "The origin of the authentication request does not match the server origin."
|
||||
malformed_attestation_error: "There was an error decoding the attestation data."
|
||||
invalid_relying_party_id_error: "The Relying Party ID of the authentication request does not match the server Relying Party ID."
|
||||
user_verification_error: "User verification is required."
|
||||
unsupported_public_key_algorithm_error: "The provided public key algorithm is not supported by the server."
|
||||
unsupported_attestation_format_error: "The attestation format is not supported by the server."
|
||||
credential_id_in_use_error: "The credential ID provided is already in use."
|
||||
public_key_error: "The public key verification for the credential failed."
|
||||
ownership_error: "The security key is not owned by the user."
|
||||
not_found_error: "A security key with the provided credential ID could not be found."
|
||||
|
||||
topic_flag_types:
|
||||
spam:
|
||||
|
@ -1583,9 +1583,9 @@ en:
|
|||
github_client_id: "Client id for Github authentication, registered at <a href='https://github.com/settings/developers/' target='_blank'>https://github.com/settings/developers</a>"
|
||||
github_client_secret: "Client secret for Github authentication, registered at <a href='https://github.com/settings/developers/' target='_blank'>https://github.com/settings/developers</a>"
|
||||
|
||||
enable_discord_logins: 'Allow users to authenticate using Discord?'
|
||||
enable_discord_logins: "Allow users to authenticate using Discord?"
|
||||
discord_client_id: 'Discord Client ID (need one? visit <a href="https://discordapp.com/developers/applications/me">the Discord developer portal</a>)'
|
||||
discord_secret: 'Discord Secret Key'
|
||||
discord_secret: "Discord Secret Key"
|
||||
discord_trusted_guilds: 'Only allow members of these Discord guilds to login via Discord. Use the numeric ID for the guild. For more information, check the instructions <a href="https://meta.discourse.org/t/configuring-discord-login-for-discourse/127129">here</a>. Leave blank to allow any guild.'
|
||||
|
||||
readonly_mode_during_backup: "Enable read only mode while taking a backup"
|
||||
|
@ -4661,4 +4661,4 @@ en:
|
|||
html_missing_placeholder: "The html template must include %{placeholder}"
|
||||
|
||||
discord:
|
||||
not_in_allowed_guild: 'Authentication failed. You are not a member of a permitted Discord guild.'
|
||||
not_in_allowed_guild: "Authentication failed. You are not a member of a permitted Discord guild."
|
||||
|
|
Loading…
Reference in New Issue