diff --git a/ui/langs.json b/ui/langs.json index 477e4d6..68ad465 100644 --- a/ui/langs.json +++ b/ui/langs.json @@ -21,40 +21,9 @@ "nav.dashboard": "Dashboard", "nav.home": "Home", "nav.oauth": "OAuth Apps", - "nav.org": "Organizations", "nav.roles": "Roles", "nav.profile": "Profile", "nav.users": "Users", - "org.code": "Code", - "org.create": "Create Organization", - "org.create_first": "Create Organization", - "org.created": "Created successfully", - "org.created_at": "Created At", - "org.delete_confirm": "Are you sure you want to delete this organization?", - "org.deleted": "Deleted successfully", - "org.desc_placeholder": "Enter organization description (optional)", - "org.description": "Description", - "org.detail": "Organization Detail", - "org.edit": "Edit Organization", - "org.feature_coming": "Feature coming soon", - "org.info": "Information", - "org.joined_at": "Joined At", - "org.max_members": "Max Members", - "org.member_removed": "Member removed", - "org.members": "Members", - "org.name": "Organization Name", - "org.name_placeholder": "Enter organization name", - "org.no_description": "No description", - "org.no_members": "No members yet", - "org.no_orgs": "No Organizations Found", - "org.no_orgs_desc": "Get started by creating your first organization.", - "org.remove_confirm": "Are you sure you want to remove this member?", - "org.remove_member": "Remove", - "org.required_fields": "Name and Code are required", - "org.search_placeholder": "Search by name, code...", - "org.updated": "Updated successfully", - "org.updated_at": "Updated At", - "org.you": "You", "user.email": "Email", "user.profile": "User Profile", "user.role": "Role", @@ -89,40 +58,9 @@ "nav.dashboard": "仪表盘", "nav.home": "首页", "nav.oauth": "OAuth应用", - "nav.org": "组织管理", "nav.roles": "角色管理", "nav.profile": "个人中心", "nav.users": "用户管理", - "org.code": "组织代码", - "org.create": "创建组织", - "org.create_first": "创建第一个组织", - "org.created": "创建成功", - "org.created_at": "创建时间", - "org.delete_confirm": "确定要删除该组织吗?", - "org.deleted": "删除成功", - "org.desc_placeholder": "请输入组织描述(可选)", - "org.description": "组织描述", - "org.detail": "组织详情", - "org.edit": "编辑组织", - "org.feature_coming": "功能即将推出", - "org.info": "基本信息", - "org.joined_at": "加入时间", - "org.max_members": "成员上限", - "org.member_removed": "成员已移除", - "org.members": "成员列表", - "org.name": "组织名称", - "org.name_placeholder": "请输入组织名称", - "org.no_description": "暂无描述", - "org.no_members": "暂无成员", - "org.no_orgs": "暂无组织", - "org.no_orgs_desc": "开始创建您的第一个组织吧", - "org.remove_confirm": "确定要移除此成员吗?", - "org.remove_member": "移除成员", - "org.required_fields": "名称和代码为必填项", - "org.search_placeholder": "搜索组织名称或代码", - "org.updated": "更新成功", - "org.updated_at": "更新时间", - "org.you": "你", "user.email": "邮箱", "user.profile": "个人资料", "user.role": "角色", diff --git a/ui/layout/default.html b/ui/layout/default.html index e627422..83a352f 100644 --- a/ui/layout/default.html +++ b/ui/layout/default.html @@ -69,20 +69,6 @@ border-bottom: 1px solid var(--border-color); } - .org-switcher { - display: flex; - align-items: center; - gap: 5px; - cursor: pointer; - padding: 5px 10px; - border-radius: 4px; - transition: background 0.2s; - } - - .org-switcher:hover { - background-color: var(--bg-color-tertiary); - } - .user-profile { display: flex; align-items: center; @@ -123,14 +109,7 @@