From 99e2c6911c6d88f471f27de8524005a58414db8d Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 8 May 2023 17:18:07 +0200 Subject: [PATCH] web/admin: add example data for ldap property mapping (#5530) * web/admin: add example data for ldap property mapping Signed-off-by: Jens Langhammer * correctly retry flaky test Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- locale/en/LC_MESSAGES/django.po | 113 ++++++++++-------- tests/e2e/test_provider_proxy.py | 2 +- .../PropertyMappingTestForm.ts | 62 +++++++++- web/src/locales/de.po | 40 ++++++- web/src/locales/en.po | 40 ++++++- web/src/locales/es.po | 40 ++++++- web/src/locales/fr_FR.po | 40 ++++++- web/src/locales/pl.po | 40 ++++++- web/src/locales/pseudo-LOCALE.po | 40 ++++++- web/src/locales/tr.po | 40 ++++++- web/src/locales/zh-Hans.po | 40 ++++++- web/src/locales/zh-Hant.po | 40 ++++++- web/src/locales/zh_TW.po | 40 ++++++- 13 files changed, 505 insertions(+), 72 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index c19a28b2b..29fe62b7e 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-08 12:43+0000\n" +"POT-Creation-Date: 2023-05-08 14:23+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -70,11 +70,11 @@ msgstr "" msgid "Successfully imported %(count)d files." msgstr "" -#: authentik/core/api/providers.py:91 +#: authentik/core/api/providers.py:113 msgid "SAML Provider from Metadata" msgstr "" -#: authentik/core/api/providers.py:92 +#: authentik/core/api/providers.py:114 msgid "Create a SAML Provider by importing its Metadata." msgstr "" @@ -116,97 +116,103 @@ msgstr "" msgid "Flow used when authorizing this provider." msgstr "" -#: authentik/core/models.py:300 +#: authentik/core/models.py:279 +msgid "" +"Accessed from applications; optional backchannel providers for protocols " +"like LDAP and SCIM." +msgstr "" + +#: authentik/core/models.py:334 msgid "Application's display Name." msgstr "" -#: authentik/core/models.py:301 +#: authentik/core/models.py:335 msgid "Internal application name, used in URLs." msgstr "" -#: authentik/core/models.py:313 +#: authentik/core/models.py:347 msgid "Open launch URL in a new browser tab or window." msgstr "" -#: authentik/core/models.py:377 +#: authentik/core/models.py:411 msgid "Application" msgstr "" -#: authentik/core/models.py:378 +#: authentik/core/models.py:412 msgid "Applications" msgstr "" -#: authentik/core/models.py:384 +#: authentik/core/models.py:418 msgid "Use the source-specific identifier" msgstr "" -#: authentik/core/models.py:386 +#: authentik/core/models.py:420 msgid "" "Link to a user with identical email address. Can have security implications " "when a source doesn't validate email addresses." msgstr "" -#: authentik/core/models.py:390 +#: authentik/core/models.py:424 msgid "" "Use the user's email address, but deny enrollment when the email address " "already exists." msgstr "" -#: authentik/core/models.py:393 +#: authentik/core/models.py:427 msgid "" "Link to a user with identical username. Can have security implications when " "a username is used with another source." msgstr "" -#: authentik/core/models.py:397 +#: authentik/core/models.py:431 msgid "" "Use the user's username, but deny enrollment when the username already " "exists." msgstr "" -#: authentik/core/models.py:404 +#: authentik/core/models.py:438 msgid "Source's display Name." msgstr "" -#: authentik/core/models.py:405 +#: authentik/core/models.py:439 msgid "Internal source name, used in URLs." msgstr "" -#: authentik/core/models.py:424 +#: authentik/core/models.py:458 msgid "Flow to use when authenticating existing users." msgstr "" -#: authentik/core/models.py:433 +#: authentik/core/models.py:467 msgid "Flow to use when enrolling new users." msgstr "" -#: authentik/core/models.py:441 +#: authentik/core/models.py:475 msgid "" "How the source determines if an existing user should be authenticated or a " "new user enrolled." msgstr "" -#: authentik/core/models.py:613 +#: authentik/core/models.py:647 msgid "Token" msgstr "" -#: authentik/core/models.py:614 +#: authentik/core/models.py:648 msgid "Tokens" msgstr "" -#: authentik/core/models.py:655 +#: authentik/core/models.py:689 msgid "Property Mapping" msgstr "" -#: authentik/core/models.py:656 +#: authentik/core/models.py:690 msgid "Property Mappings" msgstr "" -#: authentik/core/models.py:691 +#: authentik/core/models.py:725 msgid "Authenticated Session" msgstr "" -#: authentik/core/models.py:692 +#: authentik/core/models.py:726 msgid "Authenticated Sessions" msgstr "" @@ -345,71 +351,75 @@ msgid "" "channel." msgstr "" -#: authentik/events/models.py:383 +#: authentik/events/models.py:386 msgid "Severity" msgstr "" -#: authentik/events/models.py:388 +#: authentik/events/models.py:391 msgid "Dispatched for user" msgstr "" -#: authentik/events/models.py:470 +#: authentik/events/models.py:400 +msgid "Event user" +msgstr "" + +#: authentik/events/models.py:487 msgid "Notification Transport" msgstr "" -#: authentik/events/models.py:471 +#: authentik/events/models.py:488 msgid "Notification Transports" msgstr "" -#: authentik/events/models.py:477 +#: authentik/events/models.py:494 msgid "Notice" msgstr "" -#: authentik/events/models.py:478 +#: authentik/events/models.py:495 msgid "Warning" msgstr "" -#: authentik/events/models.py:479 +#: authentik/events/models.py:496 msgid "Alert" msgstr "" -#: authentik/events/models.py:504 +#: authentik/events/models.py:521 msgid "Notification" msgstr "" -#: authentik/events/models.py:505 +#: authentik/events/models.py:522 msgid "Notifications" msgstr "" -#: authentik/events/models.py:515 +#: authentik/events/models.py:532 msgid "" "Select which transports should be used to notify the user. If none are " "selected, the notification will only be shown in the authentik UI." msgstr "" -#: authentik/events/models.py:523 +#: authentik/events/models.py:540 msgid "Controls which severity level the created notifications will have." msgstr "" -#: authentik/events/models.py:528 +#: authentik/events/models.py:545 msgid "" "Define which group of users this notification should be sent and shown to. " "If left empty, Notification won't ben sent." msgstr "" -#: authentik/events/models.py:546 +#: authentik/events/models.py:563 msgid "Notification Rule" msgstr "" -#: authentik/events/models.py:547 +#: authentik/events/models.py:564 msgid "Notification Rules" msgstr "" -#: authentik/events/models.py:567 +#: authentik/events/models.py:584 msgid "Webhook Mapping" msgstr "" -#: authentik/events/models.py:568 +#: authentik/events/models.py:585 msgid "Webhook Mappings" msgstr "" @@ -417,7 +427,7 @@ msgstr "" msgid "Task has not been run yet." msgstr "" -#: authentik/flows/api/flows.py:290 +#: authentik/flows/api/flows.py:295 #, python-format msgid "Flow not applicable to current user/request: %(messages)s" msgstr "" @@ -1339,31 +1349,31 @@ msgstr "" msgid "SAML Property Mappings" msgstr "" -#: authentik/providers/scim/models.py:20 +#: authentik/providers/scim/models.py:26 msgid "Base URL to SCIM requests, usually ends in /v2" msgstr "" -#: authentik/providers/scim/models.py:21 +#: authentik/providers/scim/models.py:27 msgid "Authentication token" msgstr "" -#: authentik/providers/scim/models.py:27 authentik/sources/ldap/models.py:82 +#: authentik/providers/scim/models.py:33 authentik/sources/ldap/models.py:82 msgid "Property mappings used for group creation/updating." msgstr "" -#: authentik/providers/scim/models.py:69 +#: authentik/providers/scim/models.py:75 msgid "SCIM Provider" msgstr "" -#: authentik/providers/scim/models.py:70 +#: authentik/providers/scim/models.py:76 msgid "SCIM Providers" msgstr "" -#: authentik/providers/scim/models.py:90 +#: authentik/providers/scim/models.py:96 msgid "SCIM Mapping" msgstr "" -#: authentik/providers/scim/models.py:91 +#: authentik/providers/scim/models.py:97 msgid "SCIM Mappings" msgstr "" @@ -1386,7 +1396,12 @@ msgstr "" msgid "Failed to sync user due to remote error %(name)s: %(error)s" msgstr "" -#: authentik/providers/scim/tasks.py:123 +#: authentik/providers/scim/tasks.py:101 authentik/providers/scim/tasks.py:142 +#, python-format +msgid "Stopping sync due to error: %(error)s" +msgstr "" + +#: authentik/providers/scim/tasks.py:131 #, python-format msgid "Failed to sync group due to remote error %(name)s: %(error)s" msgstr "" diff --git a/tests/e2e/test_provider_proxy.py b/tests/e2e/test_provider_proxy.py index 99fc5b4c7..7089eeaed 100644 --- a/tests/e2e/test_provider_proxy.py +++ b/tests/e2e/test_provider_proxy.py @@ -195,7 +195,7 @@ class TestProviderProxy(SeleniumTestCase): class TestProviderProxyConnect(ChannelsLiveServerTestCase): """Test Proxy connectivity over websockets""" - @retry() + @retry(exceptions=[AssertionError]) @apply_blueprint( "default/flow-default-authentication-flow.yaml", "default/flow-default-invalidation-flow.yaml", diff --git a/web/src/admin/property-mappings/PropertyMappingTestForm.ts b/web/src/admin/property-mappings/PropertyMappingTestForm.ts index e76e93861..76616cd71 100644 --- a/web/src/admin/property-mappings/PropertyMappingTestForm.ts +++ b/web/src/admin/property-mappings/PropertyMappingTestForm.ts @@ -64,6 +64,61 @@ export class PolicyTestForm extends Form { `; } + renderExampleButtons(): TemplateResult { + const header = html`

${t`Example context data`}

`; + switch (this.mapping?.metaModelName) { + case "authentik_sources_ldap.ldappropertymapping": + return html`${header}${this.renderExampleLDAP()}`; + default: + return html``; + } + } + + renderExampleLDAP(): TemplateResult { + return html` + + + `; + } + renderForm(): TemplateResult { return html`
@@ -94,9 +149,12 @@ export class PolicyTestForm extends Form { - > + +

${this.renderExampleButtons()}

${this.result ? this.renderResult() : html``}
`; diff --git a/web/src/locales/de.po b/web/src/locales/de.po index 2340586ae..98bdb2f39 100644 --- a/web/src/locales/de.po +++ b/web/src/locales/de.po @@ -291,6 +291,15 @@ msgstr "Aktiviere ausstehenden Benutzer bei Erfolg" msgid "Active" msgstr "Aktiv" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -738,6 +747,10 @@ msgstr "Zugewiesen zu {0} Objekt(en)." msgid "Assigned to application" msgstr "Zugewiesen an Anwendung" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "Loginversuch als {0}" @@ -896,6 +909,14 @@ msgstr "Profilbild" msgid "Back" msgstr "Zurück" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "Backends" @@ -1125,6 +1146,7 @@ msgstr "Kann das Format 'unix://' haben, wenn eine Verbindung zu einem lokalen D #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2567,6 +2589,10 @@ msgstr "Ereignisse" msgid "Everything is ok." msgstr "Alles funktioniert." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3995,6 +4021,7 @@ msgstr "Meine Anwendungen" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4216,8 +4243,8 @@ msgid "No additional setup is required." msgstr "Keine weitere Einrichtung benötigt." #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5578,6 +5605,10 @@ msgstr "Registrierungsablauf wählen" msgid "Select an object." msgstr "Wählen Sie ein Objekt aus." +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Wählen Sie Gruppen aus, denen Benutzer hinzugefügt werden sollen" @@ -5586,6 +5617,10 @@ msgstr "Wählen Sie Gruppen aus, denen Benutzer hinzugefügt werden sollen" msgid "Select one of the sources below to login." msgstr "Wählen Sie eine der folgenden Quellen aus, um sich anzumelden." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Es sollten ausgewählte Quellen angezeigt werden, mit denen sich Benutzer authentifizieren können. Dies betrifft nur webbasierte Quellen, nicht LDAP." @@ -7023,6 +7058,7 @@ msgstr "Twilio Konto SID" msgid "Twilio Auth Token" msgstr "Twilio Authentifizierungs Token" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 9b5ff709b..ae88a0c66 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -269,6 +269,15 @@ msgstr "Activate pending user on success" msgid "Active" msgstr "Active" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "Active Directory Group" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "Active Directory User" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -722,6 +731,10 @@ msgstr "Assigned to {0} object(s)." msgid "Assigned to application" msgstr "Assigned to application" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "Assigned to application (backchannel)" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "Attempted to log in as {0}" @@ -885,6 +898,14 @@ msgstr "Avatar image" msgid "Back" msgstr "Back" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "Backchannel providers" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "Backchannel Providers" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "Backends" @@ -1119,6 +1140,7 @@ msgstr "Can be in the format of 'unix://' when connecting to a local docker daem #~ msgid "Can create users" #~ msgstr "Can create users" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2599,6 +2621,10 @@ msgstr "Events" msgid "Everything is ok." msgstr "Everything is ok." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "Example context data" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "Example JWT payload (for currently authenticated user)" @@ -4055,6 +4081,7 @@ msgstr "My Applications" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4276,8 +4303,8 @@ msgid "No additional setup is required." msgstr "No additional setup is required." #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "No application required." +#~ msgid "No application required." +#~ msgstr "No application required." #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5696,6 +5723,10 @@ msgstr "Select an enrollment flow" msgid "Select an object." msgstr "Select an object." +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "Select backchannel providers which augment the functionality of the main provider." + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Select groups to add user to" @@ -5704,6 +5735,10 @@ msgstr "Select groups to add user to" msgid "Select one of the sources below to login." msgstr "Select one of the sources below to login." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "Select providers to add to application" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." @@ -7181,6 +7216,7 @@ msgstr "Twilio Account SID" msgid "Twilio Auth Token" msgstr "Twilio Auth Token" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/es.po b/web/src/locales/es.po index ff2f42b3e..5f9775c64 100644 --- a/web/src/locales/es.po +++ b/web/src/locales/es.po @@ -275,6 +275,15 @@ msgstr "Activar usuario pendiente en caso de éxito" msgid "Active" msgstr "Activo" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -716,6 +725,10 @@ msgstr "Asignado a {0} objeto(s)." msgid "Assigned to application" msgstr "Asignado a la aplicación" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "Se intentó iniciar sesión como {0}" @@ -874,6 +887,14 @@ msgstr "Imagen de avatar" msgid "Back" msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "Backends" @@ -1103,6 +1124,7 @@ msgstr "Puede tener el formato 'unix: //' cuando se conecta a un servicio local #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2543,6 +2565,10 @@ msgstr "Eventos" msgid "Everything is ok." msgstr "Está todo bien." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3971,6 +3997,7 @@ msgstr "Mis aplicaciones" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4192,8 +4219,8 @@ msgid "No additional setup is required." msgstr "No se requiere ninguna configuración adicional." #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5554,6 +5581,10 @@ msgstr "Seleccione un flujo de inscripción" msgid "Select an object." msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Seleccione los grupos a los que añadir usuarios" @@ -5562,6 +5593,10 @@ msgstr "Seleccione los grupos a los que añadir usuarios" msgid "Select one of the sources below to login." msgstr "Seleccione una de las fuentes a continuación para iniciar sesión." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Se deben mostrar las fuentes seleccionadas para que los usuarios se autentiquen con ellas. Esto solo afecta a las fuentes basadas en web, no a LDAP." @@ -6999,6 +7034,7 @@ msgstr "SID de cuenta Twilio" msgid "Twilio Auth Token" msgstr "Token de autenticación de Twilio" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index 6c133fee5..d30ab0563 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -280,6 +280,15 @@ msgstr "Activer l'utilisateur en attente en cas de réussite" msgid "Active" msgstr "Actif" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -721,6 +730,10 @@ msgstr "" msgid "Assigned to application" msgstr "Assigné à l'application" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "Tentative d'ouvrir une session en tant que {0}" @@ -879,6 +892,14 @@ msgstr "Image d'avatar" msgid "Back" msgstr "Retour" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "Backends" @@ -1108,6 +1129,7 @@ msgstr "" #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2546,6 +2568,10 @@ msgstr "Évènements" msgid "Everything is ok." msgstr "Tout va bien." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3972,6 +3998,7 @@ msgstr "Mes Applications" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4193,8 +4220,8 @@ msgid "No additional setup is required." msgstr "" #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5555,6 +5582,10 @@ msgstr "Sélectionnez un flux d'inscription" msgid "Select an object." msgstr "Sélectionner un objet." +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Sélectionnez les groupes à ajouter à l'utilisateur" @@ -5563,6 +5594,10 @@ msgstr "Sélectionnez les groupes à ajouter à l'utilisateur" msgid "Select one of the sources below to login." msgstr "Sélectionnez l'une des sources ci-dessous pour se connecter." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Sélectionnez les sources à afficher aux utilisateurs pour s'authentifier. Cela affecte uniquement les sources web, pas LDAP." @@ -6990,6 +7025,7 @@ msgstr "" msgid "Twilio Auth Token" msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/pl.po b/web/src/locales/pl.po index 1c0344cd3..8af6e16ee 100644 --- a/web/src/locales/pl.po +++ b/web/src/locales/pl.po @@ -275,6 +275,15 @@ msgstr "Aktywuj oczekującego użytkownika po sukcesie" msgid "Active" msgstr "Aktywny" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -720,6 +729,10 @@ msgstr "Przypisany do {0} obiektu(ów)." msgid "Assigned to application" msgstr "Przypisany do aplikacji" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "Próbowano zalogować się jako {0}" @@ -878,6 +891,14 @@ msgstr "Obraz awatara" msgid "Back" msgstr "Wstecz" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "back-end" @@ -1107,6 +1128,7 @@ msgstr "Może mieć format „unix://” podczas łączenia się z lokalnym demo #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2549,6 +2571,10 @@ msgstr "Zdarzenia" msgid "Everything is ok." msgstr "Wszystko w porządku." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3979,6 +4005,7 @@ msgstr "Moje aplikacje" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4200,8 +4227,8 @@ msgid "No additional setup is required." msgstr "Nie jest wymagana żadna dodatkowa konfiguracja." #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5564,6 +5591,10 @@ msgstr "Wybierz przepływ rejestracji" msgid "Select an object." msgstr "Wybierz obiekt." +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Wybierz grupy, do których chcesz dodać użytkownika" @@ -5572,6 +5603,10 @@ msgstr "Wybierz grupy, do których chcesz dodać użytkownika" msgid "Select one of the sources below to login." msgstr "Wybierz jedno z poniższych źródeł, aby się zalogować." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Powinny być wyświetlane wybrane źródła, za pomocą których użytkownicy mogą się uwierzytelniać. Dotyczy to tylko źródeł internetowych, a nie LDAP." @@ -7009,6 +7044,7 @@ msgstr "Twilio Account SID" msgid "Twilio Auth Token" msgstr "Twilio Auth Token" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index 816d4bfb4..fb8ca1a8c 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -269,6 +269,15 @@ msgstr "" msgid "Active" msgstr "" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -714,6 +723,10 @@ msgstr "" msgid "Assigned to application" msgstr "" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "" @@ -877,6 +890,14 @@ msgstr "" msgid "Back" msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "" @@ -1111,6 +1132,7 @@ msgstr "" #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2585,6 +2607,10 @@ msgstr "" msgid "Everything is ok." msgstr "" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -4034,6 +4060,7 @@ msgstr "" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4255,8 +4282,8 @@ msgid "No additional setup is required." msgstr "" #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5664,6 +5691,10 @@ msgstr "" msgid "Select an object." msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "" @@ -5672,6 +5703,10 @@ msgstr "" msgid "Select one of the sources below to login." msgstr "" +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "" @@ -7139,6 +7174,7 @@ msgstr "" msgid "Twilio Auth Token" msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/tr.po b/web/src/locales/tr.po index 5ed2a8c39..62673dcb5 100644 --- a/web/src/locales/tr.po +++ b/web/src/locales/tr.po @@ -275,6 +275,15 @@ msgstr "Bekleyen kullanıcıyı başarı durumunda etkinleştir" msgid "Active" msgstr "Etkin" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -716,6 +725,10 @@ msgstr "{0} nesneye atanır." msgid "Assigned to application" msgstr "Uygulamaya atanmış" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "{0} olarak oturum açmaya çalışıldı" @@ -874,6 +887,14 @@ msgstr "Avatar resmi" msgid "Back" msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "Arka uçlar" @@ -1103,6 +1124,7 @@ msgstr "SSH üzerinden bağlanmak için 'ssh: //' veya uzak bir sisteme bağlan #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2543,6 +2565,10 @@ msgstr "Olaylar" msgid "Everything is ok." msgstr "Her şey yolunda." +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3971,6 +3997,7 @@ msgstr "Uygulamalarım" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4192,8 +4219,8 @@ msgid "No additional setup is required." msgstr "Ek kurulum gerekmez." #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5554,6 +5581,10 @@ msgstr "Bir kayıt akışı seçme" msgid "Select an object." msgstr "" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "Kullanıcı eklemek için grupları seçin" @@ -5562,6 +5593,10 @@ msgstr "Kullanıcı eklemek için grupları seçin" msgid "Select one of the sources below to login." msgstr "Giriş yapmak için aşağıdaki kaynaklardan birini seçin." +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "Kullanıcıların kimlik doğrulaması için belirli kaynaklar gösterilmelidir. Bu, LDAP'yi değil, yalnızca web tabanlı kaynakları etkiler." @@ -6999,6 +7034,7 @@ msgstr "Twilio Hesabı SID" msgid "Twilio Auth Token" msgstr "Twilio Auth Belirteci" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/zh-Hans.po b/web/src/locales/zh-Hans.po index e05a8a4c8..26326cd03 100644 --- a/web/src/locales/zh-Hans.po +++ b/web/src/locales/zh-Hans.po @@ -268,6 +268,15 @@ msgstr "成功时激活待处理用户" msgid "Active" msgstr "激活" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -702,6 +711,10 @@ msgstr "已分配给 {0} 个对象。" msgid "Assigned to application" msgstr "分配给应用程序" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "已尝试以 {0} 身份登录" @@ -860,6 +873,14 @@ msgstr "头像图片" msgid "Back" msgstr "返回" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "后端" @@ -1077,6 +1098,7 @@ msgstr "连接到本地 Docker 守护进程时可以采用 'unix://' 格式, #~ msgid "Can create users" #~ msgstr "可创建用户" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2499,6 +2521,10 @@ msgstr "事件" msgid "Everything is ok." msgstr "一切正常。" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "示例 JWT 载荷(当前经过身份验证的用户)" @@ -3915,6 +3941,7 @@ msgstr "我的应用" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4136,8 +4163,8 @@ msgid "No additional setup is required." msgstr "无需进行额外设置。" #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "没有应用需求。" +#~ msgid "No application required." +#~ msgstr "没有应用需求。" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5485,6 +5512,10 @@ msgstr "选择注册流程" msgid "Select an object." msgstr "选择一个对象。" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "选择要添加用户的组" @@ -5493,6 +5524,10 @@ msgstr "选择要添加用户的组" msgid "Select one of the sources below to login." msgstr "选择以下源之一进行登录。" +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "选择的源应显示给用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。" @@ -6909,6 +6944,7 @@ msgstr "Twilio 账户 SID" msgid "Twilio Auth Token" msgstr "Twilio 身份验证令牌" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/zh-Hant.po b/web/src/locales/zh-Hant.po index a1c06345f..25ec4edfd 100644 --- a/web/src/locales/zh-Hant.po +++ b/web/src/locales/zh-Hant.po @@ -277,6 +277,15 @@ msgstr "成功时启用待处理用户" msgid "Active" msgstr "激活" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -722,6 +731,10 @@ msgstr "已分配给 {0} 个对象。" msgid "Assigned to application" msgstr "分配给应用程序" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "已尝试以 {0} 身份登入" @@ -880,6 +893,14 @@ msgstr "Avatar image" msgid "Back" msgstr "返回" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "后端" @@ -1109,6 +1130,7 @@ msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式 #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2551,6 +2573,10 @@ msgstr "事件" msgid "Everything is ok." msgstr "一切正常。" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3979,6 +4005,7 @@ msgstr "我的应用" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4200,8 +4227,8 @@ msgid "No additional setup is required." msgstr "无需进行其他设置。" #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5562,6 +5589,10 @@ msgstr "选择注册流程" msgid "Select an object." msgstr "选择一个对象。" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "选择要向其添加用户的组" @@ -5570,6 +5601,10 @@ msgstr "选择要向其添加用户的组" msgid "Select one of the sources below to login." msgstr "选择以下源之一进行登入。" +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "应显示选择的源以供用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。" @@ -7007,6 +7042,7 @@ msgstr "Twilio 账户 SID" msgid "Twilio Auth Token" msgstr "Twilio 身份验证令牌" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts diff --git a/web/src/locales/zh_TW.po b/web/src/locales/zh_TW.po index 1ebd65fbf..478550278 100644 --- a/web/src/locales/zh_TW.po +++ b/web/src/locales/zh_TW.po @@ -277,6 +277,15 @@ msgstr "成功时启用待处理用户" msgid "Active" msgstr "激活" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory Group" +msgstr "" + +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Active Directory User" +msgstr "" + +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/RelatedGroupList.ts #: src/admin/users/GroupSelectModal.ts @@ -722,6 +731,10 @@ msgstr "已分配给 {0} 个对象。" msgid "Assigned to application" msgstr "分配给应用程序" +#: src/admin/providers/ProviderListPage.ts +msgid "Assigned to application (backchannel)" +msgstr "" + #: src/admin/events/EventInfo.ts msgid "Attempted to log in as {0}" msgstr "已尝试以 {0} 身份登入" @@ -880,6 +893,14 @@ msgstr "Avatar image" msgid "Back" msgstr "返回" +#: src/admin/applications/ApplicationForm.ts +msgid "Backchannel providers" +msgstr "" + +#: src/admin/applications/ApplicationViewPage.ts +msgid "Backchannel Providers" +msgstr "" + #: src/admin/stages/password/PasswordStageForm.ts msgid "Backends" msgstr "后端" @@ -1109,6 +1130,7 @@ msgstr "连接到本地 docker 守护进程时可以采用 'unix: //' 的格式 #~ msgid "Can create users" #~ msgstr "" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/groups/MemberSelectModal.ts #: src/admin/users/GroupSelectModal.ts #: src/admin/users/UserActiveForm.ts @@ -2551,6 +2573,10 @@ msgstr "事件" msgid "Everything is ok." msgstr "一切正常。" +#: src/admin/property-mappings/PropertyMappingTestForm.ts +msgid "Example context data" +msgstr "" + #: src/admin/providers/oauth2/OAuth2ProviderViewPage.ts msgid "Example JWT payload (for currently authenticated user)" msgstr "" @@ -3979,6 +4005,7 @@ msgstr "我的应用" #: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationListPage.ts +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/applications/wizard/InitialApplicationWizardPage.ts #: src/admin/blueprints/BlueprintForm.ts #: src/admin/blueprints/BlueprintListPage.ts @@ -4200,8 +4227,8 @@ msgid "No additional setup is required." msgstr "无需进行其他设置。" #: src/admin/providers/ProviderListPage.ts -msgid "No application required." -msgstr "" +#~ msgid "No application required." +#~ msgstr "" #: src/user/LibraryPage.ts msgid "No Applications available." @@ -5562,6 +5589,10 @@ msgstr "选择注册流程" msgid "Select an object." msgstr "选择一个对象。" +#: src/admin/applications/ApplicationForm.ts +msgid "Select backchannel providers which augment the functionality of the main provider." +msgstr "" + #: src/admin/users/GroupSelectModal.ts msgid "Select groups to add user to" msgstr "选择要向其添加用户的组" @@ -5570,6 +5601,10 @@ msgstr "选择要向其添加用户的组" msgid "Select one of the sources below to login." msgstr "选择以下源之一进行登入。" +#: src/admin/applications/ProviderSelectModal.ts +msgid "Select providers to add to application" +msgstr "" + #: src/admin/stages/identification/IdentificationStageForm.ts msgid "Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP." msgstr "应显示选择的源以供用户进行身份验证。这只会影响基于 Web 的源,而不影响 LDAP。" @@ -7007,6 +7042,7 @@ msgstr "Twilio 账户 SID" msgid "Twilio Auth Token" msgstr "Twilio 身份验证令牌" +#: src/admin/applications/ProviderSelectModal.ts #: src/admin/flows/BoundStagesList.ts #: src/admin/outposts/OutpostForm.ts #: src/admin/outposts/OutpostListPage.ts