-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathen.ts
More file actions
46 lines (45 loc) · 1.08 KB
/
en.ts
File metadata and controls
46 lines (45 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
import { systemTitle } from '@/locales/data'
/* English namespaced */
export default {
base: {
systemTitle,
goback: 'Back to the previous page',
empty: 'No data available',
i18nTest: 'Test internationalization',
pleaseInput: 'Please Input',
btnCancel: 'Cancel',
btnConfirm: 'Confirm'
},
nav: {
action: 'Action'
},
login: {
hydl: 'Hi, Welcome',
signin: 'Sign In',
username: 'Username',
email: 'Email',
pwd: 'Password',
fgtpwd: 'Forgot password?',
plsemail: 'Please enter a email',
plscurrentemail: 'Please enter the correct email',
plspwd: 'Please enter a password',
signout: 'Sign out',
loginSuccess: 'Login successfully'
},
project: {
manageTitle: 'Project management',
create: 'New Project',
name: 'Project name',
corpName: 'Corporation Name',
notes: 'Remark',
createDate: 'Create date',
state: 'State',
publish: 'Publish',
stop: 'Stop',
publishedSuccessfully: 'Published Successfully',
publishingStop: 'Stop Publishing'
},
result: {
title: 'Project details'
}
}