Saber/src/lang/en.js

103 lines
2.5 KiB
JavaScript
Raw Normal View History

2019-02-14 11:38:09 +08:00
export default {
2019-02-15 14:33:39 +08:00
title: 'Avue is a framework',
2019-02-14 11:38:09 +08:00
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 rateDay 28%',
column2: 'Attendance rateDay 11%',
column3: 'Attendance rateDay 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',
avuexwebsite: 'avuex',
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',
2019-08-04 23:26:08 +08:00
tenantId: 'Please input tenantId',
2019-02-14 11:38:09 +08:00
username: 'Please input username',
password: 'Please input a password',
wechat: 'Wechat',
qq: 'QQ',
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'
}
2019-03-09 11:02:12 +08:00
}