forked from baron/baron-sso
Merge branch 'dev' into feature/af-issue363
This commit is contained in:
@@ -313,6 +313,10 @@ unknown_error = "unknown error"
|
||||
[msg.dev]
|
||||
logout_confirm = "Are you sure you want to log out?"
|
||||
|
||||
[msg.dev.auth]
|
||||
access_denied_description = "DevFront is for administrators only. Request access from your administrator."
|
||||
access_denied_title = "Access denied."
|
||||
|
||||
[msg.dev.audit]
|
||||
empty = "No audit logs found."
|
||||
forbidden = "You do not have permission to view audit logs. Please request access from an administrator."
|
||||
@@ -1141,6 +1145,7 @@ all = "All"
|
||||
admin_only = "Admin Only"
|
||||
assign = "Assign"
|
||||
back = "Back"
|
||||
back_to_login = "Back to login"
|
||||
cancel = "Cancel"
|
||||
change_file = "Change File"
|
||||
clear_search = "Clear Search"
|
||||
@@ -1241,6 +1246,31 @@ menu_aria = "Open account menu"
|
||||
menu_title = "Account"
|
||||
unknown_email = "unknown@example.com"
|
||||
unknown_name = "Unknown User"
|
||||
title = "My 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"
|
||||
phone = "Phone Number"
|
||||
|
||||
[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.dev.clients]
|
||||
new = "Add Connected Application"
|
||||
|
||||
Reference in New Issue
Block a user