mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 15:32:59 +00:00
mfa, idp i18n
This commit is contained in:
@@ -48,7 +48,19 @@
|
||||
"description": "An error occurred while trying to link your account."
|
||||
}
|
||||
},
|
||||
"mfa": {
|
||||
"verify": {
|
||||
"title": "Verify your identity",
|
||||
"description": "Choose one of the following factors.",
|
||||
"noResults": "No second factors available to setup."
|
||||
},
|
||||
"set": {
|
||||
"title": "Set up 2-Factor",
|
||||
"description": "Choose one of the following second factors."
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam."
|
||||
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.",
|
||||
"sessionExpired": "You need to have a valid session in order to continue."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user