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

58 lines
1.7 KiB
JSON

{
"en-US": {
"auth.email": "Email",
"auth.login": "Login",
"auth.logout": "Logout",
"auth.password": "Password",
"auth.register": "Register",
"auth.username": "Username",
"common.cancel": "Cancel",
"common.confirm": "Confirm",
"common.create": "Create",
"common.delete": "Delete",
"common.edit": "Edit",
"common.forbidden": "Forbidden",
"common.not_found": "Not Found",
"common.save": "Save",
"nav.dashboard": "Dashboard",
"nav.home": "Home",
"nav.oauth": "OAuth Apps",
"nav.org": "Organizations",
"nav.profile": "Profile",
"nav.users": "Users",
"org.create": "Create Organization",
"org.detail": "Organization Detail",
"org.info": "Information",
"org.members": "Members",
"org.name": "Organization Name",
"user.profile": "User Profile"
},
"zh-CN": {
"auth.email": "邮箱",
"auth.login": "登录",
"auth.logout": "登出",
"auth.password": "密码",
"auth.register": "注册",
"auth.username": "用户名",
"common.cancel": "取消",
"common.confirm": "确认",
"common.create": "创建",
"common.delete": "删除",
"common.edit": "编辑",
"common.forbidden": "禁止访问",
"common.not_found": "页面未找到",
"common.save": "保存",
"nav.dashboard": "仪表盘",
"nav.home": "首页",
"nav.oauth": "OAuth应用",
"nav.org": "组织管理",
"nav.profile": "个人中心",
"nav.users": "用户管理",
"org.create": "创建组织",
"org.detail": "组织详情",
"org.info": "基本信息",
"org.members": "成员列表",
"org.name": "组织名称",
"user.profile": "个人资料"
}
}