1034 lines
38 KiB
JavaScript
1034 lines
38 KiB
JavaScript
"use strict";
|
||
// 本文件为自动编译产生,请勿直接修改
|
||
Object.defineProperty(exports, "__esModule", { value: true });
|
||
const i18ns = [
|
||
{
|
||
id: "ce78f226978ae5cc7f23a6b72d2cb8cb",
|
||
namespace: "oak-general-business-c-application-cos",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/application/cos",
|
||
data: {
|
||
"qiniu": "七牛云",
|
||
"ctyun": "天翼云",
|
||
"aliyun": "阿里云",
|
||
"tencent": "腾讯云",
|
||
"local": "本地存储",
|
||
"s3": "S3存储"
|
||
}
|
||
},
|
||
{
|
||
id: "c0ce3f84c8cd6f70457b7e57a8ac8b8f",
|
||
namespace: "oak-general-business-c-application-detail",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/application/detail",
|
||
data: {
|
||
"whole": "共%{count}项"
|
||
}
|
||
},
|
||
{
|
||
id: "2ebe552614a81e57fa1a1c21b5dc84f8",
|
||
namespace: "oak-general-business-c-application-panel",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/application/panel",
|
||
data: {
|
||
"detail": "应用详情",
|
||
"config": "配置管理",
|
||
"style": "样式管理",
|
||
"template": "模板消息管理",
|
||
"menu": "菜单管理",
|
||
"autoReply": "被关注回复管理",
|
||
"tag": "标签管理",
|
||
"user": "用户管理",
|
||
"cos": "COS配置"
|
||
}
|
||
},
|
||
{
|
||
id: "af7be922c3f08f8dbefaaa16ec87a697",
|
||
namespace: "oak-general-business-c-applicationPassport",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/applicationPassport",
|
||
data: {
|
||
"login": "登录"
|
||
}
|
||
},
|
||
{
|
||
id: "9f3e11d63a071cb2e94ac3d47d2d440c",
|
||
namespace: "oak-general-business-c-article-editor",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/article/editor",
|
||
data: {
|
||
"success": "保存成功",
|
||
"preview": "预览",
|
||
"save": "保存",
|
||
"exitConfirm": "您确认离开页面吗?",
|
||
"placeholder": {
|
||
"name": "请输入文章标题",
|
||
"content": "请输入文章内容..."
|
||
},
|
||
"chcek": {
|
||
"no name": "请填写文章标题!",
|
||
"no content": "请填写文章内容!"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "ba7749bfb2018e81b98cd59b8cd9734d",
|
||
namespace: "oak-general-business-c-article-list",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/article/list",
|
||
data: {
|
||
"name": "文档",
|
||
"updateAt": "最近编辑",
|
||
"editor": "编辑文档",
|
||
"preview": "预览",
|
||
"copy": "复制链接",
|
||
"delete": "删除文档",
|
||
"removeConfirm": {
|
||
"title": "您确认要删除<%{name}>文档吗?",
|
||
"content": "删除后无法找回,相关链接将失效"
|
||
},
|
||
"success": {
|
||
"remove": "文档已删除",
|
||
"copy": "复制成功"
|
||
},
|
||
"fail": {
|
||
"remove": "删除失败"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "55595b98efa46598f9fe067f865612b2",
|
||
namespace: "oak-general-business-c-articleMenu-container",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/articleMenu/container",
|
||
data: {
|
||
"doc": "文档中心",
|
||
"addArticle": "添加文档",
|
||
"addMenu": "添加分类",
|
||
"menuName": "分类名称",
|
||
"success": {
|
||
"addMenu": "分类已添加"
|
||
},
|
||
"fail": "添加失败"
|
||
}
|
||
},
|
||
{
|
||
id: "0ebda526fda785510a83d95a514fb87f",
|
||
namespace: "oak-general-business-c-articleMenu-list",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/articleMenu/list",
|
||
data: {
|
||
"name": "分类",
|
||
"updateAt": "最近编辑",
|
||
"editor": "编辑名称",
|
||
"preview": "预览",
|
||
"copy": "复制链接",
|
||
"delete": "删除分类",
|
||
"editorName": "编辑分类名称",
|
||
"menuName": "分类名称",
|
||
"success": {
|
||
"editorName": "分类名称已更新",
|
||
"remove": "分类已删除",
|
||
"copy": "复制成功"
|
||
},
|
||
"fail": {
|
||
"update": "更新失败",
|
||
"remove": "删除失败"
|
||
},
|
||
"removeConfirm": {
|
||
"title": "您确定要删除<%{name}>分类吗?",
|
||
"content": "分类中的文档也将一并删除并无法找回,相关链接将失效"
|
||
},
|
||
"menu or article": "分类/文档"
|
||
}
|
||
},
|
||
{
|
||
id: "f4a25e4b81590e035fa1f738924f2495",
|
||
namespace: "oak-general-business-c-common-errorPage",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/common/errorPage",
|
||
data: {
|
||
"goBack": "返回"
|
||
}
|
||
},
|
||
{
|
||
id: "d790bd454c420a031bbde799c83bbe71",
|
||
namespace: "oak-general-business-c-common-qrCode",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/common/qrCode",
|
||
data: {
|
||
"This QR code": "该二维码",
|
||
"effective": "前有效",
|
||
"The QR code has expired": "该二维码已过期",
|
||
"Save failed, error occurred while writing file": "保存失败,写入文件时出错",
|
||
"tip": "提示",
|
||
"You need to authorize the permission to save the album in order to save the pictures": "需要您授权保存相册权限才能保存图片",
|
||
"Album permission denied, please reauthorize": "相册权限被拒绝,请重新授权",
|
||
"Save fail": "保存失败",
|
||
"Save successful": "保存成功",
|
||
"Authorization successful": "授权成功",
|
||
"disabled": "已禁用"
|
||
}
|
||
},
|
||
{
|
||
id: "b1441674d37d696b24feee3921a339a4",
|
||
namespace: "oak-general-business-c-domain-list",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/domain/list",
|
||
data: {
|
||
"confirmRemove": "确认要删除吗?"
|
||
}
|
||
},
|
||
{
|
||
id: "d294bc3cfdc260f1bcc6b96b4b9b49b0",
|
||
namespace: "oak-general-business-c-extraFile-commit",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/extraFile/commit",
|
||
data: {
|
||
"executing": "%{text}中...",
|
||
"upload": "上传",
|
||
"uploading": "上传中"
|
||
}
|
||
},
|
||
{
|
||
id: "79ca97fec266d4c22b92c7f95d097820",
|
||
namespace: "oak-general-business-c-extraFile-crop",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/extraFile/crop",
|
||
data: {}
|
||
},
|
||
{
|
||
id: "5c2e6feed554bc476664f2a80e09677b",
|
||
namespace: "oak-general-business-c-extraFile-forUrl",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/extraFile/forUrl",
|
||
data: {
|
||
"original": "从原文中选取",
|
||
"url": "图片链接",
|
||
"uploadLocalImg": "上传本地图片",
|
||
"fillInImageLink": "填写图片链接",
|
||
"chooseImage": "选择图片"
|
||
}
|
||
},
|
||
{
|
||
id: "acdf0445bef1374155f23a9c59e6dd40",
|
||
namespace: "oak-general-business-c-extraFile-gallery",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/extraFile/gallery",
|
||
data: {}
|
||
},
|
||
{
|
||
id: "a0e4461f6283d6ecd0b6bba64c0560c2",
|
||
namespace: "oak-general-business-c-extraFile-upload",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/extraFile/upload",
|
||
data: {
|
||
"choosePicture": "请选择图片",
|
||
"chooseFile": "请选择文件",
|
||
"dragSort": "当前拖拽排序值超过上限范围"
|
||
}
|
||
},
|
||
{
|
||
id: "5486964ba9979498e168120f3f12861f",
|
||
namespace: "oak-general-business-c-login-oauth-authorize",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/login/oauth/authorize",
|
||
data: {
|
||
"oauth": {
|
||
"authorize": {
|
||
"title": "授权确认",
|
||
"loading": "正在加载...",
|
||
"description": "第三方应用请求访问您的账户",
|
||
"clientName": "应用名称",
|
||
"clientDescription": "应用介绍",
|
||
"scope": "授权范围",
|
||
"allPermissions": "该应用将获得您账户的完整访问权限",
|
||
"confirm": "同意授权",
|
||
"deny": "拒绝",
|
||
"error": {
|
||
"title": "授权失败",
|
||
"missing_response_type": "缺少 response_type 参数",
|
||
"missing_client_id": "缺少 client_id 参数",
|
||
"unknown": "未知错误,请稍后重试"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "abfd81b3031c5a66f99fa1b2721d10fc",
|
||
namespace: "oak-general-business-c-mobile-login",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/mobile/login",
|
||
data: {
|
||
"Login": "确定",
|
||
"Send": "发送验证码",
|
||
"placeholder": {
|
||
"Captcha": "输入4位短信验证码",
|
||
"Mobile": "请输入手机号"
|
||
},
|
||
"resendAfter": "秒后可重发",
|
||
"bindMobile": "为了更好的体验,请绑定手机号"
|
||
}
|
||
},
|
||
{
|
||
id: "69063ceb076655396b29f355f379bbb8",
|
||
namespace: "oak-general-business-c-mobile-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/mobile/upsert",
|
||
data: {
|
||
"alertRemove": "确认删除吗?删除后无法用此号码登录",
|
||
"noData": "尚无手机号",
|
||
"bind": "绑定",
|
||
"placeholder": {
|
||
"mobile": "请输入手机号"
|
||
},
|
||
"success": "添加成功",
|
||
"please input mobile": "请输入手机号",
|
||
"tip": "提示"
|
||
}
|
||
},
|
||
{
|
||
id: "7ab2802526051f5926338d25cf7f3824",
|
||
namespace: "oak-general-business-c-my-info",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/my/info",
|
||
data: {
|
||
"login": "登录/注册",
|
||
"unset": "未设置",
|
||
"logout": "退出",
|
||
"mobile": "手机号码",
|
||
"moreThanOne": "多于一条手机号"
|
||
}
|
||
},
|
||
{
|
||
id: "2d0b7d83a7fa88a97c00da5e2b07a8b7",
|
||
namespace: "oak-general-business-c-oauth",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth",
|
||
data: {
|
||
"Invalid state parameter": "无效的状态参数",
|
||
"oauth": {
|
||
"loading": {
|
||
"title": "授权中..."
|
||
},
|
||
"loadingMessage": "正在处理授权请求,请稍候",
|
||
"error": {
|
||
"title": "授权失败"
|
||
},
|
||
"success": {
|
||
"title": "授权成功"
|
||
},
|
||
"successMessage": "授权已成功完成",
|
||
"return": "返回首页",
|
||
"confirm": "确认登录",
|
||
"cancel": "取消",
|
||
"close": "关闭窗口"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "c955e3c88b4644afd9c9dd1165b6a19a",
|
||
namespace: "oak-general-business-c-oauth-management",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/management",
|
||
data: {
|
||
"systemInfo": "系统信息",
|
||
"applications": "OAuth应用",
|
||
"providers": "OAuth供应商"
|
||
}
|
||
},
|
||
{
|
||
id: "db0bec29388c40846d9cc58e24792327",
|
||
namespace: "oak-general-business-c-oauth-management-oauthApps",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/management/oauthApps",
|
||
data: {
|
||
"oauthAppConfig": "OAuth应用程序配置",
|
||
"confirm": {
|
||
"deleteTitle": "确认删除",
|
||
"deleteContent": "您确定要删除此OAuth应用程序配置吗?"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "a0ae6cf315d4be3a51410f54db844753",
|
||
namespace: "oak-general-business-c-oauth-management-oauthApps-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/management/oauthApps/upsert",
|
||
data: {
|
||
"name": "名称",
|
||
"nameRequired": "请输入名称",
|
||
"namePlaceholder": "请输入应用名称",
|
||
"description": "描述",
|
||
"descriptionPlaceholder": "请输入应用描述",
|
||
"logo": "Logo",
|
||
"logoPlaceholder": "请输入Logo URL",
|
||
"redirectUris": "重定向URI列表",
|
||
"redirectUrisRequired": "请输入重定向URI列表",
|
||
"redirectUrisPlaceholder": "请输入重定向URI,每行一个",
|
||
"scopes": "权限范围",
|
||
"scopesPlaceholder": "请选择或输入权限范围",
|
||
"clientSecret": "客户端密钥",
|
||
"clientSecretPlaceholder": "自动生成的客户端密钥",
|
||
"regenerate": "重新生成",
|
||
"isConfidential": "机密客户端",
|
||
"ableState": "启用状态",
|
||
"noData": "无数据",
|
||
"clientId": "客户端ID",
|
||
"clientIdPlaceholder": "自动生成的客户端ID",
|
||
"requirePKCE": "强制 PKCE",
|
||
"requirePKCETooltip": "启用后,授权请求必须使用PKCE扩展以增强安全性。",
|
||
"clientSecretTooltip": "客户端密钥仅在机密客户端中使用,用于身份验证。创建成功后可以查看"
|
||
}
|
||
},
|
||
{
|
||
id: "a9c13a71437109b9e7f0fc8fcbb724d8",
|
||
namespace: "oak-general-business-c-oauth-management-oauthProvider",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/management/oauthProvider",
|
||
data: {
|
||
"oauthProviderConfig": "OAuth提供商配置",
|
||
"confirm": {
|
||
"deleteTitle": "确认删除",
|
||
"deleteContent": "您确定要删除此OAuth提供商配置吗?"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "908e819aa38a574bf266511e4a9a9c37",
|
||
namespace: "oak-general-business-c-oauth-management-oauthProvider-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/management/oauthProvider/upsert",
|
||
data: {
|
||
"name": "名称",
|
||
"nameRequired": "请输入名称",
|
||
"namePlaceholder": "请输入OAuth提供商名称",
|
||
"type": "类型",
|
||
"typeRequired": "请输入类型",
|
||
"typePlaceholder": "请输入OAuth类型",
|
||
"logo": "Logo",
|
||
"logoPlaceholder": "请输入Logo URL",
|
||
"authorizationEndpoint": "授权端点",
|
||
"authorizationEndpointRequired": "请输入授权端点",
|
||
"authorizationEndpointPlaceholder": "请输入授权端点URL",
|
||
"tokenEndpoint": "令牌端点",
|
||
"tokenEndpointRequired": "请输入令牌端点",
|
||
"tokenEndpointPlaceholder": "请输入令牌端点URL",
|
||
"userInfoEndpoint": "用户信息端点",
|
||
"userInfoEndpointPlaceholder": "请输入用户信息端点URL",
|
||
"revokeEndpoint": "撤销端点",
|
||
"revokeEndpointPlaceholder": "请输入撤销端点URL",
|
||
"clientId": "客户端ID",
|
||
"clientIdRequired": "请输入客户端ID",
|
||
"clientIdPlaceholder": "请输入客户端ID",
|
||
"clientSecret": "客户端密钥",
|
||
"clientSecretRequired": "请输入客户端密钥",
|
||
"clientSecretPlaceholder": "请输入客户端密钥",
|
||
"redirectUri": "重定向URI",
|
||
"redirectUriRequired": "请输入重定向URI",
|
||
"redirectUriPlaceholder": "请输入重定向URI",
|
||
"autoRegister": "自动注册",
|
||
"ableState": "启用状态",
|
||
"confirm": "确认",
|
||
"cancel": "取消",
|
||
"noData": "无数据",
|
||
"scopes": "权限范围",
|
||
"scopesPlaceholder": "请选择或输入权限范围",
|
||
"refreshEndpoint": "刷新端点",
|
||
"refreshEndpointPlaceholder": "请输入刷新端点URL"
|
||
}
|
||
},
|
||
{
|
||
id: "0b72f69f7fe7160fb6871917d674c12b",
|
||
namespace: "oak-general-business-c-oauth-records",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/oauth/records",
|
||
data: {
|
||
"page_title": "我的授权记录",
|
||
"page_description": "管理您授权给第三方应用的访问权限",
|
||
"no_records": "暂无授权记录",
|
||
"unknown_app": "未知应用",
|
||
"revoke": "撤销",
|
||
"revoke_confirm_title": "确认撤销授权",
|
||
"revoke_confirm_content": "确定要撤销对「%{appName}」的授权吗?撤销后该应用将无法访问您的数据。",
|
||
"confirm": "确定",
|
||
"cancel": "取消",
|
||
"status_active": "已授权",
|
||
"status_revoked": "已撤销",
|
||
"status_denied": "已拒绝",
|
||
"status_expired": "已过期",
|
||
"status_unknown": "未知状态",
|
||
"authorized_at": "授权时间",
|
||
"scope": "授权范围",
|
||
"full_access": "完全访问",
|
||
"last_used_at": "最后使用",
|
||
"access_expires_at": "访问过期时间",
|
||
"revoked_at": "撤销时间",
|
||
"pagination_total": "共 %{total} 条"
|
||
}
|
||
},
|
||
{
|
||
id: "9bdbb9993789ecd48e7b0e10b7117620",
|
||
namespace: "oak-general-business-c-passport",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/passport",
|
||
data: {
|
||
"login": "登录"
|
||
}
|
||
},
|
||
{
|
||
id: "be4a42e798e981b6ef0c0877904dbb11",
|
||
namespace: "oak-general-business-c-platform-panel",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/platform/panel",
|
||
data: {
|
||
"detail": "平台详情",
|
||
"config": "配置管理",
|
||
"style": "样式管理",
|
||
"system-list": "系统管理"
|
||
}
|
||
},
|
||
{
|
||
id: "3e68972b48453b60d8c83cdc9ace9657",
|
||
namespace: "oak-general-business-c-platform-system",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/platform/system",
|
||
data: {
|
||
"confirmToRemove": "您确定要删除系统吗?"
|
||
}
|
||
},
|
||
{
|
||
id: "7c6300b665cdc65858a529c9d4c46d24",
|
||
namespace: "oak-general-business-c-sessionMessage-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/sessionMessage/upsert",
|
||
data: {
|
||
"placeholder": "Enter 发送,Shift + Enter换行",
|
||
"send": "发送",
|
||
"enterContent": "请输入内容"
|
||
}
|
||
},
|
||
{
|
||
id: "ded171ed67640a148a4a2cc51470cf69",
|
||
namespace: "oak-general-business-c-system-application",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/system/application",
|
||
data: {
|
||
"confirmToRemove": "您确定要删除应用吗?"
|
||
}
|
||
},
|
||
{
|
||
id: "77647c7511d1f7f9eb5c04bb30981753",
|
||
namespace: "oak-general-business-c-system-panel",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/system/panel",
|
||
data: {
|
||
"detail": "系统详情",
|
||
"domain-list": "域名管理",
|
||
"config": "配置管理",
|
||
"style": "样式管理",
|
||
"application-list": "应用管理",
|
||
"smsTemplate-list": "短信模板管理",
|
||
"login": "登录管理",
|
||
"oauth": "OAuth管理"
|
||
}
|
||
},
|
||
{
|
||
id: "819147f0564533e19aacf71c13d6f366",
|
||
namespace: "oak-general-business-c-system-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/system/upsert",
|
||
data: {
|
||
"tips": {
|
||
"isSuper": "超级系统属性可能影响程序的运行逻辑,请谨慎修改",
|
||
"oldestVersion": "系统能兼容的最低应用版本号,格式为X.X.X"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "7bcbb4dbb525e9a575095102f673f7ba",
|
||
namespace: "oak-general-business-c-token-me",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/token/me",
|
||
data: {
|
||
"login": "登录",
|
||
"syncWeChat": "同步微信信息",
|
||
"manageUser": "用户管理",
|
||
"unset": "未设置"
|
||
}
|
||
},
|
||
{
|
||
id: "8e0c7a153c92329752473d9552bc9677",
|
||
namespace: "oak-general-business-c-user-authenticate",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/authenticate",
|
||
data: {
|
||
"please input name": "请输入姓名",
|
||
"please input idNumber": "请输入证件号码",
|
||
"please choose idCardType": "请选择证件类型",
|
||
"Identity witness profile": "身份证人像面",
|
||
"Identity national emblem profile": "身份证国徽面",
|
||
"Real name verification passed": "已通过实名验证",
|
||
"please upload identity witness profile": "请上传身份证人像面",
|
||
"please upload identity national emblem profile": "请上传身份证国徽面",
|
||
"commit": "提交认证",
|
||
"committing": "提交认证中"
|
||
}
|
||
},
|
||
{
|
||
id: "34e1363e6dc2a9b3a4e5defc0d570e38",
|
||
namespace: "oak-general-business-c-user-info",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/info",
|
||
data: {
|
||
"avatar": "头像",
|
||
"mobile": "手机号",
|
||
"password": "密码",
|
||
"manage": "管理",
|
||
"bind": "绑定",
|
||
"verify": "验证",
|
||
"syncWeChat": "同步",
|
||
"notSelf": "当前不是本人身份登录",
|
||
"send": "发送验证码",
|
||
"cancel": "取消",
|
||
"unbind": "解绑",
|
||
"Mobile-Number-Verification": "手机号验证",
|
||
"unbindingWechat": "确定解绑微信账号",
|
||
"placeholder": {
|
||
"nickname": "请输入昵称,长度不超过20",
|
||
"Captcha": "输入4位短信验证码",
|
||
"mobile": "输入11位手机号"
|
||
},
|
||
"unset": "未设置",
|
||
"unknown": "未知",
|
||
"baseInfo": "基本信息",
|
||
"secuInfo": "安全信息",
|
||
"wechatAccount": "微信帐号",
|
||
"bindMobile": "绑定手机号",
|
||
"bindWechat": "绑定微信",
|
||
"notAllowUpdate": {
|
||
"verified": "身份已经认证无需更新"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "ff4c7a9673aa95ac49c4e384b29b7d41",
|
||
namespace: "oak-general-business-c-user-login-email",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/login/email",
|
||
data: {
|
||
"Login": "登录",
|
||
"Send": "发送验证码",
|
||
"placeholder": {
|
||
"Captcha": "输入4位验证码",
|
||
"Email": "请输入邮箱"
|
||
},
|
||
"resendAfter": "秒后可重发"
|
||
}
|
||
},
|
||
{
|
||
id: "31967b6cdd8488887e7d2f39fe166458",
|
||
namespace: "oak-general-business-c-user-login",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/login",
|
||
data: {
|
||
"Login": "登录",
|
||
"Remember me": "记住账号",
|
||
"inPassword": "账号登录",
|
||
"inCaptcha": "手机号登录",
|
||
"inQrCode": "扫码登录",
|
||
"Send": "发送验证码",
|
||
"placeholder": {
|
||
"Captcha": "输入4位短信验证码",
|
||
"Mobile": "请输入手机号",
|
||
"Password": "请输入密码"
|
||
},
|
||
"resendAfter": "秒后可重发",
|
||
"otherMethods": "其他登录方式",
|
||
"scanLogin": "扫码登录",
|
||
"tip": "未注册用户首次登录将自动注册"
|
||
}
|
||
},
|
||
{
|
||
id: "2fa52cb00d91b257df40a4d69bb0ac7b",
|
||
namespace: "oak-general-business-c-user-login-password",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/login/password",
|
||
data: {
|
||
"Login": "登录",
|
||
"placeholder": {
|
||
"Account": "请输入账号",
|
||
"Mobile": "/手机号",
|
||
"Email": "/邮箱",
|
||
"Password": "请输入密码"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "f979b780c430f759ad6473db5c43e571",
|
||
namespace: "oak-general-business-c-user-login-sms",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/login/sms",
|
||
data: {
|
||
"Login": "登录",
|
||
"Send": "发送验证码",
|
||
"placeholder": {
|
||
"Captcha": "输入%{digit}位短信验证码",
|
||
"Mobile": "请输入手机号"
|
||
},
|
||
"resendAfter": "秒后可重发"
|
||
}
|
||
},
|
||
{
|
||
id: "c2d000183900d85963c1d18f0f872bf5",
|
||
namespace: "oak-general-business-c-user-manage-detail",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/manage/detail",
|
||
data: {
|
||
"mobile": "手机号",
|
||
"unset": "未设置",
|
||
"avatar": "头像"
|
||
}
|
||
},
|
||
{
|
||
id: "bc120cff53a855a973e95e6f58ea42fc",
|
||
namespace: "oak-general-business-c-user-password-update",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/password/update",
|
||
data: {
|
||
"header": "更新密码",
|
||
"label": {
|
||
"old": "原密码",
|
||
"pwd": "新密码",
|
||
"again": "确认密码"
|
||
},
|
||
"placeholder": {
|
||
"old": "请输入原密码",
|
||
"pwd": "密码长度不短于8位",
|
||
"again": "再次确认"
|
||
},
|
||
"needOld": "需要输入原密码",
|
||
"rule": {
|
||
"notNull": "密码不能为空",
|
||
"lengthMin": "密码长度不短于%{min}位",
|
||
"lengthMax": "密码长度不长于%{max}位",
|
||
"regex": "密码强度不足",
|
||
"unequal": "两次输入的密码不相等"
|
||
},
|
||
"success": {
|
||
"title": "更新成功",
|
||
"desc": "请牢记您的密码,这是身份验证的最重要依据"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "6fbef53a51bf12619ff2afc3297ee5e3",
|
||
namespace: "oak-general-business-c-user-password-verify",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/user/password/verify",
|
||
data: {
|
||
"title": "验证原密码",
|
||
"placeholder": "请输入密码",
|
||
"tips": {
|
||
"label": "提示",
|
||
"content": "您的密码长度是%{length}位:【%{password}】"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "5bf96a3e054b8d73c76d7bb45ea90a80",
|
||
namespace: "oak-general-business-c-userEntityGrant-claim",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userEntityGrant/claim",
|
||
data: {
|
||
"tip": "您正在领取权限",
|
||
"source": "授权来源",
|
||
"granterName": "授权者",
|
||
"isExpired": "状态",
|
||
"expired": "已失效",
|
||
"counter": "过期时间",
|
||
"hasClaimed": "您已经领取过此权限",
|
||
"isGranter": "您不能领取自己的授权"
|
||
}
|
||
},
|
||
{
|
||
id: "056b31e189ca54f43defe7d4ab45d2af",
|
||
namespace: "oak-general-business-c-userEntityGrant-claim-ubPicker",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userEntityGrant/claim/ubPicker",
|
||
data: {
|
||
"pickRow": "选择%{entity}",
|
||
"pickRelation": {
|
||
"single": "选择权限领取(单选)",
|
||
"singleFixed": "领取单个权限",
|
||
"free": "选择权限领取(多选)",
|
||
"all": "领取以下权限"
|
||
},
|
||
"relation": "授予权限"
|
||
}
|
||
},
|
||
{
|
||
id: "24dd3b76e3461bdc74adc6e6d40c5091",
|
||
namespace: "oak-general-business-c-userRelation-list",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userRelation/list",
|
||
data: {
|
||
"confirmRevokeAll": "确认删除用户的所有权限吗?",
|
||
"search": "搜索用户名",
|
||
"avatar": "头像",
|
||
"relations": "角色"
|
||
}
|
||
},
|
||
{
|
||
id: "ac10f5eca5efaddcd42b5c94e9cda34e",
|
||
namespace: "oak-general-business-c-userRelation-upsert-byMobile",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userRelation/upsert/byMobile",
|
||
data: {
|
||
"inputMobile": "请输入手机号查找"
|
||
}
|
||
},
|
||
{
|
||
id: "2ae0261640d791c7dcc61d71bec70788",
|
||
namespace: "oak-general-business-c-userRelation-upsert-byUserEntityGrant",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userRelation/upsert/byUserEntityGrant",
|
||
data: {
|
||
"multiple": "多人领取",
|
||
"unlimited": "不限",
|
||
"restart": "重新生成",
|
||
"chooseExpiresAt": "请选择有效时长",
|
||
"expiresHelp": "支持分钟、小时选择",
|
||
"helpRule": "当一次分享多个权限时,可规定单个用户(对多个权限)的认领规则",
|
||
"helpMultiple": "是否允许多个用户来认领",
|
||
"shareCode": "请将二维码发给待认领权限的用户,让他们使用微信扫描。",
|
||
"unit": {
|
||
"hour": "小时",
|
||
"minute": "分钟"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "5ce54ef75387e766a33bd2b74709d32a",
|
||
namespace: "oak-general-business-c-userRelation-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userRelation/upsert",
|
||
data: {
|
||
"noMethods": "没有有效的授权途径(手机号、邮箱、用户自领),请检查配置",
|
||
"methods": {
|
||
"mobile": "手机号",
|
||
"email": "电子邮箱",
|
||
"userEntityGrant": "用户自领"
|
||
},
|
||
"not-implemented": "尚未实现"
|
||
}
|
||
},
|
||
{
|
||
id: "724a46f659f9bfa42239b79e59761f0e",
|
||
namespace: "oak-general-business-c-userRelation-upsert-onUser",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/userRelation/upsert/onUser",
|
||
data: {
|
||
"placeholder": {
|
||
"name": "请输入姓名",
|
||
"password": "密码不少于%{min}位",
|
||
"relation": "至少应选择一个权限",
|
||
"confirmPassword": "请再次输入密码",
|
||
"nickname": "请输入昵称"
|
||
},
|
||
"error": {
|
||
"The passwords entered twice do not match, please check": "两次输入的密码不一致,请检查"
|
||
},
|
||
"auth": "权限",
|
||
"existedUser": "现有用户",
|
||
"newUser": "新建用户",
|
||
"confirmPassword": "确认密码"
|
||
}
|
||
},
|
||
{
|
||
id: "4373243eeb37fc4670087684167209eb",
|
||
namespace: "oak-general-business-c-wechatLogin-qrCode",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/wechatLogin/qrCode",
|
||
data: {
|
||
"weChat-account-successfully-bound": "微信账号绑定成功",
|
||
"weChat-authorization-login-successful": "微信授权登录成功"
|
||
}
|
||
},
|
||
{
|
||
id: "460e1de83e973119439dc7c8ba77066a",
|
||
namespace: "oak-general-business-c-wechatUser-login",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/wechatUser/login",
|
||
data: {
|
||
"missingCodeParameter": "缺少code参数",
|
||
"weChatLoginFailed": "微信登录失败"
|
||
}
|
||
},
|
||
{
|
||
id: "ce2ef5c2ef3c6b4bf1682c5610f0da28",
|
||
namespace: "oak-general-business-c-wechatUser-unbindBtn",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "src/components/wechatUser/unbindBtn",
|
||
data: {
|
||
"unbind": "解绑",
|
||
"unbindSuccess": "解绑成功",
|
||
"unbindTip": "解绑微信账号",
|
||
"unbindContent": "解绑后,您将无法使用该微信扫码登录"
|
||
}
|
||
},
|
||
{
|
||
id: "65801f60e3c6d0197f2f0a44a794ccf7",
|
||
namespace: "oak-general-business-l-common",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "locales/common",
|
||
data: {
|
||
"noData": "暂无数据",
|
||
"areYouSure": "请确认",
|
||
"action": {
|
||
"create": "创建",
|
||
"update": "更新",
|
||
"delete": "删除",
|
||
"remove": "删除",
|
||
"confirm": "确定",
|
||
"cancel": "取消",
|
||
"grant": "授权",
|
||
"revoke": "回收",
|
||
"tip": "提示",
|
||
"detail": "详情",
|
||
"editor": "编辑",
|
||
"newAdd": "新增",
|
||
"add": "添加",
|
||
"submit": "提交"
|
||
},
|
||
"operate": "操作",
|
||
"submit": "提交",
|
||
"reset": "重置",
|
||
"select": "查询",
|
||
"search": "搜索",
|
||
"expand": "展开",
|
||
"shrink": "收起",
|
||
"back": "返回",
|
||
"$$createAt$$": "创建时间",
|
||
"$$updateAt$$": "更新时间",
|
||
"$$deleteAt$$": "删除时间",
|
||
"$$seq$$": "序号",
|
||
"message": "消息",
|
||
"more": "更多",
|
||
"view": "查看",
|
||
"scan": "扫一扫",
|
||
"bind": "绑定",
|
||
"true": "是",
|
||
"false": "否",
|
||
"open": "开",
|
||
"close": "关",
|
||
"other": "其他",
|
||
"unset": "未设置"
|
||
}
|
||
},
|
||
{
|
||
id: "b9acfb538b059390fce358af59c1a661",
|
||
namespace: "oak-general-business-l-error",
|
||
language: "zh-CN",
|
||
module: "oak-general-business",
|
||
position: "locales/error",
|
||
data: {
|
||
"user": {
|
||
"verifyLackOfPhoto1": "需要上传证件正面照片",
|
||
"verifyLackOfPhoto2": "需要上传证件背面照片",
|
||
"verifyNameEmpty": "姓名不允许为空",
|
||
"verifyIdCardTypeEmpty": "证件类型不允许为空",
|
||
"verifyIdNumberEmpty": "证件号码不允许为空",
|
||
"verifyIdNumberIllegal": "证件号码不合法",
|
||
"passwordUnmatch": "密码不匹配",
|
||
"emailUnexists": "邮箱不存在",
|
||
"loginWayDisabled": "暂不允许该登录方式",
|
||
"hasToSetPassword": "需要设置密码",
|
||
"hasToVerifyPassword": "需要验证密码",
|
||
"cantChangeVerifiedUser": "不能修改已经验证身份的用户的敏感信息",
|
||
"emailSuffixIsInvalid": "邮箱后缀不合法"
|
||
},
|
||
"distinguishUser": "需要鉴别用户身份",
|
||
"mobileUnset": "需要先登记手机号",
|
||
"needAuthentication": "需要验证用户信息",
|
||
"userInfoUncompleted": "用户信息不完整",
|
||
"userDisabled": "用户已经被禁用",
|
||
"tokenExpired": "登录状态已经过期",
|
||
"mpHaveToSubscribe": "需要订阅小程序消息",
|
||
"userInfoLoading": "正在加载用户信息",
|
||
"applicationLoading": "应用正在初始化",
|
||
"uploadFailed": "上传失败",
|
||
"illegalVersionData": "版本号必须是x.x.x的形式",
|
||
"application": {
|
||
"incompleteConfig": "application后台配置不完整",
|
||
"qrCodePrefixUnset": "小程序地址码需要后台配置跳转前缀"
|
||
},
|
||
"article": {
|
||
"cantUpdateAfterDelete": "当前文章已删除,无法编辑"
|
||
},
|
||
"password": {
|
||
"lengthMin": "密码长度不短于%{min}位",
|
||
"lengthMax": "密码长度不长于%{max}位",
|
||
"regex": "密码强度不足"
|
||
}
|
||
}
|
||
}
|
||
];
|
||
exports.default = i18ns;
|