ecinc-cloud-yoaecoav9 9.6.270
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 +192 -0
- package/lang/en.js +628 -0
- package/lang/es.js +547 -0
- package/lang/index.js +25 -0
- package/lang/ja.js +547 -0
- package/lang/zhCN.js +627 -0
- package/lib/ecyoaecoa.common.js +108531 -0
- package/lib/ecyoaecoa.umd.js +108550 -0
- package/lib/ecyoaecoa.umd.min.js +330 -0
- package/lib/img/404.3183f455.svg +1 -0
- package/lib/img/banner.ce77414b.png +0 -0
- package/lib/img/personBg.55293785.png +0 -0
- package/package.json +10 -0
package/lang/en.js
ADDED
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
ecoa: {
|
|
3
|
+
formTitle: 'staging',
|
|
4
|
+
common: {
|
|
5
|
+
keywordsSearch: 'Please enter keywords to search',
|
|
6
|
+
agree: 'Agree',
|
|
7
|
+
one: 'January',
|
|
8
|
+
two: 'February',
|
|
9
|
+
three: 'March',
|
|
10
|
+
four: 'April',
|
|
11
|
+
five: 'May',
|
|
12
|
+
six: 'June',
|
|
13
|
+
seven: 'July',
|
|
14
|
+
eight: 'August',
|
|
15
|
+
nine: 'September',
|
|
16
|
+
ten: 'October',
|
|
17
|
+
eleven: 'November',
|
|
18
|
+
twelve: 'December'
|
|
19
|
+
},
|
|
20
|
+
messages: {
|
|
21
|
+
errorTitle: 'Error',
|
|
22
|
+
exportCalenderAlter: 'There are no events to export currently!',
|
|
23
|
+
timeMsg: 'Reminder time already exists, cannot duplicate!',
|
|
24
|
+
resMsg: 'End time cannot be earlier than start time',
|
|
25
|
+
timeBeforeAlert: 'Specified repeat time cannot be earlier than end time!',
|
|
26
|
+
delAlert: 'Invited person is not allowed to delete this event!',
|
|
27
|
+
selectDelWay: 'Select deletion method',
|
|
28
|
+
repeatedSchedule: 'This is a recurring event, please select:',
|
|
29
|
+
confirmDelSchedule: 'Are you sure you want to delete this event?',
|
|
30
|
+
saveCommonMsg: 'Favorite apps saved successfully!',
|
|
31
|
+
delMsg: 'You must keep at least one mini-program!',
|
|
32
|
+
saveMsg: 'Successfully restored defaults',
|
|
33
|
+
checkMsg: 'Up to 20 favorite apps can be added!',
|
|
34
|
+
checkCommonMsg: 'This is already a favorite app!',
|
|
35
|
+
clickSysIemMsg: 'This product is not available yet!',
|
|
36
|
+
searchTreeNodeAlert: 'Please enter a search keyword!',
|
|
37
|
+
isUpdateCalendar: 'Do you want to modify subsequent events?',
|
|
38
|
+
checkAddMsg: 'Up to 20 apps can be displayed!',
|
|
39
|
+
submitFormWayAlert: 'Please select a reminder method',
|
|
40
|
+
submitFormPersonAlert: 'Please select the person to be reminded',
|
|
41
|
+
submitFormFileAlert: 'Please supplement the wfEngineUrl for the current document type',
|
|
42
|
+
openSignatureQrAlert: 'Not accessible on mobile devices',
|
|
43
|
+
ideaLoadMsg: 'Please select an opinion signature image',
|
|
44
|
+
uploadSuccessMsg: 'Opinion signature uploaded successfully',
|
|
45
|
+
loadJpgMsg: 'Opinion signature images only support JPG/PNG formats!',
|
|
46
|
+
loadLt2MMsg: 'Opinion signature image size cannot exceed 200K!',
|
|
47
|
+
nullPhoneAemilMsg: 'Phone number or email cannot be empty!',
|
|
48
|
+
phoneNoTrueMsg: 'Invalid phone number format!'
|
|
49
|
+
},
|
|
50
|
+
pageBtns: {
|
|
51
|
+
lookDetails: 'ViewDetails',
|
|
52
|
+
queryDetails: 'QueryDetails',
|
|
53
|
+
startHandover: 'StartHandover',
|
|
54
|
+
saveForm: 'SaveForm',
|
|
55
|
+
previous: 'Previous',
|
|
56
|
+
next: 'Next',
|
|
57
|
+
default: 'RestoreDefaults',
|
|
58
|
+
SaveSettings: 'SaveSettings',
|
|
59
|
+
UrgeProcessing: 'UrgeProcessing',
|
|
60
|
+
Scan: 'Scan&Sign',
|
|
61
|
+
LocalImages: 'SelectImages',
|
|
62
|
+
onlineEditor: 'OnlineEditor',
|
|
63
|
+
urgeMe: 'UrgesMe',
|
|
64
|
+
meUrge: 'MyUrges'
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
calendar: {
|
|
68
|
+
fields: {
|
|
69
|
+
promoter: 'Initiator:',
|
|
70
|
+
participants: 'Participants:',
|
|
71
|
+
title: 'Title',
|
|
72
|
+
scheduleTime: 'Scheduled Time',
|
|
73
|
+
alertTimeValue: 'Reminder',
|
|
74
|
+
selectAlertTime: 'Scheduled Time Reminder',
|
|
75
|
+
reminderMethod: 'Reminder Method',
|
|
76
|
+
custom: 'Custom',
|
|
77
|
+
selectDay: 'Selected Day',
|
|
78
|
+
place: 'Location',
|
|
79
|
+
acceptPerson: 'Invitee',
|
|
80
|
+
linkForm: 'Associated Approval Form',
|
|
81
|
+
annex: 'Attachment'
|
|
82
|
+
},
|
|
83
|
+
one: '1',
|
|
84
|
+
two: '2',
|
|
85
|
+
three: '3',
|
|
86
|
+
four: '4',
|
|
87
|
+
five: '5',
|
|
88
|
+
six: '6',
|
|
89
|
+
seven: 'Sun',
|
|
90
|
+
weekDate: 'Week {day}',
|
|
91
|
+
dateTime: '{month} {day}',
|
|
92
|
+
dateTime2: '{month} {day} | {dayOfWeek}',
|
|
93
|
+
yearAMonth: '{year} {month}',
|
|
94
|
+
Ended: 'Ended',
|
|
95
|
+
startTimeColon: 'Start Time:',
|
|
96
|
+
endTimeColon: 'End Time:',
|
|
97
|
+
delway1: 'Delete Current Schedule',
|
|
98
|
+
delway2: 'Delete Current and Subsequent Schedules',
|
|
99
|
+
delway3: 'Delete All Recurring Schedules',
|
|
100
|
+
handleUploadChangeAlert: 'Incorrect File Format for Upload',
|
|
101
|
+
share: 'Shared with {num} Meetings',
|
|
102
|
+
open: 'Expand',
|
|
103
|
+
swiup: 'Collapse',
|
|
104
|
+
nullmoment: 'No Schedules Yet!',
|
|
105
|
+
teamPlaceholder: 'Please enter a title',
|
|
106
|
+
scheduleTimePlaceholder: 'Please select a start time for the schedule',
|
|
107
|
+
scheduleTimeEndPlaceholder: 'Please select an end time for the schedule',
|
|
108
|
+
specifyTimeReminderPlaceholder: 'Please select a scheduled time reminder',
|
|
109
|
+
repeat: 'Repeat',
|
|
110
|
+
norepeat: 'Do Not Repeat',
|
|
111
|
+
every: 'Every',
|
|
112
|
+
everyNum: 'Every {num}',
|
|
113
|
+
numMonth: '{num} Months',
|
|
114
|
+
select: 'Select',
|
|
115
|
+
days: 'Day of Month',
|
|
116
|
+
whichOne: 'Which Occurrence',
|
|
117
|
+
lastOne: 'Last Occurrence',
|
|
118
|
+
whichIndividual: 'The {num}th Occurrence',
|
|
119
|
+
weekDay: 'Day of Week',
|
|
120
|
+
whichWeek: 'Week {num}',
|
|
121
|
+
duration: 'Duration',
|
|
122
|
+
orderNum: 'Specified Number of Times',
|
|
123
|
+
orderTime: 'Specified Time',
|
|
124
|
+
orderNumPlace: 'Please select the specified number of times',
|
|
125
|
+
orderTimePlace: 'Please select the specified time',
|
|
126
|
+
placePlaceholder: 'Please enter the location',
|
|
127
|
+
acceptPersonPlaceholder: 'Please select the invitee',
|
|
128
|
+
remarkPlaceholder: 'Please enter a remark',
|
|
129
|
+
memorabilia: 'Milestones',
|
|
130
|
+
meeting: 'Meeting',
|
|
131
|
+
perpetualCalendar: 'Perpetual Calendar:',
|
|
132
|
+
traditionalCalendar: 'Lunar Calendar',
|
|
133
|
+
ecincEvent: 'Ecinc Milestones:',
|
|
134
|
+
personalSchedule: 'Personal Schedule',
|
|
135
|
+
monday: 'Monday',
|
|
136
|
+
tuesday: 'Tuesday',
|
|
137
|
+
wednesday: 'Wednesday',
|
|
138
|
+
thursday: 'Thursday',
|
|
139
|
+
friday: 'Friday',
|
|
140
|
+
saturday: 'Saturday',
|
|
141
|
+
sunday: 'Sunday',
|
|
142
|
+
switchMonth: 'Switch to Monthly Mode',
|
|
143
|
+
switchWeek: 'Switch to Weekly Mode'
|
|
144
|
+
},
|
|
145
|
+
dzgg: {
|
|
146
|
+
fields: {
|
|
147
|
+
flCreateDept: 'Department Created',
|
|
148
|
+
flCreateDate: 'Creation Date',
|
|
149
|
+
flCreatorPhone: 'Contact Phone',
|
|
150
|
+
flSubject: 'Document Title',
|
|
151
|
+
type: 'Announcement Type',
|
|
152
|
+
announcementTime: 'Announcement Time',
|
|
153
|
+
publishScope: 'Publication Scope',
|
|
154
|
+
readersName: "Viewer's Name"
|
|
155
|
+
},
|
|
156
|
+
leadershipActivities: 'Leadership Activities',
|
|
157
|
+
informationDisclosure: 'Information Disclosure',
|
|
158
|
+
knowledgeSharing: 'Knowledge Sharing',
|
|
159
|
+
trainning: 'Training Session',
|
|
160
|
+
announcement: 'Announcement',
|
|
161
|
+
allPerson: 'All Personnel',
|
|
162
|
+
designatedPerson: 'Designated Personnel'
|
|
163
|
+
},
|
|
164
|
+
forwardTodo: {
|
|
165
|
+
fields: {
|
|
166
|
+
orgName: 'Organization Name',
|
|
167
|
+
orgCode: 'Organization Code',
|
|
168
|
+
fromStaff: 'Original Processor',
|
|
169
|
+
newProcessor: 'New Processor',
|
|
170
|
+
handoverContent: 'Handover Content'
|
|
171
|
+
},
|
|
172
|
+
resMsg1: 'The original and new processors cannot be the same!',
|
|
173
|
+
resMsg2: 'Please select handover content!',
|
|
174
|
+
resMsg3: 'There are no pending handover tasks!',
|
|
175
|
+
resMsg4: 'The original and new processors cannot be the same!', // Note: This is a duplicate of resMsg1
|
|
176
|
+
resMsg5: 'There are no pending handover tasks!', // Note: This is a duplicate of resMsg3
|
|
177
|
+
resMsg6: 'All pending handover tasks have been processed!',
|
|
178
|
+
orgNamePlaceholder: 'Please select an organization',
|
|
179
|
+
originalProcessorPlaceholder: 'Please select the original processor',
|
|
180
|
+
newProcessorPlaceholder: 'Please select the new processor',
|
|
181
|
+
todoTransfer: "Transfer the original processor's pending tasks to the new processor",
|
|
182
|
+
doneCanReader: "Grant the new processor access to view the original processor's completed files",
|
|
183
|
+
pendingHandoverWork: 'Pending Handover Work',
|
|
184
|
+
handedOverWork: 'Completed Handover Work',
|
|
185
|
+
handoverOfPendingTasks: 'Handover of Pending Tasks',
|
|
186
|
+
pending: 'Pending',
|
|
187
|
+
tobeReviewed: 'To Be Read',
|
|
188
|
+
historicalFile: '{num} Historical Files',
|
|
189
|
+
pendingConfirm: 'Are you sure you want to execute the pending handover?',
|
|
190
|
+
success: 'Success',
|
|
191
|
+
fail: 'Failure',
|
|
192
|
+
delConfirm: "Are you sure you want to delete the arrangement '{title}'?"
|
|
193
|
+
},
|
|
194
|
+
leadOfficial: {
|
|
195
|
+
fields: {
|
|
196
|
+
salaryAttachName: 'Information File',
|
|
197
|
+
note: 'Notes',
|
|
198
|
+
flTitle: 'Official Business Title',
|
|
199
|
+
flType: 'Official Business Type',
|
|
200
|
+
startTime: 'Start Time',
|
|
201
|
+
endTime: 'End Time',
|
|
202
|
+
address: 'Location',
|
|
203
|
+
attendLeader: 'Attending Leaders',
|
|
204
|
+
creator: 'Registrar'
|
|
205
|
+
},
|
|
206
|
+
InformationFilePlaceholder: 'Please select an information file',
|
|
207
|
+
uploadIllustrate: 'File upload content format instructions:',
|
|
208
|
+
uploadIllustrateOne: '1. The imported file should be an Office Excel file;',
|
|
209
|
+
uploadIllustrateTwo: "2. The imported file does not support Office 2007 and later versions of Excel files. If you are using Office 2007 or later, please convert the Excel file to the format of 2003 or earlier versions. The specific conversion method is: In the opened Excel file, select 'Save As' -> 'Excel 97-2003 Workbook';",
|
|
210
|
+
uploadIllustrateThree: '3. When performing the import operation, please ensure that the file you are importing is not in use.',
|
|
211
|
+
example: 'Upload file content example:',
|
|
212
|
+
clickDown: 'Click to download',
|
|
213
|
+
downText: 'Click to download Excel import example',
|
|
214
|
+
closeText: 'Close',
|
|
215
|
+
importText: 'Import',
|
|
216
|
+
officialNamePlaceholder: 'Please enter the official business name',
|
|
217
|
+
officialTypePlaceholder: 'Please select the official business type',
|
|
218
|
+
startDatePlaceholder: 'Please select the start date',
|
|
219
|
+
startTimePlaceholder: 'Please select the start time',
|
|
220
|
+
endDatePlaceholder: 'Please select the end date',
|
|
221
|
+
endTimePlaceholder: 'Please select the end time',
|
|
222
|
+
addressPlaceholder: 'Please enter the location',
|
|
223
|
+
attendLeaderPlaceholder: 'Please select the attending leaders',
|
|
224
|
+
remarkPlaceholder: 'Please enter remarks',
|
|
225
|
+
meeting: 'Meeting',
|
|
226
|
+
reception: 'Reception',
|
|
227
|
+
survey: 'Survey',
|
|
228
|
+
investigate: 'Inspection',
|
|
229
|
+
study: 'Study',
|
|
230
|
+
holiday: 'Holiday',
|
|
231
|
+
others: 'Others',
|
|
232
|
+
week: 'This Week',
|
|
233
|
+
leaderTime: 'Leader/Date',
|
|
234
|
+
month: 'Month',
|
|
235
|
+
day: 'Day',
|
|
236
|
+
extrudeDate: '{month} Month {day} Day {sign}',
|
|
237
|
+
time: 'Time: {time}',
|
|
238
|
+
place: 'Location: {place}',
|
|
239
|
+
type: 'Type: {flType}',
|
|
240
|
+
attendLeader2: 'Attending Leaders: {leader}'
|
|
241
|
+
},
|
|
242
|
+
portal: {
|
|
243
|
+
fields: {
|
|
244
|
+
creator: 'Initiator:',
|
|
245
|
+
userName: 'Participant:',
|
|
246
|
+
title: 'Title',
|
|
247
|
+
time: 'Time',
|
|
248
|
+
work: 'Task',
|
|
249
|
+
fileType: 'File Type',
|
|
250
|
+
sender: 'Sender',
|
|
251
|
+
sendTime: 'Send Time',
|
|
252
|
+
completeTime: 'Completion Time'
|
|
253
|
+
},
|
|
254
|
+
pwdMsgHead: 'Your password will expire on {time}. Please change your password before it expires!',
|
|
255
|
+
todaTasks: 'To-Do Tasks',
|
|
256
|
+
appName: 'Application Name...',
|
|
257
|
+
newCenter: 'News Center',
|
|
258
|
+
reflashMsg: 'Refresh successful!',
|
|
259
|
+
commonLink: 'Common Links',
|
|
260
|
+
fileDisk: 'File Cloud Disk',
|
|
261
|
+
commonApplications: 'Common Applications',
|
|
262
|
+
custom: 'Custom',
|
|
263
|
+
allApply: 'All Applications',
|
|
264
|
+
InformationPortal: 'Information Portal',
|
|
265
|
+
GovernmentOffice: 'Government Office Work',
|
|
266
|
+
PersonnelServices: 'Personnel Services',
|
|
267
|
+
WorkCollaboration: 'Work Collaboration',
|
|
268
|
+
messageCenter: 'Message Center',
|
|
269
|
+
AdministrativeServices: 'Administrative Services',
|
|
270
|
+
informationSharing: 'Information Sharing',
|
|
271
|
+
projectManagement: 'Project Management',
|
|
272
|
+
financialManagement: 'Financial Management',
|
|
273
|
+
Personalization: 'Personalization Settings',
|
|
274
|
+
component: 'Component',
|
|
275
|
+
selectComponents: 'Select the desired components and drag them to the corresponding positions',
|
|
276
|
+
skin: 'Skin',
|
|
277
|
+
SimpleSolidColor: 'Simple Solid Color',
|
|
278
|
+
Seasons: 'Seasons and Festivals',
|
|
279
|
+
BusinessStyle: 'Business Style',
|
|
280
|
+
showLayerText: 'Release the mouse to add this module',
|
|
281
|
+
showLayerText2: 'This module already exists on the current page and cannot be added again',
|
|
282
|
+
more: 'More',
|
|
283
|
+
notice: 'Announcement',
|
|
284
|
+
inform: 'Notification',
|
|
285
|
+
praise: 'Praise',
|
|
286
|
+
criticize: 'Criticism',
|
|
287
|
+
other: 'Other',
|
|
288
|
+
finish: 'Completed',
|
|
289
|
+
pushing: 'In Progress',
|
|
290
|
+
lag: 'Lagging',
|
|
291
|
+
departLag: 'Department Lagging',
|
|
292
|
+
extension: 'Extension',
|
|
293
|
+
extensionApplication: 'Extension Application Pending',
|
|
294
|
+
cancelApplication: 'Cancellation Application Pending',
|
|
295
|
+
termination: 'Termination',
|
|
296
|
+
empty: 'None',
|
|
297
|
+
main: 'Main',
|
|
298
|
+
joint: 'Cooperative',
|
|
299
|
+
BasicIntroduction: 'Basic Introduction',
|
|
300
|
+
titTime: 'Distance Education - 3 Hours',
|
|
301
|
+
titTeacher: 'Instructor: Wang Fang',
|
|
302
|
+
titLabel: 'Tag',
|
|
303
|
+
imageTitle1: '{tname} Title {indexNum}',
|
|
304
|
+
detailsContent: '{tname} Details Content {indexNum}',
|
|
305
|
+
zdyCode: 'Custom Code',
|
|
306
|
+
innerComponent: 'Built-in Component',
|
|
307
|
+
selectComponents2: 'Please select a built-in system component:',
|
|
308
|
+
addressBook: 'Corporate Address Book',
|
|
309
|
+
noSchedule: 'No Schedule Yet',
|
|
310
|
+
documentTitle: 'Document Title',
|
|
311
|
+
todoItem: 'To-Do Item',
|
|
312
|
+
toReadItem: 'To-Read Item',
|
|
313
|
+
completedMatters: 'Completed Matters',
|
|
314
|
+
readItems: 'Read Items',
|
|
315
|
+
addApplications: 'Add Favorite Applications',
|
|
316
|
+
address: 'Address:',
|
|
317
|
+
address2: 'Address: {address}',
|
|
318
|
+
busiCode: 'Business Type: {bType}',
|
|
319
|
+
messageReminder: 'Message Reminder',
|
|
320
|
+
together: "Accompanying you for <span style='color: var(--subjectColor); font-weight: bold; font-size: 18px'>{num}</span> days!",
|
|
321
|
+
pendingWork: 'Pending Work to Read',
|
|
322
|
+
myConcerned: 'My Concerns',
|
|
323
|
+
goodMorning: 'Good Morning,',
|
|
324
|
+
goodNoon: 'Good Afternoon,',
|
|
325
|
+
goodAfternon: 'Good Afternoon,',
|
|
326
|
+
goodEvening: 'Good Evening,',
|
|
327
|
+
officeSupplies: 'Office Supplies Usage',
|
|
328
|
+
use: 'Requisition: {bgyp}',
|
|
329
|
+
assetsUse: 'Fixed Assets Usage',
|
|
330
|
+
borrowing: 'Borrowing: {bgyp}',
|
|
331
|
+
meetingVehicle: 'Meeting Room Reservation and Vehicle Usage',
|
|
332
|
+
meetingReservation: 'Meeting Room Reservation: {hyyd}',
|
|
333
|
+
useCar: 'Vehicle Usage: {yccs}',
|
|
334
|
+
paymentStatus: 'My Contract Payment Status',
|
|
335
|
+
applyPayment: 'Apply for Payment: {sqfk}',
|
|
336
|
+
actualPayment: 'Actual Payment: {sjfk}',
|
|
337
|
+
noPlans: 'No Recent Arrangements',
|
|
338
|
+
play: '{num} Views',
|
|
339
|
+
xzsp: 'Administrative Approval',
|
|
340
|
+
hysp: 'Meeting Approval',
|
|
341
|
+
ycsp: 'Vehicle Usage Approval',
|
|
342
|
+
wpsp: 'Item Approval',
|
|
343
|
+
zcsp: 'Asset Approval',
|
|
344
|
+
dwfw: 'Unit Document Issuance',
|
|
345
|
+
myInfo: 'My Messages',
|
|
346
|
+
fileManager: 'Article Management'
|
|
347
|
+
},
|
|
348
|
+
usersetting: {
|
|
349
|
+
fields: {
|
|
350
|
+
noticeTitle: 'Home Page File Count Notification',
|
|
351
|
+
dbNotice: 'Pending Tasks and Readings Notification:',
|
|
352
|
+
msgTypes: 'Notification Method:',
|
|
353
|
+
messageNoticeType: 'Receive Notification Time:',
|
|
354
|
+
notificationsRange: 'Receive Notification Time Range:',
|
|
355
|
+
timeFrame: 'Time Frame',
|
|
356
|
+
wfType: 'File Type for Notification',
|
|
357
|
+
fileLevel: 'File Urgency for Notification',
|
|
358
|
+
oldPw: 'Current Password',
|
|
359
|
+
newPw: 'New Password',
|
|
360
|
+
PasswordStrength: 'Password Strength',
|
|
361
|
+
confirmPw: 'Confirm Password',
|
|
362
|
+
illustrate: 'Description',
|
|
363
|
+
orgFullName: 'Full Name of Organization',
|
|
364
|
+
positionType: 'Position Type',
|
|
365
|
+
positionName: 'Position Name',
|
|
366
|
+
companyInfo: 'Company Information',
|
|
367
|
+
name: 'Name',
|
|
368
|
+
account: 'Account',
|
|
369
|
+
phone: 'Mobile Phone Number',
|
|
370
|
+
shortPhone: 'Short Mobile Number',
|
|
371
|
+
birthday: 'Birthday',
|
|
372
|
+
sex: 'Gender',
|
|
373
|
+
workTel: 'Work Phone Number',
|
|
374
|
+
homeTel: 'Home Phone Number',
|
|
375
|
+
homeAddress: 'Home Address',
|
|
376
|
+
linkman: 'Emergency Contact',
|
|
377
|
+
linkmanTel: 'Emergency Contact Phone Number'
|
|
378
|
+
},
|
|
379
|
+
layout: 'Home page layout',
|
|
380
|
+
wformLayout: 'Process form layout',
|
|
381
|
+
newPwdMsg: 'New Password',
|
|
382
|
+
photoInfoMsg: 'Please select an avatar image',
|
|
383
|
+
photoInfoMsg1: 'Avatar updated successfully',
|
|
384
|
+
photoInfoMsg2: 'Avatar must be in JPG/PNG format!',
|
|
385
|
+
photoInfoMsg3: 'Avatar size cannot exceed 2MB!',
|
|
386
|
+
ToDoOnly: 'To-Do Only',
|
|
387
|
+
ToBeReviewed: 'To-Do and To-Review',
|
|
388
|
+
reception: 'Receive 24/7',
|
|
389
|
+
TimedReception: 'Scheduled Reception',
|
|
390
|
+
startingTime: 'Starting Time',
|
|
391
|
+
endTime: 'End Time',
|
|
392
|
+
allFileType: 'All File Types',
|
|
393
|
+
orderFileType: 'Only Specified File Types',
|
|
394
|
+
DocumentReminder: 'Document Processing Reminder',
|
|
395
|
+
scanText1: 'Scan QR code to open drawing board and generate handwritten signature on mobile',
|
|
396
|
+
scanText2: 'Supports any app with scan function. If signature board does not open, choose "Open in Browser"',
|
|
397
|
+
LocalImagesText1: 'Upload local image for your signature. Supports JPG, PNG formats',
|
|
398
|
+
LocalImagesText2: 'Please upload images under 200KB, with at least 150*75 pixels for clarity',
|
|
399
|
+
adapterAllFiletype: 'Applies to all file types',
|
|
400
|
+
adapterOrderFiletype: 'Applies only to specified file types',
|
|
401
|
+
enabletext: 'Enabled signature images will display in the comment section of the form',
|
|
402
|
+
scanLook: 'Signature Preview',
|
|
403
|
+
OpinionSignature: 'Opinion Signature',
|
|
404
|
+
SignatureText1: 'Scan to add opinion signature',
|
|
405
|
+
SignatureText2: 'If signature board does not open, choose "Open in Browser"',
|
|
406
|
+
ChangeInitialPassword: 'Change Initial Password',
|
|
407
|
+
curPasswordPlaceholder: 'Please enter current password',
|
|
408
|
+
newPasswordPlaceholder: 'Please enter new password',
|
|
409
|
+
confirmPasswordPlaceholder: 'Please confirm new password',
|
|
410
|
+
illustrateText1: 'Password should not contain username',
|
|
411
|
+
illustrateText2: 'Password cannot be the same as the previous one',
|
|
412
|
+
illustrateText3: 'Minimum password length is {num} characters',
|
|
413
|
+
illustrateText4: 'Password must contain',
|
|
414
|
+
illustrateText5: 'Password cannot have {num} consecutive or repeating characters',
|
|
415
|
+
illustrateText7: 'Forbidden characters in password: {disablePwd}',
|
|
416
|
+
illustrateNum: 'Numbers, ',
|
|
417
|
+
illustrateZm: 'Letters, ',
|
|
418
|
+
illustrateDxxZm: 'Uppercase Letters, ',
|
|
419
|
+
illustrateTszf: 'Special Characters (Shift+Numbers)',
|
|
420
|
+
updatePassword: 'Update Password',
|
|
421
|
+
basicInfo: 'Basic Information',
|
|
422
|
+
JobInformation: 'Job Information',
|
|
423
|
+
NoJobInformation: 'No Job Information Available',
|
|
424
|
+
otherInfo: 'Other Information',
|
|
425
|
+
personInfo: 'Personal Information',
|
|
426
|
+
General: 'General Staff',
|
|
427
|
+
mainPerson: 'Primary Responsible Person',
|
|
428
|
+
deputyPerson: 'Deputy Responsible Person',
|
|
429
|
+
phoneEmptyMessage: 'Please enter mobile phone number',
|
|
430
|
+
shortPhoneEmptyMessage: 'Please enter short mobile number',
|
|
431
|
+
emailEmptyMessage: 'Please enter email address',
|
|
432
|
+
birthdayEmptyMessage: 'Please select date of birth',
|
|
433
|
+
male: 'Male',
|
|
434
|
+
female: 'Female',
|
|
435
|
+
workTelEmptyMessage: 'Please enter work phone number',
|
|
436
|
+
homeTelEmptyMessage: 'Please enter home phone number',
|
|
437
|
+
homeAddressEmptyMessage: 'Please enter home address',
|
|
438
|
+
linkmanEmptyMessage: 'Please enter emergency contact',
|
|
439
|
+
linkmanTelEmptyMessage: 'Please enter emergency contact phone number',
|
|
440
|
+
uploadPersonPhoto: 'Upload local photo to edit your avatar',
|
|
441
|
+
selectPhoto: 'Please select an image',
|
|
442
|
+
fitGs: 'Supports JPG, PNG formats',
|
|
443
|
+
fitGs2: 'Please upload images under 10MB, with at least 150*150 pixels for clarity',
|
|
444
|
+
photoLook: 'Avatar Preview',
|
|
445
|
+
modifyAvatar: 'Edit Avatar',
|
|
446
|
+
settingSuccess: 'Setting successful.'
|
|
447
|
+
},
|
|
448
|
+
webOffice: {
|
|
449
|
+
fileSaveSuccessMsg: 'File saved successfully!',
|
|
450
|
+
uploadFileAlert: 'Please edit or upload the main text first.',
|
|
451
|
+
saveFileAlert: 'Please save the file first.',
|
|
452
|
+
noModuleAlert: 'The current file is not associated with an approval form/draft paper template.',
|
|
453
|
+
failFileAlert: 'Failed to open the file for editing the main text!',
|
|
454
|
+
errorFormatAlert: 'The file format you uploaded is incorrect. Only {type} format files are supported!',
|
|
455
|
+
selectRedModule: 'Select red header template',
|
|
456
|
+
selectRedModule2: 'Please select a red header template',
|
|
457
|
+
redTitleModule: 'Red Header Template',
|
|
458
|
+
errorFormatPdfAlert: 'The file format you uploaded is incorrect. Only PDF format files are supported!',
|
|
459
|
+
errorLinkFormAlert: 'The current file is not associated with an approval form/draft paper template.',
|
|
460
|
+
signedFileNameConfirm: 'This official document has already been stamped. Editing the main text will require re-stamping!',
|
|
461
|
+
signedFileNameConfirm2: 'Continue?',
|
|
462
|
+
haveDocConfirm: 'This official document has already been formatted with a red header!',
|
|
463
|
+
reloadMsg: 'Reloading the file, please wait...',
|
|
464
|
+
reloadMsg2: 'Saving attachments, please wait...',
|
|
465
|
+
reloadMsg3: 'Opening, please wait...',
|
|
466
|
+
processName: 'Process Name...',
|
|
467
|
+
solutions: '{hint}, you can choose the following solutions:',
|
|
468
|
+
solutionsText1: 'I. Install the main text editor',
|
|
469
|
+
solutionsText2: '1. Click the link to download and install the main text editor:',
|
|
470
|
+
solutionsText3: '2. After installation, please refresh the webpage or restart your computer and click "Edit Main Text" again.',
|
|
471
|
+
solutionsText4: '3. If you have already installed the main text editor but the system does not detect it, you can try the following methods:',
|
|
472
|
+
solutionsText5: '(1) Enter chrome://flags/#block-insecure-private-network-requests in your browser address bar, change the Default on the right to Disabled, close the browser, re-login, open the processing form, and click "Edit Main Text".',
|
|
473
|
+
solutionsText6: '(2) If the above settings still do not detect the editor, please download and install Chrome Speed Browser and access the system using it.',
|
|
474
|
+
solutionsText7: '、Install WPS Office Professional Edition',
|
|
475
|
+
solutionsText8: 'Please contact the administrator to obtain the WPS Office Professional Edition installation package.',
|
|
476
|
+
solutionsText9: '、Manually upload the file',
|
|
477
|
+
solutionsText10: 'Click the link to download the file to your local computer, process it, and then manually upload it:',
|
|
478
|
+
solutionsText11: '、Use an online document editor',
|
|
479
|
+
solutionsText12: 'Click the link to open the online document editor:',
|
|
480
|
+
docFile: 'Main Text DOC File',
|
|
481
|
+
redFile: 'Red Header File Template',
|
|
482
|
+
dgzFile: 'File to be stamped',
|
|
483
|
+
fileUpload: 'Please select the main text file to upload',
|
|
484
|
+
|
|
485
|
+
curBb: 'Current Version: {curBb}',
|
|
486
|
+
newBb: 'New Version: {curVer}',
|
|
487
|
+
solutionsText13: 'Click the link to download and install the new version of the main text editor:',
|
|
488
|
+
hasNewEditor: 'A new version of the main text editor has been detected',
|
|
489
|
+
isInstallFile: 'The main text editor is already installed',
|
|
490
|
+
noFindEditor: 'The main text editor is not detected',
|
|
491
|
+
updateTip: 'Update Prompt'
|
|
492
|
+
},
|
|
493
|
+
urgeTodo: {
|
|
494
|
+
fields: {
|
|
495
|
+
title: 'Document Title',
|
|
496
|
+
wfName: 'Document Type',
|
|
497
|
+
todoNodeNames: 'Processing Steps',
|
|
498
|
+
staffName: 'Current Processor',
|
|
499
|
+
createTime: 'Creation Date',
|
|
500
|
+
operate: 'Urge Method',
|
|
501
|
+
cbContent: 'Urge Content',
|
|
502
|
+
ProcessingPersonnel: 'Processor',
|
|
503
|
+
DeliveryTime: 'Delivery Time',
|
|
504
|
+
Urgency: 'Urgency Level',
|
|
505
|
+
cbPerson: 'Urger',
|
|
506
|
+
cbTime: 'Urge Time',
|
|
507
|
+
ProcessingTime: 'Processing Time',
|
|
508
|
+
ProcessStatus: 'Process Status',
|
|
509
|
+
replyContent: 'Reply Content'
|
|
510
|
+
},
|
|
511
|
+
subSuccessMsg: 'Urge Successful',
|
|
512
|
+
UrgentContentPlaceholder: 'Please fill in the urge content',
|
|
513
|
+
textMessage: 'SMS',
|
|
514
|
+
mail: 'In-station Message',
|
|
515
|
+
InstantMessaging: 'Instant Messaging',
|
|
516
|
+
bcbPerson: 'Person Being Urged',
|
|
517
|
+
ReminderRecord: 'Urge Record',
|
|
518
|
+
ProcessingStatus: 'Processing Status',
|
|
519
|
+
UrgentDetails: 'Urge Details',
|
|
520
|
+
NotProcessed: 'Not Processed',
|
|
521
|
+
AlreadyProcessed: 'Processed',
|
|
522
|
+
Archived: 'Archived'
|
|
523
|
+
},
|
|
524
|
+
menuItem: {
|
|
525
|
+
workbench: 'Workbench',
|
|
526
|
+
// personalAffairs: 'Personal Affairs',
|
|
527
|
+
todoTasks: 'To-do Tasks',
|
|
528
|
+
myTodo: 'To-do Files',
|
|
529
|
+
toReadFile: 'Files to Read',
|
|
530
|
+
organizerFile: 'Files to Co-organize',
|
|
531
|
+
suspendFile: 'Suspended Files',
|
|
532
|
+
completedWork: 'Completed Work',
|
|
533
|
+
myRead: 'Read by Me',
|
|
534
|
+
urgencyWork: 'Urgent Work',
|
|
535
|
+
urgencyMe: 'Urgent for Me',
|
|
536
|
+
urgencyProcessed: 'Processed Urgently',
|
|
537
|
+
Myurgency: 'Urgent by Me',
|
|
538
|
+
attentionFiles: 'Files under Attention',
|
|
539
|
+
myMessage: 'My Messages',
|
|
540
|
+
Unread: 'Unread',
|
|
541
|
+
read: 'Read',
|
|
542
|
+
scheduleManagement: 'Schedule Management',
|
|
543
|
+
personalSchedule: 'Personal Schedule',
|
|
544
|
+
leadershipOfficial: 'Leadership Official Schedule',
|
|
545
|
+
searchRetrieve: 'Search and Retrieve',
|
|
546
|
+
fileSearch: 'File Search',
|
|
547
|
+
InformationSearch: 'Information Search',
|
|
548
|
+
fullText: 'Full-text Search',
|
|
549
|
+
workSettings: 'Work Settings',
|
|
550
|
+
ToDoReminder: 'To-do Reminder',
|
|
551
|
+
commonOpinions: 'Common Opinions',
|
|
552
|
+
opinionSignature: 'Opinion Signature',
|
|
553
|
+
processTemplate: 'Processing Template',
|
|
554
|
+
outboundAut: 'Outbound Authorization',
|
|
555
|
+
simulationForm: 'Simulation Form Verification',
|
|
556
|
+
qualityAnomaly: 'Quality Anomaly Information',
|
|
557
|
+
mailList: 'Address Book',
|
|
558
|
+
personalSettings: 'Personal Settings',
|
|
559
|
+
skinPeeler: 'Custom Skin',
|
|
560
|
+
personalData: 'Personal Data',
|
|
561
|
+
modifyAvatar: 'Modify Avatar',
|
|
562
|
+
changePassword: 'Change Password',
|
|
563
|
+
// Common
|
|
564
|
+
todo: 'To-do',
|
|
565
|
+
done: 'Done',
|
|
566
|
+
myDraft: 'Drafted by Me',
|
|
567
|
+
all: 'All',
|
|
568
|
+
draft: 'Draft',
|
|
569
|
+
processingProgress: 'In Progress',
|
|
570
|
+
Ended: 'Ended',
|
|
571
|
+
tobeReviewed: 'To Be Reviewed',
|
|
572
|
+
readAlready: 'Already Read',
|
|
573
|
+
myCreated: 'Created by Me',
|
|
574
|
+
notSubmit: 'Not Submitted',
|
|
575
|
+
submitted: 'Submitted',
|
|
576
|
+
pendingProcessing: 'Pending Processing',
|
|
577
|
+
myHandled: 'Handled by Me',
|
|
578
|
+
qwjs: 'Full Text Search'
|
|
579
|
+
},
|
|
580
|
+
document: {
|
|
581
|
+
//工单
|
|
582
|
+
formTitle: 'Work Order',
|
|
583
|
+
fields: {
|
|
584
|
+
flCreator: 'Creator',
|
|
585
|
+
readersName: 'Readable By',
|
|
586
|
+
flCreateDept: 'Creating Department',
|
|
587
|
+
flContent: 'Content Summary',
|
|
588
|
+
flSubject: 'Document Title',
|
|
589
|
+
flCreateDate: 'Creation Date',
|
|
590
|
+
flCreatorPhone: 'Contact Phone',
|
|
591
|
+
publishScope: 'Publish Scope'
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
docTemplate: {
|
|
595
|
+
//文档模板管理
|
|
596
|
+
formTitle: 'Document Template Management',
|
|
597
|
+
fields: {
|
|
598
|
+
createTime: 'Creation Time',
|
|
599
|
+
memo: 'Memo',
|
|
600
|
+
name: 'Name',
|
|
601
|
+
type: 'Type',
|
|
602
|
+
version: 'Version'
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
gwap: {
|
|
606
|
+
//公务安排
|
|
607
|
+
formTitle: 'Official Schedule',
|
|
608
|
+
fields: {
|
|
609
|
+
address: 'Official Location',
|
|
610
|
+
flTitle: 'Official Title',
|
|
611
|
+
endDate: 'End Date',
|
|
612
|
+
memo: 'Memo',
|
|
613
|
+
attendLeader: 'Attending Leaders',
|
|
614
|
+
flType: 'Official Type',
|
|
615
|
+
creator: 'Registrar',
|
|
616
|
+
startDate: 'Start Date'
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
documentType: {
|
|
620
|
+
//文档分类
|
|
621
|
+
formTitle: 'Document Classification',
|
|
622
|
+
fields: {
|
|
623
|
+
remark: 'Remark',
|
|
624
|
+
orderNo: 'Order Number'
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|