forked from baron/baron-sso
누락 locale 키 추가 및 린트 정리
This commit is contained in:
@@ -420,8 +420,37 @@ phone = "Phone"
|
||||
reason = "Request Reason"
|
||||
reason_placeholder = "Explain why you need developer access."
|
||||
role = "Role"
|
||||
pages_hint = "If you select All, Overview, Add linked app, and Audit Logs are all included."
|
||||
title = "Developer Registration Request"
|
||||
|
||||
[msg.dev.grants]
|
||||
admin_notes_description = "Leaving a short note for the direct grant helps later reviews and revocations."
|
||||
admin_notes_hint = "Revocations are handled from the list below."
|
||||
admin_notes_placeholder = "e.g. Grant access after verifying the test environment"
|
||||
approved = "Approved"
|
||||
count = "Total {{count}}"
|
||||
create_success = "Developer access has been granted directly."
|
||||
description = "Directly grant developer access to users and revoke granted access."
|
||||
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."
|
||||
list.description = "Current developer access grants."
|
||||
load_error = "Failed to load developer access grants."
|
||||
pages_hint = "If you select All, Overview, Add linked app, and Audit Logs are all included."
|
||||
phone_missing = "No phone number is registered."
|
||||
reason = "Grant reason"
|
||||
revoke = "Revoke"
|
||||
revoke_success = "Developer access has been revoked."
|
||||
search_empty = "No users found."
|
||||
search_loading = "Searching users..."
|
||||
selected_info_description = "Review the selected user's tenant, email, and phone."
|
||||
selected_user = "Selected user: {{user}}"
|
||||
tenant_missing = "No tenant information is available for the selected user."
|
||||
tenant_required = "The selected user's tenant information is unavailable."
|
||||
user_required = "Select a user before granting access."
|
||||
user_section_description = "Enter a search term to select a user. The next-step information stays empty until a user is chosen."
|
||||
|
||||
[msg.dev.request.status]
|
||||
approved = "Approved"
|
||||
cancelled = "Approval Cancelled"
|
||||
@@ -2377,6 +2406,7 @@ overview = "Overview"
|
||||
clients = "Connected Application"
|
||||
logout = "Logout"
|
||||
developer_request = "Developer Access Request"
|
||||
developer_grants = "Developer Access Grants"
|
||||
|
||||
[ui.dev.welcome]
|
||||
btn_request = "New Request"
|
||||
@@ -2394,6 +2424,7 @@ desc = "Review the information below and enter a request reason to apply for dev
|
||||
email = "Email"
|
||||
name = "Name"
|
||||
org = "Organization"
|
||||
pages = "Access Pages"
|
||||
phone = "Phone"
|
||||
reason = "Request Reason"
|
||||
reason_placeholder = "Explain why you need developer access."
|
||||
@@ -2411,9 +2442,33 @@ actions = "Actions"
|
||||
date = "Requested At"
|
||||
org = "Organization"
|
||||
reason = "Request Reason"
|
||||
pages = "Access Pages"
|
||||
status = "Status"
|
||||
user = "User"
|
||||
|
||||
[ui.dev.grants]
|
||||
actions = "Actions"
|
||||
admin_notes = "Grant Reason"
|
||||
approved = "Approved"
|
||||
date = "Granted At"
|
||||
email = "Email"
|
||||
form.title = "Direct Grant"
|
||||
grant = "Grant Directly"
|
||||
input_section = "Input"
|
||||
list.title = "Granted Access"
|
||||
pages = "Access Pages"
|
||||
read_only = "Read Only"
|
||||
reason = "Grant Reason"
|
||||
revoke = "Revoke"
|
||||
revoke_notes_placeholder = "Revoke note (optional)..."
|
||||
selected_info = "Selected User Info"
|
||||
status = "Status"
|
||||
phone = "Phone Number"
|
||||
tenant = "Affiliation"
|
||||
user = "User"
|
||||
user_search_placeholder = "Search by name or email..."
|
||||
user_section = "User Selection"
|
||||
|
||||
[ui.dev.profile]
|
||||
error = "Failed to load profile."
|
||||
loading = "Loading profile..."
|
||||
|
||||
Reference in New Issue
Block a user