i18n: 添加多语言翻译词条

v3
veypi 1 week ago
parent dce36cb65f
commit d85cb6ae84

@ -6,12 +6,15 @@
"auth.password": "Password", "auth.password": "Password",
"auth.register": "Register", "auth.register": "Register",
"auth.username": "Username", "auth.username": "Username",
"common.actions": "Actions",
"common.back": "Back",
"common.cancel": "Cancel", "common.cancel": "Cancel",
"common.confirm": "Confirm", "common.confirm": "Confirm",
"common.create": "Create", "common.create": "Create",
"common.delete": "Delete", "common.delete": "Delete",
"common.edit": "Edit", "common.edit": "Edit",
"common.forbidden": "Forbidden", "common.forbidden": "Forbidden",
"common.loading": "Loading...",
"common.not_found": "Not Found", "common.not_found": "Not Found",
"common.save": "Save", "common.save": "Save",
"nav.dashboard": "Dashboard", "nav.dashboard": "Dashboard",
@ -21,11 +24,36 @@
"nav.profile": "Profile", "nav.profile": "Profile",
"nav.users": "Users", "nav.users": "Users",
"org.create": "Create Organization", "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.detail": "Organization Detail",
"org.edit": "Edit Organization",
"org.feature_coming": "Feature coming soon",
"org.info": "Information", "org.info": "Information",
"org.member_removed": "Member removed",
"org.members": "Members", "org.members": "Members",
"org.name": "Organization Name", "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": { "zh-CN": {
"auth.email": "邮箱", "auth.email": "邮箱",
@ -34,12 +62,15 @@
"auth.password": "密码", "auth.password": "密码",
"auth.register": "注册", "auth.register": "注册",
"auth.username": "用户名", "auth.username": "用户名",
"common.actions": "操作",
"common.back": "返回",
"common.cancel": "取消", "common.cancel": "取消",
"common.confirm": "确认", "common.confirm": "确认",
"common.create": "创建", "common.create": "创建",
"common.delete": "删除", "common.delete": "删除",
"common.edit": "编辑", "common.edit": "编辑",
"common.forbidden": "禁止访问", "common.forbidden": "禁止访问",
"common.loading": "加载中...",
"common.not_found": "页面未找到", "common.not_found": "页面未找到",
"common.save": "保存", "common.save": "保存",
"nav.dashboard": "仪表盘", "nav.dashboard": "仪表盘",
@ -49,10 +80,35 @@
"nav.profile": "个人中心", "nav.profile": "个人中心",
"nav.users": "用户管理", "nav.users": "用户管理",
"org.create": "创建组织", "org.create": "创建组织",
"org.create_first": "创建第一个组织",
"org.created": "创建成功",
"org.created_at": "创建时间",
"org.delete_confirm": "确定要删除该组织吗?",
"org.deleted": "删除成功",
"org.desc_placeholder": "请输入组织描述(可选)",
"org.description": "组织描述",
"org.detail": "组织详情", "org.detail": "组织详情",
"org.edit": "编辑组织",
"org.feature_coming": "功能即将推出",
"org.info": "基本信息", "org.info": "基本信息",
"org.member_removed": "成员已移除",
"org.members": "成员列表", "org.members": "成员列表",
"org.name": "组织名称", "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": "用户名"
} }
} }
Loading…
Cancel
Save