forked from baron/baron-sso
개발자 권한 신청/커스텀 클레임 i18n 적용
This commit is contained in:
@@ -324,6 +324,19 @@ loaded_count = "Loaded {{count}} rows"
|
||||
loading = "Loading audit logs..."
|
||||
subtitle = "Shows DevFront activity history within current tenant/app scope."
|
||||
|
||||
[msg.dev.request]
|
||||
admin_desc = "Manage developer access requests submitted by users."
|
||||
approved = "Approved."
|
||||
cancelled = "Approval has been cancelled."
|
||||
empty = "No requests found."
|
||||
need_cancel_notes = "Please enter a reason for cancelling approval."
|
||||
need_notes = "Please enter a rejection reason."
|
||||
rejected = "Rejected."
|
||||
user_desc = "Review your request history and submit a new access request."
|
||||
|
||||
[msg.dev.request.modal]
|
||||
desc = "Please enter the reason for your request. It will be approved after administrator review."
|
||||
|
||||
[msg.dev.clients]
|
||||
load_error = "Error loading clients: {{error}}"
|
||||
loading = "Loading apps..."
|
||||
@@ -1298,12 +1311,45 @@ scope_badge = "Scoped to /dev"
|
||||
[ui.dev.nav]
|
||||
audit_logs = "Audit Logs"
|
||||
clients = "Connected Application"
|
||||
developer_request = "Developer Access Request"
|
||||
logout = "Logout"
|
||||
|
||||
[ui.dev.audit]
|
||||
load_more = "Load more"
|
||||
title = "Audit Logs"
|
||||
|
||||
[ui.dev.request]
|
||||
admin_notes_placeholder = "Enter note (optional)..."
|
||||
cancel_approval = "Cancel Approval"
|
||||
cancel_notes_placeholder = "Enter reason for approval cancellation..."
|
||||
|
||||
[ui.dev.request.list]
|
||||
title = "Request History"
|
||||
|
||||
[ui.dev.request.modal]
|
||||
email = "Email"
|
||||
name = "Name"
|
||||
org = "Organization"
|
||||
phone = "Phone Number"
|
||||
reason = "Reason"
|
||||
reason_placeholder = "e.g. I need to create an OIDC client for internal service integration and testing."
|
||||
role = "Role"
|
||||
title = "Developer Access Request"
|
||||
|
||||
[ui.dev.request.status]
|
||||
approved = "Approved"
|
||||
cancelled = "Approval Cancelled"
|
||||
pending = "Pending"
|
||||
rejected = "Rejected"
|
||||
|
||||
[ui.dev.request.table]
|
||||
actions = "Actions"
|
||||
date = "Requested At"
|
||||
org = "Organization"
|
||||
reason = "Reason"
|
||||
status = "Status"
|
||||
user = "User"
|
||||
|
||||
[ui.dev.audit.registry]
|
||||
title = "Audit registry"
|
||||
|
||||
@@ -1463,7 +1509,7 @@ autocomplete_hint = "Type a tenant name to see autocomplete suggestions. Click o
|
||||
validation_required = "Select at least one allowed tenant when tenant access restriction is enabled."
|
||||
|
||||
[ui.dev.clients.general.id_token_claims]
|
||||
title = "ID Token Claims"
|
||||
title = "Custom Claims"
|
||||
add = "Add Claim"
|
||||
preview_title = "Saved JSON Preview"
|
||||
namespace_label = "Claim namespace"
|
||||
|
||||
Reference in New Issue
Block a user