You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.5 KiB
103 lines
2.5 KiB
export default { |
|
title: 'Avue is a framework', |
|
tip: 'tip', |
|
logoutTip: 'Exit the system, do you want to continue?', |
|
submitText: 'submit', |
|
cancelText: 'cancel', |
|
search: 'Please input search content', |
|
menuTip: 'none menu list', |
|
wel: { |
|
info: 'Good morning, Smallwei, Avuex is a framework', |
|
dept: 'a certain technology department', |
|
team: 'Team ranking', |
|
project: 'Project access', |
|
count: 'Item number', |
|
data: { |
|
subtitle: 'real time', |
|
column1: 'Classified statistics', |
|
column2: 'Annex statistics', |
|
column3: 'Article statistics', |
|
key1: 'C', |
|
key2: 'A', |
|
key3: 'A', |
|
text1: 'Total Record Number of Classifications', |
|
text2: 'Number of attachments Uploaded', |
|
text3: 'Comment frequency' |
|
}, |
|
data2: { |
|
column1: 'Registration today', |
|
column2: 'Login today', |
|
column3: 'Subscription today', |
|
column4: 'Todays review' |
|
}, |
|
data3: { |
|
column1: 'Conversion rate(Day 28%)', |
|
column2: 'Attendance rate(Day 11%)', |
|
column3: 'Attendance rate(Day 33%)' |
|
}, |
|
data4: { |
|
column1: 'Error log', |
|
column2: 'Data display', |
|
column3: 'Privilege management', |
|
column4: 'user management' |
|
}, |
|
table: { |
|
rw: 'Work Tasks', |
|
nr: 'Work content', |
|
sj: 'Working hours', |
|
} |
|
}, |
|
route: { |
|
info: 'info', |
|
website: 'website', |
|
dashboard: 'dashboard', |
|
tags: 'tags', |
|
store: 'store', |
|
permission: 'permission', |
|
api: 'api', |
|
logs: 'logs', |
|
table: 'table', |
|
form: 'form', |
|
data: 'data', |
|
error: 'error', |
|
test: 'test' |
|
}, |
|
login: { |
|
title: 'Login ', |
|
info: 'Enterprise Development Platform', |
|
tenantId: 'Please input tenantId', |
|
username: 'Please input username', |
|
password: 'Please input a password', |
|
wechat: 'Wechat', |
|
qq: 'QQ', |
|
github: 'github', |
|
gitee: 'gitee', |
|
phone: 'Please input a phone', |
|
code: 'Please input a code', |
|
submit: 'Login', |
|
userLogin: 'userLogin', |
|
phoneLogin: 'phoneLogin', |
|
thirdLogin: 'thirdLogin', |
|
msgText: 'send code', |
|
msgSuccess: 'reissued code', |
|
}, |
|
navbar: { |
|
info: 'info', |
|
logOut: 'logout', |
|
userinfo: 'userinfo', |
|
dashboard: 'dashboard', |
|
lock: 'lock', |
|
bug: 'none bug', |
|
bugs: 'bug', |
|
screenfullF: 'exit screenfull', |
|
screenfull: 'screenfull', |
|
language: 'language', |
|
theme: 'theme', |
|
color: 'color' |
|
}, |
|
tagsView: { |
|
menu: 'menu', |
|
closeOthers: 'Close Others', |
|
closeAll: 'Close All' |
|
} |
|
}
|
|
|