1
0
forked from baron/baron-sso

변경된 앱 안내 패널 추가

This commit is contained in:
2026-05-27 14:10:28 +09:00
parent 73ba79b015
commit 939bf68f85
4 changed files with 157 additions and 4 deletions

View File

@@ -1367,6 +1367,16 @@ untitled = "Untitled"
[ui.dev.clients.recent_changes]
title = "Recently Changed Apps"
guide_button = "Open recent change guide"
guide_title = "Recent Change Guide"
[ui.dev.clients.recent_changes.guide]
create = "App creation"
settings = "Settings changes"
status = "Status changes"
relation = "Relationship changes"
secret = "Client secret rotation"
delete = "App deletion"
[msg.dev.clients.recent_changes]
description = "{{count}} applications have change history."
@@ -1374,6 +1384,15 @@ permission_note = "You need the 'Audit Log Viewer' relationship to see recently
empty = "No recent change logs yet."
no_detail = "Unable to inspect the changed fields."
[msg.dev.clients.recent_changes.guide]
audit_only = "Consent revocations are not included in this card; check the audit log instead."
create_desc = "When a new application is created, it appears with its name, type, and default status."
settings_desc = "Includes app name, scopes, tenant access restrictions, custom claims, security settings, logout URI, and JWKS changes."
status_desc = "Active / Inactive transitions are included here."
relation_desc = "Relationship additions and removals are shown together."
secret_desc = "Client secret rotation history is shown."
delete_desc = "Application deletions are also included in recent changes."
[ui.dev.clients.badge]
admin_session = "Admin Session"
dev_session = "DevFront Session"