Skip to content
Snippets Groups Projects

fix: :bug: Fixed PrivacyIDEA template

Merged Ghost User requested to merge github/fork/dBucik/privacyidea into master
3 files
+ 181
346
Compare changes
  • Side-by-side
  • Inline
Files
3
{
{
"alternate_login_options": {
"close": {
"en": "Alternate login options",
"en": "Close",
"cs": "Další možnosti přihlášení"
"cs": "Zavřít"
},
},
"introduction_notice": {
"info_text": {
"en": "The service you are authenticating to requires MFA (Multi Factor Authentication). To complete the authentication, select one from the options below.",
"en": "The service you are trying to access has requested authentication using multiple factors. Use one of your registered additional authentication token using the buttons below.",
"cs": "Služba, ke které chcete přistoupit, vyžaduje vícefaktorovou autentizaci. Pro dokončení přihlášení zvolte jednu z možností níže."
"cs": "Služba ke které přistupujete vyžádala vícefaktorovout autentizaci. Použijte jednu z vašich zaregistrovaných metod kliknutím na jedno z tlačítek nížě."
},
},
"webauthn": {
"otp": {
"en": "WebAuthn",
"en": "Security code",
"cs": "WebAuthn"
"cs": "Bezpečnostní kód"
},
},
"push": {
"otp_help": {
"en": "Push",
"en": "Enter the 6 digit one time password from the smartphone application.",
"cs": "Push"
"cs": "Vložte jednorázový kód, například z TOTP aplikace."
},
},
"otp": {
"otp_submit_btn": {
"en": "OTP",
"en": "Submit",
"cs": "OTP"
"cs": "Potvrdit"
 
},
 
"webauthn": {
 
"en": "Web Authentication",
 
"cs": "Web Authentication"
},
},
"u2f": {
"webauthn_btn": {
"en": "U2F",
"en": "Trigger authentication",
"cs": "U2F"
"cs": "Spustit autentizaci"
}
}
}
}
Loading