Skip to content

Commit 5546679

Browse files
committed
feat(admin-ui): Add 'Agama Flows' menu item to the Authn of the sidebar.
1 parent 32db8d6 commit 5546679

File tree

4 files changed

+135
-114
lines changed

4 files changed

+135
-114
lines changed

admin-ui/app/locales/en/translation.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"requirePar": "Require PAR",
434434
"requestUris": "Request URIs",
435435
"authorizedOrigins": "Authorized JS origins",
436-
"defaultAcrValues": "Default ACR ",
436+
"defaultAcrValues": "Default ACR",
437437
"authorizedAcrValues": "Allowed ACRs",
438438
"defaultPromptLogin": "Default prompt=login",
439439
"softwareId": "Software id",
@@ -558,6 +558,8 @@
558558
"config-api": "Config-API",
559559
"authn": "Authn",
560560
"webhooks": "Webhooks",
561+
"agama_flows":"Agama Flows",
562+
"default_acr":"Default ACR",
561563
"api": {
562564
"roles": "Access roles",
563565
"permissions": "Permissions",

admin-ui/app/locales/fr/translation.json

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"view_source": "Afficher la source",
3838
"jans_lock": "Verrou Jans",
3939
"saml": "SAML",
40+
"agama_flows":"Flux Agama",
41+
"default_acr":"ACR par défaut",
4042
"trust_relationships": "Relations de confiance",
4143
"api": {
4244
"roles": "Rôles d'accès",

admin-ui/app/locales/pt/translation.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"trust_relationships": "Relacionamentos de confiança",
4040
"service_providers": "SSO para sites",
4141
"identity_providers": "Intermediação de Identidade",
42+
"agama_flows":"Fluxos Agama",
43+
"default_acr":"ACR padrão",
4244
"api": {
4345
"roles": "Papéis de acesso",
4446
"permissions": "Permissões",

0 commit comments

Comments
 (0)