mirror of https://github.com/veypi/OneAuth.git
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.
76 lines
2.3 KiB
JSON
76 lines
2.3 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",
|
|
"common.status": "Status",
|
|
"nav.dashboard": "Dashboard",
|
|
"nav.home": "Home",
|
|
"nav.oauth": "OAuth Apps",
|
|
"nav.roles": "Roles",
|
|
"nav.profile": "Profile",
|
|
"nav.users": "Users",
|
|
"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": "保存",
|
|
"common.status": "状态",
|
|
"nav.dashboard": "仪表盘",
|
|
"nav.home": "首页",
|
|
"nav.oauth": "OAuth应用",
|
|
"nav.roles": "角色管理",
|
|
"nav.profile": "个人中心",
|
|
"nav.users": "用户管理",
|
|
"user.email": "邮箱",
|
|
"user.profile": "个人资料",
|
|
"user.role": "角色",
|
|
"user.username": "用户名",
|
|
"role.name": "角色名称",
|
|
"role.code": "角色代码",
|
|
"role.description": "描述",
|
|
"role.create": "创建角色",
|
|
"role.edit": "编辑角色",
|
|
"role.delete_confirm": "确定要删除该角色吗?",
|
|
"role.search_placeholder": "搜索角色..."
|
|
}
|
|
} |