1
0
forked from baron/baron-sso

[#365] Devfront 프로필 메뉴 개선 및 상세 페이지 구현

This commit is contained in:
2026-03-16 15:34:27 +09:00
parent 95ae991af4
commit 1ff12075f6
8 changed files with 324 additions and 10 deletions

View File

@@ -1399,6 +1399,36 @@ verify = "Verify"
[ui.userfront.signup.success]
action = "Action"
[ui.dev.profile]
unknown_name = "Unknown User"
unknown_email = "unknown@example.com"
menu_aria = "Open account menu"
menu_title = "Account"
title = "Profile"
subtitle = "View user details and assigned roles."
loading = "Loading profile..."
error = "Failed to load profile."
[ui.dev.profile.tab]
basic = "Basic Info"
role = "Roles & Permissions"
[ui.dev.profile.basic]
title = "User Info"
id = "User ID"
name = "Name"
email = "Email"
[ui.dev.profile.org]
title = "Organization Info"
tenant = "Tenant"
company_code = "Company Code"
[ui.dev.profile.role]
title = "System Role"
description = "The permission level granted to this account."
current = "Current Role"
[ui.admin.nav]
api_keys = "API Keys"
audit_logs = "Audit Logs"