1
0
forked from baron/baron-sso

RP 수정 권한 안내 표시

This commit is contained in:
2026-04-20 10:43:57 +09:00
parent 6322ff5630
commit 2a9b044992
5 changed files with 55 additions and 2 deletions

View File

@@ -332,6 +332,8 @@ showing = "Showing {{shown}} of {{total}} apps"
deleted = "App deleted."
delete_error = "Failed to delete: {{error}}"
delete_confirm = "Are you sure you want to delete this app? This action cannot be undone."
empty = "No RPs are available."
empty_detail = "RPs will appear here when a relationship is assigned to your account."
[msg.dev.clients.consents]
empty = "No consents found."
@@ -352,6 +354,7 @@ redirect_saved = "Redirect URIs saved."
rotate_confirm = "Rotate Confirm"
rotate_error = "Rotate Error"
save_error = "Save Error"
save_forbidden = "You do not have permission to edit this RP. Ask an administrator to grant RP General Settings or RP Admin relationship."
secret_rotated = "Secret Rotated"
secret_unavailable = "SECRET_NOT_AVAILABLE"
subtitle = "Manage OIDC credentials and endpoints."
@@ -368,6 +371,7 @@ load_error = "Error loading client: {{error}}"
loading = "Loading client..."
saved = "Saved"
save_error = "Failed to save: {{error}}"
save_forbidden = "You do not have permission to edit this RP. Ask an administrator to grant RP General Settings or RP Admin relationship."
status_changed = "Status changed to {{status}}."
[msg.dev.clients.relationships]
@@ -1310,6 +1314,7 @@ untitled = "Untitled"
[ui.dev.clients.badge]
admin_session = "Admin Session"
dev_session = "DevFront Session"
tenant_selected = "Tenant Selected"
[ui.dev.clients.filter]
@@ -1510,6 +1515,10 @@ description = "Revoke consent grants for this RP."
label = "Relationship View"
description = "View direct relations assigned to this RP."
[ui.dev.clients.relationships.option.audit_viewer]
label = "Audit Log View"
description = "View DevFront audit logs for this RP."
[ui.dev.clients.relationships.option.status_operator]
label = "Status Change"
description = "Change the active or inactive state of the RP."