You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/ui/langs.json

130 lines
4.7 KiB
JSON

{
"en-US": {
"auth.email": "Email",
"auth.login": "Login",
"auth.logout": "Logout",
"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",
"nav.home": "Home",
"nav.oauth": "OAuth Apps",
"nav.org": "Organizations",
"nav.roles": "Roles",
"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",
"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",
"role.name": "Role Name",
"role.code": "Role Code",
"role.description": "Description",
"role.create": "Create Role",
"role.edit": "Edit Role",
"role.delete_confirm": "Are you sure you want to delete this role?",
"role.search_placeholder": "Search roles..."
},
"zh-CN": {
"auth.email": "邮箱",
"auth.login": "登录",
"auth.logout": "登出",
"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": "仪表盘",
"nav.home": "首页",
"nav.oauth": "OAuth应用",
"nav.org": "组织管理",
"nav.roles": "角色管理",
"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": "组织名称",
"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": "用户名",
"role.name": "角色名称",
"role.code": "角色代码",
"role.description": "描述",
"role.create": "创建角色",
"role.edit": "编辑角色",
"role.delete_confirm": "确定要删除该角色吗?",
"role.search_placeholder": "搜索角色..."
}
}