|
| 1 | +{# Store hidden translation keys here so they will be picked up by JMSTranslationBundle #} |
| 2 | + |
| 3 | +{# Yubikey OTP verification controller action #} |
| 4 | +{{ 'gateway.form.verify_yubikey.otp_verification_failed'|trans }} |
| 5 | +{{ 'gateway.form.verify_yubikey.public_id_mismatch'|trans }} |
| 6 | + |
| 7 | +{# SMS verification #} |
| 8 | +{{ 'gateway.form.send_sms_challenge.sms_sending_failed'|trans }} |
| 9 | +{{ 'gateway.form.send_sms_challenge.sms_challenge_incorrect'|trans }} |
| 10 | +{{ 'gateway.form.send_sms_challenge.too_many_attempts'|trans }} |
| 11 | +{{ 'gateway.second_factor.sms.text.otp_requests_remaining'|trans }} |
| 12 | + |
| 13 | +{# Choose second factor form (WAYG) #} |
| 14 | +{{ 'gateway.form.gateway_choose_second_factor.unknown_second_factor_type'|trans }} |
| 15 | + |
| 16 | +{# Second factor type translations #} |
| 17 | +{{ 'gateway.second_factor.search.type.sms'|trans }} |
| 18 | +{{ 'gateway.second_factor.search.type.yubikey'|trans }} |
| 19 | + |
| 20 | +{# Messages of unknown orgin #} |
| 21 | +{{ 'stepup.error.authentication_error.description'|trans }} |
| 22 | +{{ 'stepup.error.authentication_error.title'|trans }} |
| 23 | +{{ 'stepup.error.authn_failed.description'|trans }} |
| 24 | +{{ 'stepup.error.authn_failed.title'|trans }} |
| 25 | +{{ 'stepup.error.generic_error.description'|trans }} |
| 26 | +{{ 'stepup.error.generic_error.title'|trans }} |
| 27 | +{{ 'stepup.error.precondition_not_met.description'|trans }} |
| 28 | +{{ 'stepup.error.precondition_not_met.title'|trans }} |
| 29 | +{{ 'stepup.error.signature_validation_failed.description'|trans }} |
| 30 | +{{ 'stepup.error.unknown_service_provider.title'|trans }} |
| 31 | +{{ 'stepup.error.signature_validation_failed.title'|trans }} |
| 32 | + |
| 33 | +{{ 'stepup.error.unknown_service_provider.title'|trans }} |
| 34 | +{{ 'stepup.error.unsigned_request.description'|trans }} |
| 35 | +{{ 'stepup.error.unsigned_request.title'|trans }} |
| 36 | +{{ 'stepup.error.unsupported_signature.description'|trans }} |
| 37 | +{{ 'stepup.error.unsupported_signature.title'|trans }} |
0 commit comments