diff --git a/ui/langs.json b/ui/langs.json index 8faa919..a49e479 100644 --- a/ui/langs.json +++ b/ui/langs.json @@ -6,12 +6,15 @@ "auth.password": "Password", "auth.register": "Register", "auth.username": "Username", + "common.actions": "Actions", + "common.back": "Back", "common.cancel": "Cancel", "common.confirm": "Confirm", "common.create": "Create", "common.delete": "Delete", "common.edit": "Edit", "common.forbidden": "Forbidden", + "common.loading": "Loading...", "common.not_found": "Not Found", "common.save": "Save", "nav.dashboard": "Dashboard", @@ -21,11 +24,36 @@ "nav.profile": "Profile", "nav.users": "Users", "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.member_removed": "Member removed", "org.members": "Members", "org.name": "Organization Name", - "user.profile": "User Profile" + "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", + "user.username": "Username" }, "zh-CN": { "auth.email": "邮箱", @@ -34,12 +62,15 @@ "auth.password": "密码", "auth.register": "注册", "auth.username": "用户名", + "common.actions": "操作", + "common.back": "返回", "common.cancel": "取消", "common.confirm": "确认", "common.create": "创建", "common.delete": "删除", "common.edit": "编辑", "common.forbidden": "禁止访问", + "common.loading": "加载中...", "common.not_found": "页面未找到", "common.save": "保存", "nav.dashboard": "仪表盘", @@ -49,10 +80,35 @@ "nav.profile": "个人中心", "nav.users": "用户管理", "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.member_removed": "成员已移除", "org.members": "成员列表", "org.name": "组织名称", - "user.profile": "个人资料" + "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": "角色", + "user.username": "用户名" } } \ No newline at end of file