forked from baron/baron-sso
devfront 관계 탭 사용자 검색·다중선택 UX 개선
This commit is contained in:
@@ -370,6 +370,24 @@ saved = "Saved"
|
||||
save_error = "Failed to save: {{error}}"
|
||||
status_changed = "Status changed to {{status}}."
|
||||
|
||||
[msg.dev.clients.relationships]
|
||||
subtitle = "Review direct RP operator relations and add or remove them per user."
|
||||
add_description = "Search for a user, select them, and grant one or more operator relations at once."
|
||||
added = "Relationship added."
|
||||
add_error = "Failed to add relationship: {{error}}"
|
||||
removed = "Relationship removed."
|
||||
remove_error = "Failed to remove relationship: {{error}}"
|
||||
remove_confirm = "Remove this relationship?"
|
||||
user_required = "Select a user to add."
|
||||
relation_required = "Select at least one relationship to add."
|
||||
list_description = "Lists operator relations directly assigned to this RP."
|
||||
load_error = "Failed to load relationships: {{error}}"
|
||||
loading = "Loading relationships..."
|
||||
empty = "No direct relationships assigned."
|
||||
search_loading = "Searching users..."
|
||||
search_empty = "No users found."
|
||||
selected_user = "Selected user: {{user}}"
|
||||
|
||||
[msg.dev.clients.federation]
|
||||
subtitle = "Manage external identity providers for this application."
|
||||
add_subtitle = "Connect an external OIDC provider."
|
||||
@@ -1453,6 +1471,48 @@ add = "Add"
|
||||
list_title = "Assigned Relationships"
|
||||
subject = "Subject"
|
||||
subject_type = "Type"
|
||||
user_search = "User"
|
||||
user_search_placeholder = "Search by name or email..."
|
||||
|
||||
[ui.dev.clients.relationships.option.admins]
|
||||
label = "RP Admin"
|
||||
description = "Full administrator relationship for RP operations."
|
||||
|
||||
[ui.dev.clients.relationships.option.creator]
|
||||
label = "RP Creator"
|
||||
description = "Marks the operator who created this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.config_editor]
|
||||
label = "RP General Settings"
|
||||
description = "Edit the name, redirect URIs, and general metadata."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_rotator]
|
||||
label = "Secret Rotation"
|
||||
description = "Rotate and reissue the client secret."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_viewer]
|
||||
label = "JWKS View"
|
||||
description = "View JWKS status, cache details, and key summaries."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_operator]
|
||||
label = "JWKS Operations"
|
||||
description = "Run operational actions such as refresh and revoke."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_viewer]
|
||||
label = "Consent View"
|
||||
description = "View consent grants for this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_revoker]
|
||||
label = "Consent Revoke"
|
||||
description = "Revoke consent grants for this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.relationship_viewer]
|
||||
label = "Relationship View"
|
||||
description = "View direct relations assigned to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.status_operator]
|
||||
label = "Status Change"
|
||||
description = "Change the active or inactive state of the RP."
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips."
|
||||
|
||||
Reference in New Issue
Block a user