forked from baron/baron-sso
개발자 권한 부여 페이지 추가
This commit is contained in:
@@ -543,6 +543,7 @@ unavailable_with_reason = "RP usage statistics API is unavailable. {{reason}}"
|
||||
audit = "Review RP configuration changes and operational history."
|
||||
clients = "Browse registered RPs and manage their status and type."
|
||||
description = "Jump directly to key operational screens."
|
||||
developer_grants = "Directly grant or revoke developer access for users."
|
||||
developer_request = "Review developer access requests or submit a new one."
|
||||
new_client = "Configure redirect URIs, grant types, and authentication methods."
|
||||
|
||||
@@ -554,6 +555,33 @@ none = "No connected applications to display."
|
||||
description = "Review trends for changed or deleted applications on the dashboard."
|
||||
empty = "There are no recent change logs yet."
|
||||
|
||||
[msg.dev.grants]
|
||||
approved = "Approved"
|
||||
count = "Total {{count}}"
|
||||
create_success = "Developer access has been granted directly."
|
||||
description = "Directly grant developer access to users and revoke granted access."
|
||||
admin_notes_hint = "Revocations are handled from the list below."
|
||||
admin_notes_description = "Leaving a short note for the direct grant helps later reviews and revocations."
|
||||
admin_notes_placeholder = "e.g. Grant access after verifying the test environment"
|
||||
empty = "There are no granted permissions."
|
||||
forbidden = "Only super admin can directly grant developer access."
|
||||
forbidden_desc = "This screen is available only to super admin."
|
||||
form.description = "Select a user to view their current tenant, email, and phone, then grant developer access immediately."
|
||||
selected_info_description = "Review the selected user's tenant, email, and phone."
|
||||
user_section_description = "Enter a search term to select a user. The next-step information stays empty until a user is chosen."
|
||||
list.description = "Current developer access grants."
|
||||
load_error = "Failed to load developer access grants."
|
||||
reason = "Grant reason"
|
||||
revoke = "Revoke"
|
||||
revoke_success = "Developer access has been revoked."
|
||||
search_empty = "No users found."
|
||||
search_loading = "Searching users..."
|
||||
selected_user = "Selected user: {{user}}"
|
||||
tenant_required = "The selected user's tenant information is unavailable."
|
||||
tenant_missing = "No tenant information is available for the selected user."
|
||||
user_required = "Select a user before granting access."
|
||||
phone_missing = "No phone number is registered."
|
||||
|
||||
[msg.dev.dashboard.notice]
|
||||
consent_audit = "Consent Audit"
|
||||
dev_scope = "Dev Scope"
|
||||
@@ -1294,6 +1322,7 @@ scope_badge = "Scoped to /dev"
|
||||
audit_logs = "Audit Logs"
|
||||
clients = "Connected Application"
|
||||
developer_request = "Developer Access Request"
|
||||
developer_grants = "Developer Access Grants"
|
||||
logout = "Logout"
|
||||
overview = "Overview"
|
||||
|
||||
@@ -1309,6 +1338,29 @@ cancel_notes_placeholder = "Enter reason for approval cancellation..."
|
||||
[ui.dev.request.list]
|
||||
title = "Request History"
|
||||
|
||||
[ui.dev.grants]
|
||||
actions = "Actions"
|
||||
admin_notes = "Grant Reason"
|
||||
all_tenants = "All Tenants"
|
||||
approved = "Approved"
|
||||
date = "Granted At"
|
||||
form.title = "Direct Grant"
|
||||
grant = "Grant Directly"
|
||||
input_section = "Input"
|
||||
list.title = "Granted Access"
|
||||
read_only = "Read Only"
|
||||
reason = "Grant Reason"
|
||||
reason_placeholder = "e.g. Developer console access is required for operational support."
|
||||
required = "Required"
|
||||
selected_info = "Selected User Info"
|
||||
revoke = "Revoke"
|
||||
revoke_notes_placeholder = "Revoke note (optional)..."
|
||||
status = "Status"
|
||||
tenant = "Affiliation"
|
||||
user_section = "User Selection"
|
||||
user = "User"
|
||||
user_search_placeholder = "Search by name or email..."
|
||||
|
||||
[ui.dev.request.modal]
|
||||
email = "Email"
|
||||
name = "Name"
|
||||
|
||||
Reference in New Issue
Block a user