363 lines
6.7 KiB
JavaScript
363 lines
6.7 KiB
JavaScript
"use strict";
|
|
const login$2 = {
|
|
text: {
|
|
title: "System Login",
|
|
prompt: "If there is no administrator account, please create an administrator first..."
|
|
},
|
|
field: {
|
|
username: "Account",
|
|
password: "Password",
|
|
captcha: "Captcha"
|
|
},
|
|
button: {
|
|
login: "Log In"
|
|
}
|
|
};
|
|
const topwindow$2 = {
|
|
text: {
|
|
doc: "Admin doc",
|
|
plugin: "More admin plugin",
|
|
changeLanguage: "Language",
|
|
changePwd: "ChangePwd",
|
|
signOut: "Sign out"
|
|
}
|
|
};
|
|
const index$2 = {
|
|
text: {
|
|
prompt: "Main content, customizable content and style",
|
|
vesion: "The current version can be viewed in the console and package.json"
|
|
}
|
|
};
|
|
const updatePwd$2 = {
|
|
text: {
|
|
title: "Change Password"
|
|
},
|
|
field: {
|
|
oldPassword: "Old password",
|
|
newPassword: "New password",
|
|
passwordConfirmation: "Confirm password"
|
|
},
|
|
button: {
|
|
save: "Save",
|
|
back: "Back"
|
|
}
|
|
};
|
|
const common$2 = {
|
|
placeholder: {
|
|
query: "Enter search content"
|
|
},
|
|
button: {
|
|
search: "Search",
|
|
add: "Add",
|
|
edit: "Edit",
|
|
"delete": "Delete",
|
|
batchDelete: "Batch Delete",
|
|
exportExcel: "Export Excel",
|
|
submit: "Submit",
|
|
back: "Back",
|
|
tagManager: "Tag Manager",
|
|
publish: "Publish page management",
|
|
version: "version manager",
|
|
sendSMS: "Send SMS"
|
|
},
|
|
empty: "No more data",
|
|
piecePerPage: "piece/page"
|
|
};
|
|
const user$2 = {
|
|
text: {
|
|
userManager: "Users Manager"
|
|
}
|
|
};
|
|
const role$2 = {
|
|
text: {
|
|
roleManager: "Roles Manager"
|
|
}
|
|
};
|
|
const permission$2 = {
|
|
text: {
|
|
permissionManager: "Permissions Manager"
|
|
}
|
|
};
|
|
const app$2 = {
|
|
text: {
|
|
appManager: "App Manager",
|
|
describle: "Manage the apps that users can login"
|
|
}
|
|
};
|
|
const menu$2 = {
|
|
text: {
|
|
menuManager: "Menus Manager",
|
|
additiveMenu: "Additive Menu"
|
|
},
|
|
button: {
|
|
addFirstLevelMenu: "Add First-level Menu",
|
|
addChildMenu: "Submenu",
|
|
updateBuiltInMenu: "Update built-in Menu"
|
|
}
|
|
};
|
|
const demo$2 = {
|
|
icons: {
|
|
title: "Icons",
|
|
describle: "Click icons to copy the icon code"
|
|
},
|
|
table: {
|
|
title: "Table"
|
|
}
|
|
};
|
|
const en = {
|
|
login: login$2,
|
|
topwindow: topwindow$2,
|
|
index: index$2,
|
|
updatePwd: updatePwd$2,
|
|
common: common$2,
|
|
user: user$2,
|
|
role: role$2,
|
|
permission: permission$2,
|
|
app: app$2,
|
|
menu: menu$2,
|
|
demo: demo$2
|
|
};
|
|
const login$1 = {
|
|
text: {
|
|
title: "系统登录",
|
|
prompt: "如无管理员账号,请先创建管理员"
|
|
},
|
|
field: {
|
|
username: "账号",
|
|
password: "密码",
|
|
captcha: "验证码"
|
|
},
|
|
button: {
|
|
login: "登录"
|
|
}
|
|
};
|
|
const topwindow$1 = {
|
|
text: {
|
|
doc: "Admin 框架文档",
|
|
plugin: "浏览更多 Admin 插件",
|
|
changeLanguage: "切换语言",
|
|
changePwd: "修改密码",
|
|
signOut: "退出"
|
|
}
|
|
};
|
|
const index$1 = {
|
|
text: {
|
|
prompt: "内容主体,可自定义内容及样式",
|
|
vesion: "可在控制台和 package.json 中查看当前的版本"
|
|
}
|
|
};
|
|
const updatePwd$1 = {
|
|
text: {
|
|
title: "修改密码"
|
|
},
|
|
field: {
|
|
oldPassword: "旧密码",
|
|
newPassword: "新密码",
|
|
passwordConfirmation: "确认新密码"
|
|
},
|
|
button: {
|
|
save: "保存",
|
|
back: "返回"
|
|
}
|
|
};
|
|
const common$1 = {
|
|
placeholder: {
|
|
query: "请输入搜索内容"
|
|
},
|
|
button: {
|
|
search: "搜索",
|
|
add: "新增",
|
|
edit: "修改",
|
|
"delete": "删除",
|
|
batchDelete: "批量删除",
|
|
exportExcel: "导出 Excel",
|
|
submit: "提交",
|
|
back: "返回",
|
|
tagManager: "标签管理",
|
|
publish: "发布页管理",
|
|
version: "版本管理",
|
|
sendSMS: "群发短信"
|
|
},
|
|
empty: "没有更多数据",
|
|
piecePerPage: "条/页"
|
|
};
|
|
const user$1 = {
|
|
text: {
|
|
userManager: "用户管理"
|
|
}
|
|
};
|
|
const role$1 = {
|
|
text: {
|
|
roleManager: "角色管理"
|
|
}
|
|
};
|
|
const permission$1 = {
|
|
text: {
|
|
permissionManager: "权限管理"
|
|
}
|
|
};
|
|
const app$1 = {
|
|
text: {
|
|
appManager: "应用管理",
|
|
describle: "管理用户可登录的应用"
|
|
}
|
|
};
|
|
const menu$1 = {
|
|
text: {
|
|
menuManager: "菜单列表",
|
|
additiveMenu: "待添加菜单"
|
|
},
|
|
button: {
|
|
addFirstLevelMenu: "新增一级菜单",
|
|
addChildMenu: "子菜单",
|
|
updateBuiltInMenu: "更新内置菜单"
|
|
}
|
|
};
|
|
const demo$1 = {
|
|
icons: {
|
|
title: "图标",
|
|
describle: "点击图标即可复制图标代码"
|
|
},
|
|
table: {
|
|
title: "表格"
|
|
}
|
|
};
|
|
const zhHans = {
|
|
login: login$1,
|
|
topwindow: topwindow$1,
|
|
index: index$1,
|
|
updatePwd: updatePwd$1,
|
|
common: common$1,
|
|
user: user$1,
|
|
role: role$1,
|
|
permission: permission$1,
|
|
app: app$1,
|
|
menu: menu$1,
|
|
demo: demo$1
|
|
};
|
|
const login = {
|
|
text: {
|
|
title: "系統登錄",
|
|
prompt: "如無管理員賬號,請先創建管理員..."
|
|
},
|
|
field: {
|
|
username: "賬號",
|
|
password: "密碼",
|
|
captcha: "驗證碼"
|
|
},
|
|
button: {
|
|
login: "登錄"
|
|
}
|
|
};
|
|
const topwindow = {
|
|
text: {
|
|
doc: "Admin 框架文檔",
|
|
plugin: "瀏覽更多 Admin 插件",
|
|
changeLanguage: "切换语言",
|
|
changePwd: "修改密碼",
|
|
signOut: "退出"
|
|
}
|
|
};
|
|
const index = {
|
|
text: {
|
|
prompt: "內容主體,可自定義內容及樣式",
|
|
vesion: "可在控制台和 package.json 中查看當前的版本"
|
|
}
|
|
};
|
|
const updatePwd = {
|
|
text: {
|
|
title: "修改密碼"
|
|
},
|
|
field: {
|
|
oldPassword: "舊密碼",
|
|
newPassword: "新密碼",
|
|
passwordConfirmation: "確認新密碼"
|
|
},
|
|
button: {
|
|
save: "保存",
|
|
back: "返回"
|
|
}
|
|
};
|
|
const common = {
|
|
placeholder: {
|
|
query: "請輸入搜索內容"
|
|
},
|
|
button: {
|
|
search: "檢索",
|
|
add: "新增",
|
|
edit: "修改",
|
|
"delete": "刪除",
|
|
batchDelete: "批量刪除",
|
|
exportExcel: "導出 Excel",
|
|
submit: "提交",
|
|
back: "返回",
|
|
tagManager: "標簽管理",
|
|
publish: "發布頁管理",
|
|
version: "版本管理",
|
|
sendSMS: "群發短信"
|
|
},
|
|
empty: "沒有更多數據",
|
|
piecePerPage: "條/頁"
|
|
};
|
|
const user = {
|
|
text: {
|
|
userManager: "用戶管理"
|
|
}
|
|
};
|
|
const role = {
|
|
text: {
|
|
roleManager: "角色管理"
|
|
}
|
|
};
|
|
const permission = {
|
|
text: {
|
|
permissionManager: "權限管理"
|
|
}
|
|
};
|
|
const app = {
|
|
text: {
|
|
appManager: "應用管理",
|
|
describle: "管理用戶可登錄的應用"
|
|
}
|
|
};
|
|
const menu = {
|
|
text: {
|
|
menuManager: "菜單列表",
|
|
additiveMenu: "待添加菜單"
|
|
},
|
|
button: {
|
|
addFirstLevelMenu: "新增一級菜單",
|
|
addChildMenu: "子菜單",
|
|
updateBuiltInMenu: "更新內寘選單"
|
|
}
|
|
};
|
|
const demo = {
|
|
icons: {
|
|
title: "圖標",
|
|
describle: "點擊圖標即可複製圖標代碼"
|
|
},
|
|
table: {
|
|
title: "表格"
|
|
}
|
|
};
|
|
const zhHant = {
|
|
login,
|
|
topwindow,
|
|
index,
|
|
updatePwd,
|
|
common,
|
|
user,
|
|
role,
|
|
permission,
|
|
app,
|
|
menu,
|
|
demo
|
|
};
|
|
const messages = {
|
|
en,
|
|
"zh-Hans": zhHans,
|
|
"zh-Hant": zhHant
|
|
};
|
|
exports.messages = messages;
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/i18n/index.js.map
|