ecinc-cloud-moaecoav9 9.6.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +149 -0
- package/lang/en.js +271 -0
- package/lang/es.js +3 -0
- package/lang/index.js +25 -0
- package/lang/ja.js +3 -0
- package/lang/zhCN.js +271 -0
- package/lib/ecmoaecoa.common.js +55705 -0
- package/lib/ecmoaecoa.umd.js +55716 -0
- package/lib/ecmoaecoa.umd.min.js +283 -0
- package/lib/img/iconfont.de4e4895.svg +29 -0
- package/package.json +10 -0
package/index.js
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
// 导入单个组件
|
|
2
|
+
|
|
3
|
+
// usersetting
|
|
4
|
+
import UsersettingIndex from './src/usersetting/index'
|
|
5
|
+
import UsersettingAddressBook from './src/usersetting/addressBook/index'
|
|
6
|
+
import UsersettingContacts from './src/usersetting/contacts/index'
|
|
7
|
+
import UsersettingContactsViewsSearch from './src/usersetting/contacts/views/search'
|
|
8
|
+
import UsersettingPreviewer from './src/usersetting/previewer/index'
|
|
9
|
+
import UsersettingSignatureMPdfSign from './src/usersetting/signature/mPdfSign'
|
|
10
|
+
import UsersettingSignatureMPdfSignOne from './src/usersetting/signature/mPdfSignOne'
|
|
11
|
+
import UsersettingSignatureMSignSuccess from './src/usersetting/signature/mSignSuccess'
|
|
12
|
+
|
|
13
|
+
import UsersettingTravelSetupForm from './src/usersetting/travelSetup/form'
|
|
14
|
+
import UsersettingTravelSetup from './src/usersetting/travelSetup/index'
|
|
15
|
+
import UsersettingContactsViewsUserDetail from './src/usersetting/contacts/views/userDetail'
|
|
16
|
+
|
|
17
|
+
//eai
|
|
18
|
+
import CCEAiIndex from './src/EAI/index'
|
|
19
|
+
|
|
20
|
+
//home
|
|
21
|
+
import HomeIndex from './src/home/index'
|
|
22
|
+
//home
|
|
23
|
+
import MineIndex from './src/mine/index'
|
|
24
|
+
import MineSettingsUser from './src/mine/settings/user'
|
|
25
|
+
import MineSettingsChangeMobile from './src/mine/settings/changeMobile'
|
|
26
|
+
import MineSettingsFileManager from './src/mine/settings/fileManager'
|
|
27
|
+
import MineSettingsCollection from './src/mine/settings/collection'
|
|
28
|
+
import MineSettingsHistory from './src/mine/settings/history'
|
|
29
|
+
import MineSettingsMainPage from './src/mine/settings/mainPage'
|
|
30
|
+
import MineSettingsSys from './src/mine/settings/sys/index'
|
|
31
|
+
import MineSettingsSysAccount from './src/mine/settings/sys/account'
|
|
32
|
+
import MineSettingsSysChangePassword from './src/mine/settings/sys/changePassword'
|
|
33
|
+
import MineSettingsSysCancelAccount from './src/mine/settings/sys/cancelAccount'
|
|
34
|
+
import MineSettingsSysSecretChat from './src/mine/settings/sys/secretChat'
|
|
35
|
+
import MineSettingsFont from './src/mine/settings/font'
|
|
36
|
+
import MineSettingsOrgChange from './src/mine/settings/orgChange'
|
|
37
|
+
import MineSettingsSysMsgNotify from './src/mine/settings/sys/msgNotify'
|
|
38
|
+
import MineSettingsSysVoiceAndVibrate from './src/mine/settings/sys/voiceAndVibrate'
|
|
39
|
+
import MineSettingsSysSelectVoice from './src/mine/settings/sys/selectVoice'
|
|
40
|
+
import MineSettingsWebSocket from './src/mine/settings/webSocket'
|
|
41
|
+
import SetTime from './src/gwap/setTime.vue'
|
|
42
|
+
|
|
43
|
+
//urgeTodo
|
|
44
|
+
import UrgeTodoAddUrge from './src/urgeTodo/AddUrge'
|
|
45
|
+
import UrgeTodoMyUrge from './src/urgeTodo/myUrge'
|
|
46
|
+
import UrgeTodoUrgeMe from './src/urgeTodo/urgeMe'
|
|
47
|
+
import UrgeTodoUrgeWork from './src/urgeTodo/UrgeWork'
|
|
48
|
+
//wflowCenter
|
|
49
|
+
import WflowCenter from './src/wflowCenter/index'
|
|
50
|
+
//webOffice
|
|
51
|
+
import ecweboffice from './src/webOffice/ecweboffice'
|
|
52
|
+
import H5Office from './src/webOffice/H5Office'
|
|
53
|
+
//wfTaskItem
|
|
54
|
+
import wfTaskItem from './src/wfTaskItem/index'
|
|
55
|
+
import TaskItemTypeTree from './src/wfTaskItem/TaskItemTypeTree'
|
|
56
|
+
//portal
|
|
57
|
+
import PortalCalendar from './src/portal/calendar'
|
|
58
|
+
import PortalCalendarForm from './src/portal/calendar/components/form'
|
|
59
|
+
import PortalMessage from './src/portal/message'
|
|
60
|
+
import PortalMessagelist from './src/portal/message/messagelist'
|
|
61
|
+
|
|
62
|
+
//gwap
|
|
63
|
+
import GwapLeaderPage from './src/gwap/leaderPage'
|
|
64
|
+
import GwapWeekLeader from './src/gwap/weekLeader'
|
|
65
|
+
//fqsq
|
|
66
|
+
import FqsqIndex from './src/fqsq/index'
|
|
67
|
+
//fullTextSearch
|
|
68
|
+
import FullTextSearch from './src/fullTextSearch/index'
|
|
69
|
+
//tzgg
|
|
70
|
+
import TzggIndex from './src/tzgg/index'
|
|
71
|
+
import TzggTzgg from './src/tzgg/tzgg'
|
|
72
|
+
|
|
73
|
+
// 以对象的结构保存组件,便于遍历
|
|
74
|
+
const components = {
|
|
75
|
+
WflowCenter,
|
|
76
|
+
HomeIndex,
|
|
77
|
+
MineIndex,
|
|
78
|
+
MineSettingsUser,
|
|
79
|
+
MineSettingsChangeMobile,
|
|
80
|
+
MineSettingsFileManager,
|
|
81
|
+
MineSettingsCollection,
|
|
82
|
+
MineSettingsHistory,
|
|
83
|
+
MineSettingsMainPage,
|
|
84
|
+
MineSettingsSys,
|
|
85
|
+
MineSettingsSysAccount,
|
|
86
|
+
MineSettingsSysChangePassword,
|
|
87
|
+
MineSettingsSysCancelAccount,
|
|
88
|
+
MineSettingsSysSecretChat,
|
|
89
|
+
MineSettingsFont,
|
|
90
|
+
MineSettingsOrgChange,
|
|
91
|
+
MineSettingsSysMsgNotify,
|
|
92
|
+
MineSettingsSysVoiceAndVibrate,
|
|
93
|
+
MineSettingsSysSelectVoice,
|
|
94
|
+
MineSettingsWebSocket,
|
|
95
|
+
UsersettingIndex,
|
|
96
|
+
UsersettingAddressBook,
|
|
97
|
+
UsersettingContacts,
|
|
98
|
+
UsersettingContactsViewsSearch,
|
|
99
|
+
UsersettingPreviewer,
|
|
100
|
+
UsersettingSignatureMPdfSign,
|
|
101
|
+
UsersettingSignatureMPdfSignOne,
|
|
102
|
+
UsersettingSignatureMSignSuccess,
|
|
103
|
+
UsersettingTravelSetupForm,
|
|
104
|
+
UsersettingTravelSetup,
|
|
105
|
+
UrgeTodoAddUrge,
|
|
106
|
+
UrgeTodoMyUrge,
|
|
107
|
+
UrgeTodoUrgeMe,
|
|
108
|
+
UrgeTodoUrgeWork,
|
|
109
|
+
CCEAiIndex,
|
|
110
|
+
ecweboffice,
|
|
111
|
+
H5Office,
|
|
112
|
+
wfTaskItem,
|
|
113
|
+
TaskItemTypeTree,
|
|
114
|
+
PortalCalendar,
|
|
115
|
+
PortalCalendarForm,
|
|
116
|
+
PortalMessage,
|
|
117
|
+
PortalMessagelist,
|
|
118
|
+
GwapLeaderPage,
|
|
119
|
+
GwapWeekLeader,
|
|
120
|
+
FqsqIndex,
|
|
121
|
+
FullTextSearch,
|
|
122
|
+
TzggIndex,
|
|
123
|
+
TzggTzgg,
|
|
124
|
+
UsersettingContactsViewsUserDetail,
|
|
125
|
+
SetTime
|
|
126
|
+
}
|
|
127
|
+
// 定义 install 方法
|
|
128
|
+
const install = function (Vue) {
|
|
129
|
+
if (install.installed) return
|
|
130
|
+
install.installed = true
|
|
131
|
+
// 遍历并注册全局组件
|
|
132
|
+
Object.keys(components).forEach((key) => {
|
|
133
|
+
Vue.component(key, components[key])
|
|
134
|
+
})
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
if (typeof window !== 'undefined' && window.Vue) {
|
|
138
|
+
install(window.Vue)
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
const $messages = require('./lang/index.js')
|
|
142
|
+
|
|
143
|
+
export default {
|
|
144
|
+
// 导出的对象必须具备一个 install 方法
|
|
145
|
+
install,
|
|
146
|
+
// 组件列表
|
|
147
|
+
...components,
|
|
148
|
+
$messages
|
|
149
|
+
}
|
package/lang/en.js
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
ecoa: {
|
|
3
|
+
message: {
|
|
4
|
+
draftingCenter: 'Drafting Center',
|
|
5
|
+
fullTextSearch: 'Full Text Search',
|
|
6
|
+
gwapTitle: 'Official Arrangement',
|
|
7
|
+
personalSw: 'Personal Affairs',
|
|
8
|
+
personalRc: 'Personal Schedule',
|
|
9
|
+
information: 'Messages',
|
|
10
|
+
notice: 'Notice Announcement',
|
|
11
|
+
addressBook: 'Contact List',
|
|
12
|
+
filePreview: 'File Preview',
|
|
13
|
+
noTemplate: 'No Corresponding Template',
|
|
14
|
+
mine: 'My',
|
|
15
|
+
startEnd: 'The start time of the schedule cannot be greater than the end time',
|
|
16
|
+
startCurrent: 'The start time of the schedule cannot be less than the current time',
|
|
17
|
+
cfTimeEnd: 'The specified repeat time cannot be earlier than the end time!',
|
|
18
|
+
selectEdit: 'Select Edit Method',
|
|
19
|
+
xgdqSchedule: 'Edit Current Schedule',
|
|
20
|
+
xgdqhxSchedule: 'Edit Current and Subsequent Schedules',
|
|
21
|
+
xgqbSchedule: 'Edit All Repeated Schedules',
|
|
22
|
+
selectDel: 'Select Deletion Method',
|
|
23
|
+
scdqSchedule: 'Delete Current Schedule',
|
|
24
|
+
scdqhxSchedule: 'Delete Current and Subsequent Schedules',
|
|
25
|
+
scqbSchedule: 'Delete All Repeated Schedules',
|
|
26
|
+
sureDel: 'Are you sure you want to delete this schedule?',
|
|
27
|
+
areaToosmll: 'Signature area is too small',
|
|
28
|
+
savedSuccess: 'Signature saved successfully',
|
|
29
|
+
updateGwType: 'Change Document Type',
|
|
30
|
+
haveGz: 'This document has already been stamped; it needs to be re-stamped after re-editing the text!',
|
|
31
|
+
haveGz2: 'Do you want to continue?',
|
|
32
|
+
haveTh: 'This document has already been marked in red!',
|
|
33
|
+
selectNewGw: 'Please select a new document type:',
|
|
34
|
+
loadingFile: 'Loading text file...',
|
|
35
|
+
savingFile: 'Saving file...',
|
|
36
|
+
selectApply: 'Please select an application',
|
|
37
|
+
approve: 'Approval',
|
|
38
|
+
toDoTasks: 'Pending Tasks',
|
|
39
|
+
pendingWork: 'Pending Review Work',
|
|
40
|
+
completedWork: 'Completed Work',
|
|
41
|
+
readWork: 'Read Work',
|
|
42
|
+
myApplied: 'My Applied',
|
|
43
|
+
myDraft: 'My Draft'
|
|
44
|
+
},
|
|
45
|
+
gwap: {
|
|
46
|
+
attendLeader: 'Participating Leader',
|
|
47
|
+
selectLeader: 'Select Leader',
|
|
48
|
+
replaceLeader: 'Substituted Leader',
|
|
49
|
+
pSelectLeader: 'Please select participating leader',
|
|
50
|
+
sureResult: 'Confirm ({result})',
|
|
51
|
+
bzcyysld: 'Team Members and Leaders at the Department Level and Above',
|
|
52
|
+
delgwap: 'Are you sure you want to delete the arrangement for {flTitle}?'
|
|
53
|
+
},
|
|
54
|
+
common: {
|
|
55
|
+
Mon: 'Mon',
|
|
56
|
+
Tue: 'Tue',
|
|
57
|
+
Wed: 'Wed',
|
|
58
|
+
Thu: 'Thu',
|
|
59
|
+
Fri: 'Fri',
|
|
60
|
+
Sat: 'Sat',
|
|
61
|
+
Sun: 'Sun',
|
|
62
|
+
Jan: 'Jan',
|
|
63
|
+
Feb: 'Feb',
|
|
64
|
+
Mar: 'Mar',
|
|
65
|
+
Apr: 'Apr',
|
|
66
|
+
May: 'May',
|
|
67
|
+
Jun: 'Jun',
|
|
68
|
+
Jul: 'Jul',
|
|
69
|
+
Aug: 'Aug',
|
|
70
|
+
Sep: 'Sep',
|
|
71
|
+
Oct: 'Oct',
|
|
72
|
+
Nov: 'Nov',
|
|
73
|
+
Dec: 'Dec',
|
|
74
|
+
year: 'Year',
|
|
75
|
+
month: 'Month',
|
|
76
|
+
week: 'Week',
|
|
77
|
+
day: 'Day',
|
|
78
|
+
morning: 'Morning',
|
|
79
|
+
afternoon: 'Afternoon',
|
|
80
|
+
noon: 'Noon',
|
|
81
|
+
night: 'Night',
|
|
82
|
+
allDay: 'All Day',
|
|
83
|
+
theFirstOne: 'First',
|
|
84
|
+
theSecondOne: 'Second',
|
|
85
|
+
theThirdOne: 'Third',
|
|
86
|
+
theFourthOne: 'Fourth',
|
|
87
|
+
theFifthOne: 'Fifth',
|
|
88
|
+
theLastOne: 'Last'
|
|
89
|
+
},
|
|
90
|
+
calendar: {
|
|
91
|
+
formTitle: 'Schedule',
|
|
92
|
+
fields: {
|
|
93
|
+
title: 'Title',
|
|
94
|
+
viewAlertTime: 'Reminder',
|
|
95
|
+
viewDupConfig: 'Repetition',
|
|
96
|
+
address: 'Location',
|
|
97
|
+
userName: 'Invitee'
|
|
98
|
+
},
|
|
99
|
+
remind: 'Reminder',
|
|
100
|
+
inportRemind: 'Important Reminder',
|
|
101
|
+
remindMethod: 'Reminder Method',
|
|
102
|
+
remindAtTime: 'Remind at Specified Time',
|
|
103
|
+
whenTimeOccurs: 'When Time Occurs',
|
|
104
|
+
wMinutesAgo: '5 Minutes Ago',
|
|
105
|
+
swminutesAgo: '15 Minutes Ago',
|
|
106
|
+
ssminutesAgo: '30 Minutes Ago',
|
|
107
|
+
yhourAgo: '1 Hour Ago',
|
|
108
|
+
ehoursAgo: '2 Hours Ago',
|
|
109
|
+
ydayAgo: '1 Day Ago',
|
|
110
|
+
notReminding: 'No Reminder',
|
|
111
|
+
noReminder: 'No Reminder',
|
|
112
|
+
alreadyExists: 'Reminder Time Already Exists; Cannot Be Duplicated!',
|
|
113
|
+
startDate: 'Start Date',
|
|
114
|
+
closingDate: 'End Date',
|
|
115
|
+
unlimited: 'Unlimited',
|
|
116
|
+
repeat: 'Repeat',
|
|
117
|
+
notRepeat: 'Do Not Repeat',
|
|
118
|
+
custom: 'Custom',
|
|
119
|
+
duration: 'Duration',
|
|
120
|
+
yzcx: 'Ongoing',
|
|
121
|
+
zdcs: 'Specified Times',
|
|
122
|
+
zdTime: 'Specified Time',
|
|
123
|
+
selectYMD: 'Select Year, Month, Day',
|
|
124
|
+
date: 'Date',
|
|
125
|
+
week: 'Week',
|
|
126
|
+
everyday: 'Every Day',
|
|
127
|
+
everyWorkingDay: 'Every Working Day (Monday to Friday)',
|
|
128
|
+
weekly: 'Weekly',
|
|
129
|
+
monthly: 'Monthly',
|
|
130
|
+
everyYear: 'Every Year',
|
|
131
|
+
lookDetail: 'View Details'
|
|
132
|
+
},
|
|
133
|
+
dzgg: {
|
|
134
|
+
formTitle: 'Electronic Announcement',
|
|
135
|
+
publisher: 'Publisher: {flCreator}',
|
|
136
|
+
publishTime: 'Publish Time: {signDate}',
|
|
137
|
+
previousArticle: 'Previous',
|
|
138
|
+
nextArticle: 'Next',
|
|
139
|
+
readAlready: 'Read',
|
|
140
|
+
unread: 'Unread'
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
cuiban: {
|
|
144
|
+
cbjsjl: {
|
|
145
|
+
formTitle: 'Urge Processing',
|
|
146
|
+
fields: {
|
|
147
|
+
cbContent: 'Urge Content',
|
|
148
|
+
createTime: 'Urge Time',
|
|
149
|
+
sendType: 'Urge Method',
|
|
150
|
+
description: 'Document Processing Status',
|
|
151
|
+
jsTime: 'Urge Time',
|
|
152
|
+
elevel: 'Urgency Level',
|
|
153
|
+
status: 'Status'
|
|
154
|
+
},
|
|
155
|
+
handler: 'Handler',
|
|
156
|
+
arrivalTime: 'Arrival Time: {time}',
|
|
157
|
+
blTime: 'Processing Time: {time}',
|
|
158
|
+
wbl: 'Processing Time: Not Processed',
|
|
159
|
+
urgeSuccess: 'Urge Successful',
|
|
160
|
+
notHandle: 'Not to be Processed for Now',
|
|
161
|
+
inNoTimeHandle: 'Process Immediately',
|
|
162
|
+
cbPerson: 'Urge Person: {cbPerson}',
|
|
163
|
+
cbTime: 'Urge Time: {cbTime}',
|
|
164
|
+
cbwd: 'My Urges',
|
|
165
|
+
wcbd: 'Urges I Made',
|
|
166
|
+
cbInfo: 'Urge Information',
|
|
167
|
+
cbWork: 'Urge Work'
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
pageBtns: {
|
|
171
|
+
cuiban: 'Urge Processing',
|
|
172
|
+
fileView: 'View File',
|
|
173
|
+
resetSignature: 'Reset Signature',
|
|
174
|
+
generateSignature: 'Generate Signature'
|
|
175
|
+
},
|
|
176
|
+
usersetting: {
|
|
177
|
+
travelSetup: {
|
|
178
|
+
formTitle: 'Outing Setup',
|
|
179
|
+
fields: {
|
|
180
|
+
ownerName: 'Registrant',
|
|
181
|
+
travelStaffFullname: 'Traveler',
|
|
182
|
+
outerStaffFullname: 'Traveler',
|
|
183
|
+
deputyStaffFullname: 'Agent',
|
|
184
|
+
travelReason: 'Reason for Outing',
|
|
185
|
+
startTime: 'Start Time',
|
|
186
|
+
endTime: 'End Time',
|
|
187
|
+
wfType: 'Designated Document Type'
|
|
188
|
+
},
|
|
189
|
+
notExpired: 'Not Expired',
|
|
190
|
+
expired: 'Expired',
|
|
191
|
+
rescinded: 'Revoked'
|
|
192
|
+
},
|
|
193
|
+
commonSuggest: {
|
|
194
|
+
formTitle: 'Common Suggestions',
|
|
195
|
+
fields: {
|
|
196
|
+
commonIdea: 'Suggestion Content',
|
|
197
|
+
updateTime: 'Update Time'
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
submitTemplate: {
|
|
201
|
+
formTitle: 'Processing Template',
|
|
202
|
+
fields: {
|
|
203
|
+
templateName: 'Template Name',
|
|
204
|
+
templateOrderNo: 'Template Order'
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
base: {
|
|
209
|
+
organMgr: {
|
|
210
|
+
formTitle: 'Contact List',
|
|
211
|
+
personalDetail: 'Personal Details',
|
|
212
|
+
mobilePhone: 'Phone',
|
|
213
|
+
shortTel: 'Short Number',
|
|
214
|
+
email: 'Email',
|
|
215
|
+
dept: 'Department',
|
|
216
|
+
inAll: 'Total {length} People'
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
user: {
|
|
220
|
+
commonLinkman: {
|
|
221
|
+
formTitle: 'Frequently Used Contacts',
|
|
222
|
+
noxgPersonal: 'Sorry, no related personnel available',
|
|
223
|
+
myDept: 'My Department',
|
|
224
|
+
noDept: 'No Department Available',
|
|
225
|
+
noKsOrPersonal: 'No Department or Personnel Available',
|
|
226
|
+
noBzOrPersonal: 'No Team or Personnel Available',
|
|
227
|
+
noPersonal: 'No Personnel Available',
|
|
228
|
+
noxgContent: 'No Related Content Available',
|
|
229
|
+
inAllPer: 'Total {length} People',
|
|
230
|
+
inAllTiao: 'Total {length} Entries',
|
|
231
|
+
commonPhone: 'Common Contacts',
|
|
232
|
+
all: 'All',
|
|
233
|
+
personal: 'Individual',
|
|
234
|
+
dwDept: 'Unit Department',
|
|
235
|
+
qytxl: 'Enterprise Contact List',
|
|
236
|
+
ggfw: 'Public Services',
|
|
237
|
+
wdqz: 'My Groups',
|
|
238
|
+
childNum: '{childNum} People',
|
|
239
|
+
viewMore: 'View More Results',
|
|
240
|
+
swcommonlxr: 'Set as Frequently Used Contact',
|
|
241
|
+
gtdql: 'Our Group Chat',
|
|
242
|
+
tbgx: 'Special Attention',
|
|
243
|
+
tbgxTip: 'Special Attention Notification Tone',
|
|
244
|
+
mobilePhone: 'Phone',
|
|
245
|
+
shortTel: 'Short Number',
|
|
246
|
+
email: 'Email',
|
|
247
|
+
dept: 'Department',
|
|
248
|
+
sendMessage: 'Send Message',
|
|
249
|
+
callPhone: 'Call',
|
|
250
|
+
sendText: 'Send SMS',
|
|
251
|
+
personalDetail: 'Personal Details'
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
workflow: {
|
|
255
|
+
taskItemType: {
|
|
256
|
+
formTitle: 'Edit Category',
|
|
257
|
+
fields: {
|
|
258
|
+
typeName: 'Category Name',
|
|
259
|
+
orderNo: 'Order Number'
|
|
260
|
+
},
|
|
261
|
+
followFiles: 'Followed Files',
|
|
262
|
+
addCategory: 'Add Followed Category',
|
|
263
|
+
addSuccess: 'Followed Category Added',
|
|
264
|
+
cannotEdit: 'Cannot Edit!',
|
|
265
|
+
typeNameEmpty: 'Category Name cannot be empty',
|
|
266
|
+
orderNoEmpty: 'Order Number cannot be empty',
|
|
267
|
+
sureDelet: 'Confirm Deletion',
|
|
268
|
+
sureDelType: 'Are you sure you want to delete the selected category?'
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
package/lang/es.js
ADDED
package/lang/index.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const enLocale = require('./en.js')
|
|
2
|
+
const zhCNLocale = require('./zhCN.js')
|
|
3
|
+
const esLocale = require('./es.js')
|
|
4
|
+
const jaLocale = require('./ja.js')
|
|
5
|
+
|
|
6
|
+
const $messages = {
|
|
7
|
+
en: {
|
|
8
|
+
...enLocale
|
|
9
|
+
},
|
|
10
|
+
zhCN: {
|
|
11
|
+
...zhCNLocale
|
|
12
|
+
},
|
|
13
|
+
es: {
|
|
14
|
+
...esLocale
|
|
15
|
+
},
|
|
16
|
+
ja: {
|
|
17
|
+
...jaLocale
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// export const messages = $messages
|
|
22
|
+
|
|
23
|
+
module.exports = {
|
|
24
|
+
...$messages
|
|
25
|
+
}
|
package/lang/ja.js
ADDED