Initial commit
This commit is contained in:
@@ -0,0 +1,584 @@
|
||||
export default {
|
||||
common: {
|
||||
inputText: 'Please input',
|
||||
selectText: 'Please select',
|
||||
startTimeText: 'Start time',
|
||||
endTimeText: 'End time',
|
||||
login: 'Login',
|
||||
required: 'This is required',
|
||||
loginOut: 'Login out',
|
||||
document: 'Document',
|
||||
reminder: 'Reminder',
|
||||
loginOutMessage: 'Exit the system?',
|
||||
back: 'Back',
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
reload: 'Reload current',
|
||||
closeTab: 'Close current',
|
||||
closeTheLeftTab: 'Close left',
|
||||
closeTheRightTab: 'Close right',
|
||||
closeOther: 'Close other',
|
||||
closeAll: 'Close all',
|
||||
prevLabel: 'Prev',
|
||||
nextLabel: 'Next',
|
||||
skipLabel: 'Jump',
|
||||
doneLabel: 'End',
|
||||
menu: 'Menu',
|
||||
menuDes: 'Menu bar rendered in routed structure',
|
||||
collapse: 'Collapse',
|
||||
collapseDes: 'Expand and zoom the menu bar',
|
||||
tagsView: 'Tags view',
|
||||
tagsViewDes: 'Used to record routing history',
|
||||
tool: 'Tool',
|
||||
toolDes: 'Used to set up custom systems',
|
||||
query: 'Query',
|
||||
reset: 'Reset',
|
||||
shrink: 'Put away',
|
||||
expand: 'Expand',
|
||||
delMessage: 'Delete the selected data?',
|
||||
delWarning: 'Warning',
|
||||
delOk: 'OK',
|
||||
delCancel: 'Cancel',
|
||||
delNoData: 'Please select the data to delete',
|
||||
delSuccess: 'Deleted successfully',
|
||||
refresh: 'Refresh',
|
||||
fullscreen: 'Fullscreen',
|
||||
size: 'Size',
|
||||
columnSetting: 'Column setting',
|
||||
lengthRange: 'The length should be between {min} and {max}',
|
||||
notSpace: 'Spaces are not allowed',
|
||||
notSpecialCharacters: 'Special characters are not allowed',
|
||||
isEqual: 'The two are not equal',
|
||||
// 列设置
|
||||
setting: 'Setting'
|
||||
},
|
||||
lock: {
|
||||
lockScreen: 'Lock screen',
|
||||
lock: 'Lock',
|
||||
lockPassword: 'Lock screen password',
|
||||
unlock: 'Click to unlock',
|
||||
backToLogin: 'Back to login',
|
||||
entrySystem: 'Entry the system',
|
||||
placeholder: 'Please enter the lock screen password',
|
||||
message: 'Lock screen password error'
|
||||
},
|
||||
error: {
|
||||
noPermission: `Sorry, you don't have permission to access this page.`,
|
||||
pageError: 'Sorry, the page you visited does not exist.',
|
||||
networkError: 'Sorry, the server reported an error.',
|
||||
returnToHome: 'Return to home'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: 'Project setting',
|
||||
theme: 'Theme',
|
||||
layout: 'Layout',
|
||||
systemTheme: 'System theme',
|
||||
menuTheme: 'Menu theme',
|
||||
interfaceDisplay: 'Interface display',
|
||||
breadcrumb: 'Breadcrumb',
|
||||
breadcrumbIcon: 'Breadcrumb icon',
|
||||
collapseMenu: 'Collapse menu',
|
||||
hamburgerIcon: 'Hamburger icon',
|
||||
screenfullIcon: 'Screenfull icon',
|
||||
sizeIcon: 'Size icon',
|
||||
localeIcon: 'Locale icon',
|
||||
tagsView: 'Tags view',
|
||||
logo: 'Logo',
|
||||
greyMode: 'Grey mode',
|
||||
fixedHeader: 'Fixed header',
|
||||
headerTheme: 'Header theme',
|
||||
cutMenu: 'Cut Menu',
|
||||
copy: 'Copy',
|
||||
clearAndReset: 'Clear cache and reset',
|
||||
copySuccess: 'Copy success',
|
||||
copyFailed: 'Copy failed',
|
||||
footer: 'Footer',
|
||||
uniqueOpened: 'Unique opened',
|
||||
tagsViewIcon: 'Tags view icon',
|
||||
// 开启动态路由
|
||||
dynamicRouter: 'Enable dynamic router',
|
||||
serverDynamicRouter: 'Server dynamic router',
|
||||
reExperienced: 'Please exit the login experience again',
|
||||
fixedMenu: 'Fixed menu'
|
||||
},
|
||||
size: {
|
||||
default: 'Default',
|
||||
large: 'Large',
|
||||
small: 'Small'
|
||||
},
|
||||
login: {
|
||||
welcome: 'Welcome to the system',
|
||||
message: 'Backstage management system',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
register: 'Register',
|
||||
checkPassword: 'Confirm password',
|
||||
login: 'Sign in',
|
||||
otherLogin: 'Sign in with',
|
||||
remember: 'Remember me',
|
||||
hasUser: 'Existing account? Go to login',
|
||||
forgetPassword: 'Forget password',
|
||||
usernamePlaceholder: 'Please input username',
|
||||
passwordPlaceholder: 'Please input password',
|
||||
code: 'Verification code',
|
||||
codePlaceholder: 'Please input verification code',
|
||||
getCode: 'Get code'
|
||||
},
|
||||
router: {
|
||||
login: 'Login',
|
||||
level: 'Multi level menu',
|
||||
menu: 'Menu',
|
||||
menu1: 'Menu1',
|
||||
menu11: 'Menu1-1',
|
||||
menu111: 'Menu1-1-1',
|
||||
menu12: 'Menu1-2',
|
||||
menu2: 'Menu2',
|
||||
dashboard: 'Dashboard',
|
||||
analysis: 'Analysis',
|
||||
workplace: 'Workplace',
|
||||
guide: 'Guide',
|
||||
component: 'Component',
|
||||
icon: 'Icon',
|
||||
echart: 'Echart',
|
||||
countTo: 'Count to',
|
||||
watermark: 'Watermark',
|
||||
qrcode: 'Qrcode',
|
||||
highlight: 'Highlight',
|
||||
infotip: 'Infotip',
|
||||
form: 'Form',
|
||||
defaultForm: 'All examples',
|
||||
search: 'Search',
|
||||
table: 'Table',
|
||||
defaultTable: 'Basic example',
|
||||
editor: 'Editor',
|
||||
richText: 'Rich text',
|
||||
jsonEditor: 'JSON Editor',
|
||||
codeEditor: 'Code Editor',
|
||||
dialog: 'Dialog',
|
||||
imageViewer: 'Image viewer',
|
||||
descriptions: 'Descriptions',
|
||||
example: 'Example',
|
||||
exampleDialog: 'Example dialog',
|
||||
examplePage: 'Example page',
|
||||
exampleAdd: 'Example page - add',
|
||||
exampleEdit: 'Example page - edit',
|
||||
exampleDetail: 'Example page - detail',
|
||||
errorPage: 'Error page',
|
||||
authorization: 'Authorization',
|
||||
user: 'User management',
|
||||
role: 'Role management',
|
||||
document: 'Document',
|
||||
inputPassword: 'InputPassword',
|
||||
sticky: 'Sticky',
|
||||
treeTable: 'Tree table',
|
||||
PicturePreview: 'Table Image Preview',
|
||||
department: 'Department management',
|
||||
menuManagement: 'Menu management',
|
||||
// 权限测试页面
|
||||
permission: 'Permission test page',
|
||||
function: 'Function',
|
||||
multipleTabs: 'Multiple tabs',
|
||||
details: 'Details',
|
||||
iconPicker: 'Icon picker',
|
||||
request: 'Request',
|
||||
waterfall: 'Waterfall',
|
||||
imageCropping: 'Image cropping',
|
||||
videoPlayer: 'Video player',
|
||||
// 表格视频预览
|
||||
tableVideoPreview: 'Table video preview',
|
||||
cardTable: 'Card table',
|
||||
personalCenter: 'Personal center',
|
||||
personal: 'Personal',
|
||||
avatars: 'Avatars',
|
||||
iAgree: 'I agree',
|
||||
tree: 'Tree'
|
||||
},
|
||||
permission: {
|
||||
hasPermission: 'Please set the operation permission value'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
unreadInformation: 'Unread information',
|
||||
transactionAmount: 'Transaction amount',
|
||||
totalShopping: 'Total Shopping',
|
||||
monthlySales: 'Monthly sales',
|
||||
userAccessSource: 'User access source',
|
||||
january: 'January',
|
||||
february: 'February',
|
||||
march: 'March',
|
||||
april: 'April',
|
||||
may: 'May',
|
||||
june: 'June',
|
||||
july: 'July',
|
||||
august: 'August',
|
||||
september: 'September',
|
||||
october: 'October',
|
||||
november: 'November',
|
||||
december: 'December',
|
||||
estimate: 'Estimate',
|
||||
actual: 'Actual',
|
||||
directAccess: 'Airect access',
|
||||
mailMarketing: 'Mail marketing',
|
||||
allianceAdvertising: 'Alliance advertising',
|
||||
videoAdvertising: 'Video advertising',
|
||||
searchEngines: 'Search engines',
|
||||
weeklyUserActivity: 'Weekly user activity',
|
||||
activeQuantity: 'Active quantity',
|
||||
monday: 'Monday',
|
||||
tuesday: 'Tuesday',
|
||||
wednesday: 'Wednesday',
|
||||
thursday: 'Thursday',
|
||||
friday: 'Friday',
|
||||
saturday: 'Saturday',
|
||||
sunday: 'Sunday'
|
||||
},
|
||||
workplace: {
|
||||
goodMorning: 'Good morning',
|
||||
happyDay: 'Wish you happy every day!',
|
||||
toady: `It's sunny today`,
|
||||
project: 'Project',
|
||||
access: 'Project access',
|
||||
toDo: 'To do',
|
||||
introduction: 'A serious introduction',
|
||||
more: 'More',
|
||||
shortcutOperation: 'Shortcut operation',
|
||||
operation: 'Operation',
|
||||
index: 'Index',
|
||||
personal: 'Personal',
|
||||
team: 'Team',
|
||||
quote: 'Quote',
|
||||
contribution: 'Contribution',
|
||||
hot: 'Hot',
|
||||
yield: 'Yield',
|
||||
dynamic: 'Dynamic',
|
||||
push: 'push',
|
||||
pushCode: 'Archer push code to Github',
|
||||
follow: 'Follow'
|
||||
},
|
||||
formDemo: {
|
||||
input: 'Input',
|
||||
inputNumber: 'InputNumber',
|
||||
default: 'Default',
|
||||
icon: 'Icon',
|
||||
mixed: 'Mixed',
|
||||
password: 'Password',
|
||||
textarea: 'Textarea',
|
||||
remoteSearch: 'Remote search',
|
||||
slot: 'Slot',
|
||||
position: 'Position',
|
||||
autocomplete: 'Autocomplete',
|
||||
select: 'Select',
|
||||
optionSlot: 'Option Slot',
|
||||
selectGroup: 'Select Group',
|
||||
selectV2: 'SelectV2',
|
||||
cascader: 'Cascader',
|
||||
switch: 'Switch',
|
||||
rate: 'Rate',
|
||||
colorPicker: 'Color Picker',
|
||||
transfer: 'Transfer',
|
||||
render: 'Render',
|
||||
radio: 'Radio',
|
||||
radioGroup: 'Radio Group',
|
||||
button: 'Button',
|
||||
checkbox: 'Checkbox',
|
||||
checkboxButton: 'Checkbox Button',
|
||||
checkboxGroup: 'Checkbox Group',
|
||||
slider: 'Slider',
|
||||
datePicker: 'Date Picker',
|
||||
shortcuts: 'Shortcuts',
|
||||
today: 'Today',
|
||||
yesterday: 'Yesterday',
|
||||
aWeekAgo: 'A week ago',
|
||||
week: 'Week',
|
||||
year: 'Year',
|
||||
month: 'Month',
|
||||
dates: 'Dates',
|
||||
daterange: 'Date Range',
|
||||
monthrange: 'Month Range',
|
||||
dateTimePicker: 'DateTimePicker',
|
||||
dateTimerange: 'Datetime Range',
|
||||
timePicker: 'Time Picker',
|
||||
timeSelect: 'Time Select',
|
||||
inputPassword: 'input Password',
|
||||
passwordStrength: 'Password Strength',
|
||||
defaultForm: 'All examples',
|
||||
formDes:
|
||||
'The secondary encapsulation of form components based on ElementPlus realizes data-driven and supports all Form parameters',
|
||||
example: 'example',
|
||||
operate: 'operate',
|
||||
change: 'Change',
|
||||
restore: 'Restore',
|
||||
disabled: 'Disabled',
|
||||
disablement: 'Disablement',
|
||||
delete: 'Delete',
|
||||
add: 'Add',
|
||||
setValue: 'Set value',
|
||||
resetValue: 'Reset value',
|
||||
set: 'Set',
|
||||
subitem: 'Subitem',
|
||||
formValidation: 'Form validation',
|
||||
verifyReset: 'Verify reset',
|
||||
// 富文本编辑器
|
||||
richText: 'Rich text',
|
||||
jsonEditor: 'JSON Editor',
|
||||
form: 'Form',
|
||||
// 远程加载
|
||||
remoteLoading: 'Remote loading',
|
||||
// 聚焦
|
||||
focus: 'Focus',
|
||||
treeSelect: 'Tree Select',
|
||||
showCheckbox: 'Show Checkbox',
|
||||
selectAnyLevel: 'Select Any Level',
|
||||
multiple: 'Multiple',
|
||||
filterable: 'Filterable',
|
||||
// 自定义节点内容
|
||||
customContent: 'Custom content',
|
||||
// 懒加载
|
||||
lazyLoad: 'Lazy load',
|
||||
upload: 'Upload',
|
||||
// 用户头像
|
||||
userAvatar: 'User avatar',
|
||||
iconPicker: 'Icon picker',
|
||||
iAgree: 'I agree'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: 'Guide',
|
||||
start: 'Start',
|
||||
message:
|
||||
'The guide page is very useful for some people who enter the project for the first time. You can briefly introduce the functions of the project. The boot page is based on driver.js'
|
||||
},
|
||||
iconDemo: {
|
||||
icon: 'Icon',
|
||||
localIcon: 'Local Icon',
|
||||
iconify: 'Iconify component',
|
||||
recommendedUse: 'Recommended use',
|
||||
recommendeDes:
|
||||
'Iconify component basically contains all icons. You can query any icon you want. And packaging will only package the icons used.',
|
||||
accessAddress: 'Access address'
|
||||
},
|
||||
echartDemo: {
|
||||
echart: 'Echart',
|
||||
echartDes:
|
||||
'Based on the secondary packaging components of eckarts, the width is adaptive. The corresponding chart can be displayed by passing in the options and height attributes.'
|
||||
},
|
||||
countToDemo: {
|
||||
countTo: 'CountTo',
|
||||
countToDes:
|
||||
'The transformation is based on vue-count-to and supports all vue-count-to parameters.',
|
||||
suffix: 'Suffix',
|
||||
prefix: 'Prefix',
|
||||
separator: 'Separator',
|
||||
duration: 'Duration',
|
||||
endVal: 'End val',
|
||||
startVal: 'Start val',
|
||||
start: 'Start',
|
||||
pause: 'Pause',
|
||||
resume: 'Resume'
|
||||
},
|
||||
watermarkDemo: {
|
||||
watermark: 'Watermark',
|
||||
createdWatermark: 'Created watermark',
|
||||
clearWatermark: 'Clear watermark',
|
||||
resetWatermark: 'Reset watermark'
|
||||
},
|
||||
qrcodeDemo: {
|
||||
qrcode: 'Qrcode',
|
||||
qrcodeDes: 'Secondary packaging based on qrcode',
|
||||
basicUsage: 'Basic usage',
|
||||
imgTag: 'Img tag',
|
||||
style: 'Style config',
|
||||
click: 'Click event',
|
||||
asynchronousContent: 'Asynchronous content',
|
||||
invalid: 'Invalid',
|
||||
logoConfig: 'Logo config',
|
||||
logoStyle: 'Logo style',
|
||||
size: 'size config'
|
||||
},
|
||||
treeDemo: {
|
||||
treeTitle: 'Tree control (right-click node to customize menu options)',
|
||||
message:
|
||||
'The tree component is based on the secondary packaging of the tree component of ElementPlus'
|
||||
},
|
||||
highlightDemo: {
|
||||
highlight: 'Highlight',
|
||||
message: 'The best time to plant a tree is ten years ago, followed by now.',
|
||||
keys1: 'ten years ago',
|
||||
keys2: 'now'
|
||||
},
|
||||
infotipDemo: {
|
||||
infotip: 'Infotip',
|
||||
infotipDes: 'Secondary packaging of components based on Highlight',
|
||||
title: 'matters needing attention'
|
||||
},
|
||||
levelDemo: {
|
||||
menu: 'Multi level menu cache'
|
||||
},
|
||||
searchDemo: {
|
||||
search: 'Search',
|
||||
searchDes:
|
||||
'Based on the secondary encapsulation of form components, the functions of query and reset are realized',
|
||||
operate: 'operate',
|
||||
change: 'Change',
|
||||
grid: 'grid',
|
||||
button: 'Button',
|
||||
restore: 'Restore',
|
||||
inline: 'inline',
|
||||
bottom: 'Bottom',
|
||||
position: 'position',
|
||||
left: 'left',
|
||||
center: 'center',
|
||||
right: 'right',
|
||||
dynamicOptions: 'Dynamic options',
|
||||
// 删除单选框
|
||||
deleteRadio: 'Delete radio',
|
||||
// 还原单选框
|
||||
restoreRadio: 'Restore radio',
|
||||
loading: 'Loading',
|
||||
reset: 'Reset'
|
||||
},
|
||||
stickyDemo: {
|
||||
sticky: 'Sticky'
|
||||
},
|
||||
tableDemo: {
|
||||
table: 'Table',
|
||||
tableDes: 'Secondary packaging of Table components based on ElementPlus',
|
||||
index: 'Index',
|
||||
title: 'Title',
|
||||
author: 'Author',
|
||||
displayTime: 'Display time',
|
||||
importance: 'Importance',
|
||||
pageviews: 'Pageviews',
|
||||
action: 'Action',
|
||||
important: 'Important',
|
||||
good: 'Good',
|
||||
commonly: 'Commonly',
|
||||
operate: 'operate',
|
||||
example: 'example',
|
||||
show: 'Show',
|
||||
hidden: 'Hidden',
|
||||
pagination: 'pagination',
|
||||
reserveIndex: 'Reserve index',
|
||||
restoreIndex: 'Restore index',
|
||||
showSelections: 'Show selections',
|
||||
hiddenSelections: 'Restore selections',
|
||||
showExpandedRows: 'Show expanded rows',
|
||||
hiddenExpandedRows: 'Hidden expanded rows',
|
||||
changeTitle: 'Change title',
|
||||
header: 'Header',
|
||||
selectAllNone: 'Select all / none',
|
||||
delOrAddAction: 'Delete or add action',
|
||||
showOrHiddenStripe: 'Show or hidden stripe',
|
||||
showOrHiddenBorder: 'Show or hidden border',
|
||||
fixedHeaderOrAuto: 'Fixed header or auto',
|
||||
getSelections: 'Get selections',
|
||||
preview: 'Preview',
|
||||
showOrHiddenSortable: 'Show or hidden sortable',
|
||||
videoPreview: 'Video preview',
|
||||
cardTable: 'Card table'
|
||||
},
|
||||
richText: {
|
||||
richText: 'Rich text',
|
||||
richTextDes: 'Secondary packaging based on wangeditor',
|
||||
jsonEditor: 'JSON Editor',
|
||||
jsonEditorDes: 'Secondary packaging based on vue-json-pretty',
|
||||
codeEditor: 'Code Editor',
|
||||
codeEditorDes: 'Secondary packaging based on monaco-editor'
|
||||
},
|
||||
dialogDemo: {
|
||||
dialog: 'Dialog',
|
||||
resizeDialog: 'Resize dialog',
|
||||
dialogDes: 'Secondary packaging of Dialog components based on ElementPlus',
|
||||
open: 'Open',
|
||||
close: 'Close',
|
||||
combineWithForm: 'Combine with form',
|
||||
submit: 'Submit'
|
||||
},
|
||||
imageViewerDemo: {
|
||||
open: 'Open',
|
||||
imageViewer: 'Image viewer',
|
||||
imageViewerDes: 'Secondary packaging of ImageViewer components based on ElementPlus'
|
||||
},
|
||||
descriptionsDemo: {
|
||||
descriptions: 'Descriptions',
|
||||
descriptionsDes: 'Secondary packaging of Descriptions components based on ElementPlus',
|
||||
username: 'Username',
|
||||
nickName: 'NickName',
|
||||
phone: 'Phone',
|
||||
email: 'Email',
|
||||
addr: 'Address',
|
||||
form: 'Combined with Form component'
|
||||
},
|
||||
exampleDemo: {
|
||||
title: 'Title',
|
||||
add: 'Add',
|
||||
del: 'Delete',
|
||||
edit: 'Edit',
|
||||
author: 'Author',
|
||||
displayTime: 'Display time',
|
||||
importance: 'Importance',
|
||||
pageviews: 'Pageviews',
|
||||
important: 'Important',
|
||||
content: 'Content',
|
||||
save: 'Save',
|
||||
detail: 'Detail'
|
||||
},
|
||||
userDemo: {
|
||||
title: 'User management',
|
||||
message:
|
||||
'Because it is simulated data, only two accounts with different permissions are provided, which can be modified and combined by developers according to the actual situation.',
|
||||
index: 'Index',
|
||||
action: 'Action',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
role: 'Role',
|
||||
remark: 'Remark',
|
||||
remarkMessage1: 'Back end control routing permission',
|
||||
remarkMessage2: 'Front end control routing permission',
|
||||
// 部门列表
|
||||
departmentList: 'Department list',
|
||||
// 搜索部门
|
||||
searchDepartment: 'Search department',
|
||||
account: 'Account',
|
||||
email: 'Email',
|
||||
createTime: 'Create time',
|
||||
// 所属部门
|
||||
department: 'Department',
|
||||
departmentName: 'Department name',
|
||||
status: 'Status',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
superiorDepartment: 'Superior department'
|
||||
},
|
||||
menu: {
|
||||
menuName: 'Menu name',
|
||||
icon: 'Icon',
|
||||
// 权限
|
||||
permission: 'Permission',
|
||||
component: 'Component',
|
||||
path: 'Path',
|
||||
status: 'Status',
|
||||
hidden: 'Hidden',
|
||||
alwaysShow: 'Always show',
|
||||
noCache: 'No cache',
|
||||
breadcrumb: 'Breadcrumb',
|
||||
affix: 'Affix',
|
||||
noTagsView: 'No tags view',
|
||||
activeMenu: 'Active menu',
|
||||
canTo: 'Can to',
|
||||
name: 'Name'
|
||||
},
|
||||
role: {
|
||||
roleName: 'Role name',
|
||||
role: 'Role',
|
||||
// 菜单分配
|
||||
menu: 'Menu allocation'
|
||||
},
|
||||
inputPasswordDemo: {
|
||||
title: 'InputPassword',
|
||||
inputPasswordDes: 'Secondary packaging of Input components based on ElementPlus'
|
||||
},
|
||||
avatarsDemo: {
|
||||
title:
|
||||
'Avatar component for avatar list, secondary packaging based on element plus Avatar component'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,577 @@
|
||||
export default {
|
||||
app: {
|
||||
turnover: '流水明细',
|
||||
subFlow: '下级流水',
|
||||
mymoney: '我的统计'
|
||||
},
|
||||
common: {
|
||||
inputText: '请输入',
|
||||
selectText: '请选择',
|
||||
startTimeText: '开始时间',
|
||||
endTimeText: '结束时间',
|
||||
login: '登录',
|
||||
required: '该项为必填项',
|
||||
loginOut: '退出系统',
|
||||
document: '项目文档',
|
||||
reminder: '温馨提示',
|
||||
loginOutMessage: '是否退出本系统?',
|
||||
back: '返回',
|
||||
ok: '确定',
|
||||
cancel: '取消',
|
||||
reload: '重新加载',
|
||||
closeTab: '关闭标签页',
|
||||
closeTheLeftTab: '关闭左侧标签页',
|
||||
closeTheRightTab: '关闭右侧标签页',
|
||||
closeOther: '关闭其它标签页',
|
||||
closeAll: '关闭全部标签页',
|
||||
prevLabel: '上一步',
|
||||
nextLabel: '下一步',
|
||||
skipLabel: '跳过',
|
||||
doneLabel: '结束',
|
||||
menu: '菜单',
|
||||
menuDes: '以路由的结构渲染的菜单栏',
|
||||
collapse: '展开缩收',
|
||||
collapseDes: '展开和缩放菜单栏',
|
||||
tagsView: '标签页',
|
||||
tagsViewDes: '用于记录路由历史记录',
|
||||
tool: '工具',
|
||||
toolDes: '用于设置定制系统',
|
||||
query: '查询',
|
||||
reset: '重置',
|
||||
shrink: '收起',
|
||||
expand: '展开',
|
||||
delMessage: '是否删除所选中数据?',
|
||||
delWarning: '提示',
|
||||
delOk: '确定',
|
||||
delCancel: '取消',
|
||||
delNoData: '请选择需要删除的数据',
|
||||
delSuccess: '删除成功',
|
||||
refresh: '刷新',
|
||||
fullscreen: '全屏',
|
||||
size: '尺寸',
|
||||
columnSetting: '列设置',
|
||||
lengthRange: '长度在 {min} 到 {max} 个字符',
|
||||
notSpace: '不能包含空格',
|
||||
notSpecialCharacters: '不能包含特殊字符',
|
||||
isEqual: '两次输入不一致',
|
||||
setting: '设置'
|
||||
},
|
||||
lock: {
|
||||
lockScreen: '锁定屏幕',
|
||||
lock: '锁定',
|
||||
lockPassword: '锁屏密码',
|
||||
unlock: '点击解锁',
|
||||
backToLogin: '返回登录',
|
||||
entrySystem: '进入系统',
|
||||
placeholder: '请输入锁屏密码',
|
||||
message: '锁屏密码错误'
|
||||
},
|
||||
error: {
|
||||
noPermission: `抱歉,您无权访问此页面。`,
|
||||
pageError: '抱歉,您访问的页面不存在。',
|
||||
networkError: '抱歉,服务器报告错误。',
|
||||
returnToHome: '返回首页'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: '项目配置',
|
||||
theme: '主题',
|
||||
layout: '布局',
|
||||
systemTheme: '系统主题',
|
||||
menuTheme: '菜单主题',
|
||||
interfaceDisplay: '界面显示',
|
||||
breadcrumb: '面包屑',
|
||||
breadcrumbIcon: '面包屑图标',
|
||||
collapseMenu: '折叠菜单',
|
||||
hamburgerIcon: '折叠图标',
|
||||
screenfullIcon: '全屏图标',
|
||||
sizeIcon: '尺寸图标',
|
||||
localeIcon: '多语言图标',
|
||||
tagsView: '标签页',
|
||||
logo: 'Logo',
|
||||
greyMode: '灰色模式',
|
||||
fixedHeader: '固定头部',
|
||||
headerTheme: '头部主题',
|
||||
cutMenu: '切割菜单',
|
||||
copy: '拷贝',
|
||||
clearAndReset: '清除缓存并且重置',
|
||||
copySuccess: '拷贝成功',
|
||||
copyFailed: '拷贝失败',
|
||||
footer: '页脚',
|
||||
uniqueOpened: '菜单手风琴',
|
||||
tagsViewIcon: '标签页图标',
|
||||
dynamicRouter: '开启动态路由',
|
||||
serverDynamicRouter: '服务端动态路由',
|
||||
reExperienced: '请重新退出登录体验',
|
||||
fixedMenu: '固定菜单'
|
||||
},
|
||||
size: {
|
||||
default: '默认',
|
||||
large: '大',
|
||||
small: '小'
|
||||
},
|
||||
login: {
|
||||
welcome: '欢迎使用本系统',
|
||||
message: '开箱主播管理系统',
|
||||
username: '手机号',
|
||||
password: '密码',
|
||||
register: '注册',
|
||||
checkPassword: '确认密码',
|
||||
login: '登录',
|
||||
otherLogin: '其它登录方式',
|
||||
remember: '记住我',
|
||||
hasUser: '已有账号?去登录',
|
||||
forgetPassword: '忘记密码',
|
||||
usernamePlaceholder: '请输入用户名',
|
||||
passwordPlaceholder: '请输入密码',
|
||||
code: '验证码',
|
||||
codePlaceholder: '请输入验证码',
|
||||
getCode: '获取验证码'
|
||||
},
|
||||
router: {
|
||||
login: '登录',
|
||||
level: '多级菜单',
|
||||
menu: '菜单',
|
||||
menu1: '菜单1',
|
||||
menu11: '菜单1-1',
|
||||
menu111: '菜单1-1-1',
|
||||
menu12: '菜单1-2',
|
||||
menu2: '菜单2',
|
||||
dashboard: '首页',
|
||||
analysis: '数据面板',
|
||||
workplace: '工作台',
|
||||
guide: '引导',
|
||||
component: '组件',
|
||||
icon: '图标',
|
||||
echart: '图表',
|
||||
countTo: '数字动画',
|
||||
watermark: '水印',
|
||||
qrcode: '二维码',
|
||||
highlight: '高亮',
|
||||
infotip: '信息提示',
|
||||
form: '表单',
|
||||
defaultForm: '全部示例',
|
||||
search: '查询',
|
||||
table: '表格',
|
||||
defaultTable: '基础示例',
|
||||
editor: '编辑器',
|
||||
richText: '富文本',
|
||||
jsonEditor: 'JSON编辑器',
|
||||
codeEditor: '代码编辑器',
|
||||
dialog: '弹窗',
|
||||
imageViewer: '图片预览',
|
||||
descriptions: '描述',
|
||||
example: '综合示例',
|
||||
exampleDialog: '综合示例 - 弹窗',
|
||||
examplePage: '综合示例 - 页面',
|
||||
exampleAdd: '综合示例 - 新增',
|
||||
exampleEdit: '综合示例 - 编辑',
|
||||
exampleDetail: '综合示例 - 详情',
|
||||
errorPage: '错误页面',
|
||||
authorization: '权限管理',
|
||||
user: '用户管理',
|
||||
role: '角色管理',
|
||||
document: '文档',
|
||||
inputPassword: '密码输入框',
|
||||
sticky: '黏性',
|
||||
treeTable: '树形表格',
|
||||
PicturePreview: '表格图片预览',
|
||||
department: '部门管理',
|
||||
menuManagement: '菜单管理',
|
||||
permission: '权限测试页',
|
||||
function: '功能',
|
||||
multipleTabs: '多开标签页',
|
||||
details: '详情页',
|
||||
iconPicker: '图标选择器',
|
||||
request: '请求',
|
||||
waterfall: '瀑布流',
|
||||
imageCropping: '图片裁剪',
|
||||
videoPlayer: '视频播放器',
|
||||
tableVideoPreview: '表格视频预览',
|
||||
cardTable: '卡片表格',
|
||||
personalCenter: '个人中心',
|
||||
personal: '个人',
|
||||
avatars: '头像列表',
|
||||
iAgree: '我同意',
|
||||
tree: 'Tree 树形控件'
|
||||
},
|
||||
permission: {
|
||||
hasPermission: '请设置操作权限值'
|
||||
},
|
||||
analysis: {
|
||||
newUser: '新增用户',
|
||||
unreadInformation: '未读消息',
|
||||
transactionAmount: '成交金额',
|
||||
totalShopping: '购物总量',
|
||||
monthlySales: '每月销售额',
|
||||
userAccessSource: '用户访问来源',
|
||||
january: '一月',
|
||||
february: '二月',
|
||||
march: '三月',
|
||||
april: '四月',
|
||||
may: '五月',
|
||||
june: '六月',
|
||||
july: '七月',
|
||||
august: '八月',
|
||||
september: '九月',
|
||||
october: '十月',
|
||||
november: '十一月',
|
||||
december: '十二月',
|
||||
estimate: '预计',
|
||||
actual: '实际',
|
||||
directAccess: '直接访问',
|
||||
mailMarketing: '邮件营销',
|
||||
allianceAdvertising: '联盟广告',
|
||||
videoAdvertising: '视频广告',
|
||||
searchEngines: '搜索引擎',
|
||||
weeklyUserActivity: '每周用户活跃量',
|
||||
activeQuantity: '活跃量',
|
||||
monday: '周一',
|
||||
tuesday: '周二',
|
||||
wednesday: '周三',
|
||||
thursday: '周四',
|
||||
friday: '周五',
|
||||
saturday: '周六',
|
||||
sunday: '周日'
|
||||
},
|
||||
workplace: {
|
||||
goodMorning: '早安',
|
||||
happyDay: '祝你开心每一天!',
|
||||
toady: '今日晴',
|
||||
project: '项目数',
|
||||
access: '项目访问',
|
||||
toDo: '待办',
|
||||
introduction: '一个正经的简介',
|
||||
more: '更多',
|
||||
shortcutOperation: '快捷操作',
|
||||
operation: '操作',
|
||||
index: '指数',
|
||||
personal: '个人',
|
||||
team: '团队',
|
||||
quote: '引用',
|
||||
contribution: '贡献',
|
||||
hot: '热度',
|
||||
yield: '产量',
|
||||
dynamic: '动态',
|
||||
push: '推送',
|
||||
pushCode: 'Archer 推送 代码到 Github',
|
||||
follow: '关注'
|
||||
},
|
||||
formDemo: {
|
||||
input: '输入框',
|
||||
inputNumber: '数字输入框',
|
||||
default: '默认',
|
||||
icon: '图标',
|
||||
mixed: '复合型',
|
||||
password: '密码框',
|
||||
textarea: '多行文本',
|
||||
remoteSearch: '远程搜索',
|
||||
slot: '插槽',
|
||||
position: '位置',
|
||||
autocomplete: '自动补全',
|
||||
select: '选择器',
|
||||
optionSlot: '选项插槽',
|
||||
selectGroup: '选项分组',
|
||||
selectV2: '虚拟列表选择器',
|
||||
cascader: '级联选择器',
|
||||
switch: '开关',
|
||||
rate: '评分',
|
||||
colorPicker: '颜色选择器',
|
||||
transfer: '穿梭框',
|
||||
render: '渲染器',
|
||||
radio: '单选框',
|
||||
radioGroup: '单选框组',
|
||||
button: '按钮',
|
||||
checkbox: '多选框',
|
||||
checkboxButton: '多选框按钮',
|
||||
checkboxGroup: '多选框组',
|
||||
slider: '滑块',
|
||||
datePicker: '日期选择器',
|
||||
shortcuts: '快捷选项',
|
||||
today: '今天',
|
||||
yesterday: '昨天',
|
||||
aWeekAgo: '一周前',
|
||||
week: '周',
|
||||
year: '年',
|
||||
month: '月',
|
||||
dates: '日期',
|
||||
daterange: '日期范围',
|
||||
monthrange: '月份范围',
|
||||
dateTimePicker: '日期时间选择器',
|
||||
dateTimerange: '日期时间范围',
|
||||
timePicker: '时间选择器',
|
||||
timeSelect: '时间选择',
|
||||
inputPassword: '密码输入框',
|
||||
passwordStrength: '密码强度',
|
||||
defaultForm: '全部示例',
|
||||
formDes: '基于 ElementPlus 的 Form 组件二次封装,实现数据驱动,支持所有 Form 参数',
|
||||
example: '示例',
|
||||
operate: '操作',
|
||||
change: '更改',
|
||||
restore: '还原',
|
||||
disabled: '禁用',
|
||||
disablement: '解除禁用',
|
||||
delete: '删除',
|
||||
add: '添加',
|
||||
setValue: '设置值',
|
||||
resetValue: '重置值',
|
||||
set: '设置',
|
||||
subitem: '子项',
|
||||
formValidation: '表单验证',
|
||||
verifyReset: '验证重置',
|
||||
// 富文本编辑器
|
||||
richText: '富文本编辑器',
|
||||
// JSON编辑器
|
||||
jsonEditor: 'JSON编辑器',
|
||||
form: '表单',
|
||||
// 远程加载
|
||||
remoteLoading: '远程加载',
|
||||
// 聚焦
|
||||
focus: '聚焦',
|
||||
treeSelect: '树形选择器',
|
||||
showCheckbox: '显示复选框',
|
||||
selectAnyLevel: '选择任意级别',
|
||||
multiple: '多选',
|
||||
filterable: '可筛选',
|
||||
customContent: '自定义内容',
|
||||
lazyLoad: '懒加载',
|
||||
upload: '上传',
|
||||
userAvatar: '用户头像',
|
||||
iconPicker: '图标选择器',
|
||||
iAgree: '我同意'
|
||||
},
|
||||
guideDemo: {
|
||||
guide: '引导页',
|
||||
start: '开始',
|
||||
message:
|
||||
'引导页对于一些第一次进入项目的人很有用,你可以简单介绍下项目的功能。引导页基于 driver.js'
|
||||
},
|
||||
iconDemo: {
|
||||
icon: '图标',
|
||||
localIcon: '本地图标',
|
||||
iconify: 'Iconify组件',
|
||||
recommendedUse: '推荐使用',
|
||||
recommendeDes:
|
||||
'Iconify组件基本包含所有的图标,你可以查询到你想要的任何图标。并且打包只会打包所用到的图标。',
|
||||
accessAddress: '访问地址'
|
||||
},
|
||||
echartDemo: {
|
||||
echart: '图表',
|
||||
echartDes:
|
||||
'基于 echarts 二次封装组件,自适应宽度,只需传入 options 与 height 属性即可展示对应的图表。'
|
||||
},
|
||||
countToDemo: {
|
||||
countTo: '数字动画',
|
||||
countToDes: '基于 vue-count-to 进行改造,支持所有 vue-count-to 参数。',
|
||||
suffix: '后缀',
|
||||
prefix: '前缀',
|
||||
separator: '分割符号',
|
||||
duration: '持续时间',
|
||||
endVal: '结束值',
|
||||
startVal: '开始值',
|
||||
start: '开始',
|
||||
pause: '暂停',
|
||||
resume: '继续'
|
||||
},
|
||||
watermarkDemo: {
|
||||
watermark: '水印',
|
||||
createdWatermark: '创建水印',
|
||||
clearWatermark: '清除水印',
|
||||
resetWatermark: '重置水印'
|
||||
},
|
||||
qrcodeDemo: {
|
||||
qrcode: '二维码',
|
||||
qrcodeDes: '基于 qrcode 二次封装',
|
||||
basicUsage: '基础用法',
|
||||
imgTag: 'img标签',
|
||||
style: '样式配置',
|
||||
click: '点击事件',
|
||||
asynchronousContent: '异步内容',
|
||||
invalid: '失效',
|
||||
logoConfig: 'logo配置',
|
||||
logoStyle: 'logo样式',
|
||||
size: '大小配置'
|
||||
},
|
||||
treeDemo: {
|
||||
treeTitle: '树形控件(节点右键可自定义菜单选项)',
|
||||
message: '基于 ElementPlus 的 Tree 组件二次封装'
|
||||
},
|
||||
highlightDemo: {
|
||||
highlight: '高亮',
|
||||
message: '种一棵树最好的时间是十年前,其次就是现在。',
|
||||
keys1: '十年前',
|
||||
keys2: '现在'
|
||||
},
|
||||
infotipDemo: {
|
||||
infotip: '信息提示',
|
||||
infotipDes: '基于 Highlight 组件二次封装',
|
||||
title: '注意事项'
|
||||
},
|
||||
levelDemo: {
|
||||
menu: '多级菜单缓存'
|
||||
},
|
||||
searchDemo: {
|
||||
search: '查询',
|
||||
searchDes: '基于 Form 组件二次封装,实现查询、重置功能',
|
||||
operate: '操作',
|
||||
change: '更改',
|
||||
grid: '栅格',
|
||||
button: '按钮',
|
||||
restore: '还原',
|
||||
inline: '内联',
|
||||
bottom: '底部',
|
||||
position: '位置',
|
||||
left: '左',
|
||||
center: '中',
|
||||
right: '右',
|
||||
dynamicOptions: '动态选项',
|
||||
// 删除单选框
|
||||
deleteRadio: '删除单选框',
|
||||
// 还原单选框
|
||||
restoreRadio: '还原单选框',
|
||||
loading: '加载中',
|
||||
reset: '重置'
|
||||
},
|
||||
stickyDemo: {
|
||||
sticky: '黏性'
|
||||
},
|
||||
tableDemo: {
|
||||
table: '表格',
|
||||
tableDes: '基于 ElementPlus 的 Table 组件二次封装',
|
||||
index: '序号',
|
||||
title: '标题',
|
||||
author: '作者',
|
||||
displayTime: '创建时间',
|
||||
importance: '重要性',
|
||||
pageviews: '阅读数',
|
||||
action: '操作',
|
||||
important: '重要',
|
||||
good: '良好',
|
||||
commonly: '一般',
|
||||
operate: '操作',
|
||||
example: '示例',
|
||||
show: '显示',
|
||||
hidden: '隐藏',
|
||||
pagination: '分页',
|
||||
reserveIndex: '叠加序号',
|
||||
restoreIndex: '还原序号',
|
||||
showSelections: '显示多选',
|
||||
hiddenSelections: '隐藏多选',
|
||||
showExpandedRows: '显示展开行',
|
||||
hiddenExpandedRows: '隐藏展开行',
|
||||
changeTitle: '修改标题',
|
||||
header: '头部',
|
||||
selectAllNone: '全选/全不选',
|
||||
delOrAddAction: '删除/添加操作列',
|
||||
showOrHiddenStripe: '显示/隐藏斑马纹',
|
||||
showOrHiddenBorder: '显示/隐藏边框',
|
||||
fixedHeaderOrAuto: '固定头部/自动',
|
||||
getSelections: '获取多选数据',
|
||||
preview: '封面',
|
||||
showOrHiddenSortable: '显示/隐藏排序',
|
||||
videoPreview: '视频预览',
|
||||
cardTable: '卡片表格'
|
||||
},
|
||||
richText: {
|
||||
richText: '富文本',
|
||||
richTextDes: '基于 wangeditor 二次封装',
|
||||
jsonEditor: 'JSON编辑器',
|
||||
jsonEditorDes: '基于 vue-json-pretty 二次封装',
|
||||
codeEditor: '代码编辑器',
|
||||
codeEditorDes: '基于 monaco-editor 二次封装'
|
||||
},
|
||||
dialogDemo: {
|
||||
dialog: '弹窗',
|
||||
resizeDialog: '可自定义调节弹窗大小的弹窗',
|
||||
dialogDes: '基于 ElementPlus 的 Dialog 组件二次封装',
|
||||
open: '打开',
|
||||
close: '关闭',
|
||||
combineWithForm: '与表单结合',
|
||||
submit: '提交'
|
||||
},
|
||||
imageViewerDemo: {
|
||||
open: '打开',
|
||||
imageViewer: '图片预览',
|
||||
imageViewerDes: '基于 ElementPlus 的 ImageViewer 组件二次封装'
|
||||
},
|
||||
descriptionsDemo: {
|
||||
descriptions: '描述',
|
||||
descriptionsDes: '基于 ElementPlus 的 Descriptions 组件二次封装',
|
||||
username: '用户名',
|
||||
nickName: '昵称',
|
||||
phone: '联系电话',
|
||||
email: '邮箱',
|
||||
addr: '地址',
|
||||
form: '与 Form 组件组合'
|
||||
},
|
||||
exampleDemo: {
|
||||
title: '标题',
|
||||
add: '新增',
|
||||
del: '删除',
|
||||
edit: '编辑',
|
||||
author: '作者',
|
||||
displayTime: '创建时间',
|
||||
importance: '重要性',
|
||||
pageviews: '阅读数',
|
||||
important: '重要',
|
||||
content: '内容',
|
||||
save: '保存',
|
||||
detail: '详情'
|
||||
},
|
||||
userDemo: {
|
||||
title: '用户管理',
|
||||
message: '由于是模拟数据,所以只提供了两种不同权限的帐号,开发者可根据实际情况自行改造结合。',
|
||||
index: '序号',
|
||||
action: '操作',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
role: '角色',
|
||||
remark: '备注',
|
||||
remarkMessage1: '后端控制路由权限',
|
||||
remarkMessage2: '前端控制路由权限',
|
||||
// 部门列表
|
||||
departmentList: '部门列表',
|
||||
searchDepartment: '搜索部门',
|
||||
account: '账号',
|
||||
email: '邮箱',
|
||||
createTime: '创建时间',
|
||||
// 所属部门
|
||||
department: '所属部门',
|
||||
departmentName: '部门名称',
|
||||
status: '状态',
|
||||
// 启用
|
||||
enable: '启用',
|
||||
// 禁用
|
||||
disable: '禁用',
|
||||
// 上级部门
|
||||
superiorDepartment: '上级部门'
|
||||
},
|
||||
menu: {
|
||||
menuName: '菜单名称',
|
||||
icon: '图标',
|
||||
permission: '按钮权限',
|
||||
component: '组件',
|
||||
path: '路径',
|
||||
status: '状态',
|
||||
hidden: '是否隐藏',
|
||||
alwaysShow: '是否一直显示',
|
||||
noCache: '是否清除缓存',
|
||||
breadcrumb: '是否显示面包屑',
|
||||
affix: '是否固定在标签页',
|
||||
noTagsView: '是否隐藏标签页',
|
||||
activeMenu: '高亮菜单',
|
||||
canTo: '是否可跳转',
|
||||
name: '组件名称'
|
||||
},
|
||||
role: {
|
||||
roleName: '角色名称',
|
||||
role: '角色',
|
||||
menu: '菜单分配'
|
||||
},
|
||||
inputPasswordDemo: {
|
||||
title: '密码输入框',
|
||||
inputPasswordDes: '基于 ElementPlus 的 Input 组件二次封装'
|
||||
},
|
||||
avatarsDemo: {
|
||||
title: '头像列表组件,基于element-plus的Avatar组件二次封装'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user