gds-plus-design-vue 1.1.16 → 1.1.18
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +31 -31
- package/lib/{index.fc323681.mjs → index.212068a5.mjs} +46367 -45063
- package/lib/{main.728f099d.mjs → main.b31ad365.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +347 -77
- package/locale/id_ID.js +2445 -2172
- package/locale/vi_VN.js +297 -19
- package/locale/zh_CN.js +144 -15
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -128,8 +128,8 @@ export default {
|
|
|
128
128
|
readTip: "Please select the data you want to view",
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
130
|
moveTip: 'Whether to move the current node?',
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
|
|
132
|
+
opportunityTipOne: 'Only one business opportunity record can be selected!'
|
|
133
133
|
},
|
|
134
134
|
/*登录及登录成功提示*/
|
|
135
135
|
login: {
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
157
157
|
titlePho: "Phone login",
|
|
158
158
|
loading: "Logging in...",
|
|
159
159
|
codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
|
|
160
|
-
scancodeLogin: "
|
|
160
|
+
scancodeLogin: "Scancode Wechat Login"
|
|
161
161
|
},
|
|
162
162
|
/*基础*/
|
|
163
163
|
basics: {
|
|
@@ -190,11 +190,17 @@ export default {
|
|
|
190
190
|
businessRulesConditionTip: "Please supplement condition data!",
|
|
191
191
|
businessRulesHandleTip: "Please supplement the operation data!",
|
|
192
192
|
enableRules: "Enable Rules",
|
|
193
|
+
saveRules: "Save Rules",
|
|
193
194
|
addBusinessRules: "New Business Rules",
|
|
194
195
|
businessSettings: "Business Rules",
|
|
195
196
|
addBtnRuleConfig: "Add button rules",
|
|
196
197
|
associatedView: "Associated View",
|
|
197
198
|
quickShowForm: "Quick Show Form",
|
|
199
|
+
page: "Page",
|
|
200
|
+
component: "Component",
|
|
201
|
+
template: "Template",
|
|
202
|
+
outline: "Outline",
|
|
203
|
+
data: "Data",
|
|
198
204
|
},
|
|
199
205
|
/*主题及设置项*/
|
|
200
206
|
settings: {
|
|
@@ -261,6 +267,9 @@ export default {
|
|
|
261
267
|
dialog: "Middle pop-up window",
|
|
262
268
|
drawer: "Right drawer",
|
|
263
269
|
followSystem: "Follow the system",
|
|
270
|
+
menuStyle: "Menu style",
|
|
271
|
+
verticalInsertion: "Vertical insertion",
|
|
272
|
+
horizontalFold: "Horizontal folding",
|
|
264
273
|
},
|
|
265
274
|
/*主题色*/
|
|
266
275
|
theme: {
|
|
@@ -301,7 +310,7 @@ export default {
|
|
|
301
310
|
pawMoreTip: "Please confirm the consistency of the passwords entered twice",
|
|
302
311
|
roleName: "Role name",
|
|
303
312
|
basicInformation: "Basic information",
|
|
304
|
-
otherInformation: "
|
|
313
|
+
otherInformation: "Other information",
|
|
305
314
|
organization: "Organization",
|
|
306
315
|
accountTip: "Please enter an account with at least five characters!",
|
|
307
316
|
nickname: "Nickname",
|
|
@@ -321,7 +330,7 @@ export default {
|
|
|
321
330
|
PSDNeverExpire: "password never expires",
|
|
322
331
|
orgOldName: "Original institution name",
|
|
323
332
|
orgOldNameTip: "The historical data institution to which the user belongs will be updated. Are you sure you want to modify the institution to which the user belongs?",
|
|
324
|
-
selectFile: "
|
|
333
|
+
selectFile: "Select File",
|
|
325
334
|
},
|
|
326
335
|
/*机构*/
|
|
327
336
|
org: {
|
|
@@ -397,15 +406,19 @@ export default {
|
|
|
397
406
|
subtotal: "Subtotal",
|
|
398
407
|
isLocked: "Is it locked",
|
|
399
408
|
allowNewField: "Field addition",
|
|
400
|
-
enableReview: "
|
|
401
|
-
enableAdvancedLookup: "
|
|
402
|
-
startBusinessProcess: "
|
|
409
|
+
enableReview: "Enable duplicate checking",
|
|
410
|
+
enableAdvancedLookup: "Enable advanced search",
|
|
411
|
+
startBusinessProcess: "Start the business process",
|
|
403
412
|
unlocked: "Unlocked",
|
|
404
413
|
locked: "Locked",
|
|
405
414
|
addedNewField: "Can be added",
|
|
406
415
|
notAddedNewField: "Cannot be added",
|
|
407
416
|
mslaveSubmit: "Master slave submission",
|
|
408
|
-
customPageInterface: "Custom [Page] interface"
|
|
417
|
+
customPageInterface: "Custom [Page] interface",
|
|
418
|
+
virtualTable: "Virtual table",
|
|
419
|
+
dataSource: "Data source",
|
|
420
|
+
virtualObjectType: "Virtual object type",
|
|
421
|
+
virtualObject: "Virtual object",
|
|
409
422
|
},
|
|
410
423
|
/*字段*/
|
|
411
424
|
field: {
|
|
@@ -435,7 +448,8 @@ export default {
|
|
|
435
448
|
operationTyle: "Operator",
|
|
436
449
|
dataSources: "Data sources",
|
|
437
450
|
operationInterval: "Range of intervals",
|
|
438
|
-
operationEqual: "Equal"
|
|
451
|
+
operationEqual: "Equal",
|
|
452
|
+
primarykey: "Primary key"
|
|
439
453
|
},
|
|
440
454
|
/*视图*/
|
|
441
455
|
view: {
|
|
@@ -716,7 +730,7 @@ export default {
|
|
|
716
730
|
screeningDPTargetTip: "Note: The matching data dictionary association table is the data dictionary remark value, please remark the corresponding table name",
|
|
717
731
|
screeningDPView: "Configure usage views",
|
|
718
732
|
useView: "Using views",
|
|
719
|
-
selectUseview: "
|
|
733
|
+
selectUseview: "Select to use the view",
|
|
720
734
|
currencySymbol: "Currency Symbol",
|
|
721
735
|
currencySel: "Follow the default currency of the system",
|
|
722
736
|
selectData: "Selected data",
|
|
@@ -869,6 +883,8 @@ export default {
|
|
|
869
883
|
menuAdvancedFind: "Advanced Find",
|
|
870
884
|
themeSettings: "Theme Settings",
|
|
871
885
|
fullScreen: "Full screen",
|
|
886
|
+
user: "user",
|
|
887
|
+
themeConfiguration: "Theme Configuration",
|
|
872
888
|
outFullScreen: "Exit full screen",
|
|
873
889
|
accountSettings: "Account Settings",
|
|
874
890
|
messageSending: "Message sending test",
|
|
@@ -927,6 +943,7 @@ export default {
|
|
|
927
943
|
/* 侧边栏*/
|
|
928
944
|
sidebar: {
|
|
929
945
|
dataOrigin: "data sources",
|
|
946
|
+
view: "View tree source view",
|
|
930
947
|
displayField: "display field",
|
|
931
948
|
parentData: "Parent relation field",
|
|
932
949
|
childrenData: "Child level this field",
|
|
@@ -934,7 +951,9 @@ export default {
|
|
|
934
951
|
assChid: "Associated table field Settings",
|
|
935
952
|
equalTo: "equal to",
|
|
936
953
|
shrink: "shrink",
|
|
937
|
-
unfold: "unfold"
|
|
954
|
+
unfold: "unfold",
|
|
955
|
+
disableMode: "Enable the disabled mode",
|
|
956
|
+
ifSet: "Set conditions"
|
|
938
957
|
},
|
|
939
958
|
/*过滤*/
|
|
940
959
|
filter: {
|
|
@@ -1217,6 +1236,7 @@ export default {
|
|
|
1217
1236
|
resetFilter: "Reset filter",
|
|
1218
1237
|
build: "Build",
|
|
1219
1238
|
move: "Move",
|
|
1239
|
+
createCopy: "Create Copy",
|
|
1220
1240
|
updateInstitutions: "Update institutions"
|
|
1221
1241
|
},
|
|
1222
1242
|
/*日志管理*/
|
|
@@ -1301,6 +1321,143 @@ export default {
|
|
|
1301
1321
|
forceExist: "Paksa offline",
|
|
1302
1322
|
forceExistTip: "Apakah Anda ingin memaksa pengguna untuk diambil offline?"
|
|
1303
1323
|
},
|
|
1324
|
+
/*任务管理*/
|
|
1325
|
+
task: {
|
|
1326
|
+
addJob: "Add Job",
|
|
1327
|
+
addTrigger: "Add Trigger",
|
|
1328
|
+
launchTask: "Launch Task",
|
|
1329
|
+
launchTaskTip: "Shall this job be started immediately?",
|
|
1330
|
+
launchAllTask: "Start all jobs",
|
|
1331
|
+
launchAllTaskTip: "Should all tasks be started immediately?",
|
|
1332
|
+
launch: "Start immediately",
|
|
1333
|
+
stopTask: "Suspend work",
|
|
1334
|
+
stopTaskTip: "Should this assignment be suspended immediately?",
|
|
1335
|
+
stopAllTask: "Suspend all operations",
|
|
1336
|
+
stopAllTaskTip: "Should all operations be suspended immediately?",
|
|
1337
|
+
stop: "Top now",
|
|
1338
|
+
forceJob: "Force Job",
|
|
1339
|
+
wakeJob: "Forcibly wake up the job scheduler",
|
|
1340
|
+
wakeJobTip: "Is the job scheduler forcibly awakened?",
|
|
1341
|
+
wake: "Wake up",
|
|
1342
|
+
triggerJob: "Forcibly trigger the persistence of all jobs",
|
|
1343
|
+
triggerJobTip: "Is all job persistence forced to be triggered?",
|
|
1344
|
+
trigger: "Trigger immediately",
|
|
1345
|
+
launchTrigger: "Start the trigger",
|
|
1346
|
+
launchTriggerTip: "Should this trigger be activated immediately?",
|
|
1347
|
+
stopTrigger: "Pause trigger",
|
|
1348
|
+
stopTriggerTip: "Should this trigger be stopped immediately?",
|
|
1349
|
+
colony: "Cluster control",
|
|
1350
|
+
jobId: "Assignment Number",
|
|
1351
|
+
groupName: "Group Name",
|
|
1352
|
+
type: "type",
|
|
1353
|
+
description: "description",
|
|
1354
|
+
concurrent: "Execution method",
|
|
1355
|
+
createType: "Create a type",
|
|
1356
|
+
properties: "Additional data",
|
|
1357
|
+
updatedTime: "Updated Time",
|
|
1358
|
+
triggerId: "Trigger Id",
|
|
1359
|
+
args: "Args",
|
|
1360
|
+
status: "Status",
|
|
1361
|
+
startTime: "Start Time",
|
|
1362
|
+
endTime: "EndTime",
|
|
1363
|
+
lastRunTime: "Recent running time",
|
|
1364
|
+
nextRunTime: "The next running time",
|
|
1365
|
+
numberOfRuns: "Trigger times",
|
|
1366
|
+
maxNumberOfRuns: "Maximum number of triggers",
|
|
1367
|
+
numberOfErrors: "Number of errors",
|
|
1368
|
+
maxNumberOfErrors: "Maximum number of errors",
|
|
1369
|
+
numRetries: "Retry count",
|
|
1370
|
+
retryTimeout: "Retry interval(ms)",
|
|
1371
|
+
intervalTime: "Interval time(ms)",
|
|
1372
|
+
startNow: "Start Now",
|
|
1373
|
+
runOnStart: "It is executed once at startup",
|
|
1374
|
+
resetOnlyOnce: "Reset the number of triggers",
|
|
1375
|
+
resetOnlyOnceTip: "Whether to reset jobs with a maximum trigger count equal to one at startup; Solve the problem where persistent data has been triggered once but is no longer executed at startup",
|
|
1376
|
+
parallel: "Parallel",
|
|
1377
|
+
serial: "Serial",
|
|
1378
|
+
builtIn: "Built In",
|
|
1379
|
+
script: "Script",
|
|
1380
|
+
httpRequest: "Http Request",
|
|
1381
|
+
jobInformation: "Homework information",
|
|
1382
|
+
scriptCode: "Script code",
|
|
1383
|
+
scanTrigger: "Scanning characteristic trigger",
|
|
1384
|
+
scanTriggerTip: "This parameter only takes effect when a new job is added; Scan the triggers defined on the job",
|
|
1385
|
+
requestAddress: "Request address",
|
|
1386
|
+
requestMethod: "Request method",
|
|
1387
|
+
requestMessage: "Request for reporting style",
|
|
1388
|
+
jobCluster: "Job cluster",
|
|
1389
|
+
clusterNumber: "Cluster Number",
|
|
1390
|
+
cronExpression: "Cron expression",
|
|
1391
|
+
interval: "interval",
|
|
1392
|
+
cronExpressionBuilder: "Cron expression generator",
|
|
1393
|
+
second: "second",
|
|
1394
|
+
min: "min",
|
|
1395
|
+
hour: "hour",
|
|
1396
|
+
day: "day",
|
|
1397
|
+
month: "month",
|
|
1398
|
+
week: "week",
|
|
1399
|
+
year: "year",
|
|
1400
|
+
seconds: "seconds",
|
|
1401
|
+
mins: "mins",
|
|
1402
|
+
hours: "hours",
|
|
1403
|
+
days: "days",
|
|
1404
|
+
months: "months",
|
|
1405
|
+
weeks: "weeks",
|
|
1406
|
+
years: "years",
|
|
1407
|
+
timeExpression: "Time Expression",
|
|
1408
|
+
lastRunsTime: "The last five running times",
|
|
1409
|
+
wildcard: "Allowed wildcards[, - * /]",
|
|
1410
|
+
periodFrom: "Period From",
|
|
1411
|
+
follow: "follow",
|
|
1412
|
+
secondsStart: "Seconds start, every",
|
|
1413
|
+
executeOnce: "Execute once",
|
|
1414
|
+
specify: "specify",
|
|
1415
|
+
notSpecified: "not Specified",
|
|
1416
|
+
dayStart: "date Start,every",
|
|
1417
|
+
monthly: "monthly",
|
|
1418
|
+
annually: "annually",
|
|
1419
|
+
workingDay: "Which is the nearest working day",
|
|
1420
|
+
lasDay: "The last day of this month",
|
|
1421
|
+
minStart: "min Start, every",
|
|
1422
|
+
monthStart: "month Start, every",
|
|
1423
|
+
hourStart: "hour Start,every",
|
|
1424
|
+
wildcardL: "Allowed wildcards[, - * ? / L #]",
|
|
1425
|
+
only: "only",
|
|
1426
|
+
weekIs: "weekIs",
|
|
1427
|
+
lasMonth: "The last one of this month",
|
|
1428
|
+
notFilled: "not fill,Allowed wildcards[, - * /]",
|
|
1429
|
+
yearStart: "year Start,every",
|
|
1430
|
+
onceYear: "year Execute once",
|
|
1431
|
+
resultsCount: "In the calculation result...",
|
|
1432
|
+
sunday: "sunday",
|
|
1433
|
+
monday: "monday",
|
|
1434
|
+
tuesday: "tuesday",
|
|
1435
|
+
wednesday: "wednesday",
|
|
1436
|
+
thursday: "thursday",
|
|
1437
|
+
friday: "friday",
|
|
1438
|
+
saturday: "saturday",
|
|
1439
|
+
secondly: "secondly .0000000",
|
|
1440
|
+
minutely: "minutely 00",
|
|
1441
|
+
hourly: "hourly 00:00",
|
|
1442
|
+
daily: "daily 00:00:00",
|
|
1443
|
+
monthlyM: "monthly 1 number 00:00:00",
|
|
1444
|
+
weekly: "weekly 00:00:00",
|
|
1445
|
+
yearly: "yearly 1 month 1 number 00:00:00",
|
|
1446
|
+
workday: "From Monday to Friday 00:00:00",
|
|
1447
|
+
jobRun: "Execute immediately",
|
|
1448
|
+
jobRunTip: "Should it be executed immediately?"
|
|
1449
|
+
},
|
|
1450
|
+
/*系统文件*/
|
|
1451
|
+
file: {
|
|
1452
|
+
fileName: "file Name",
|
|
1453
|
+
fileLocation: "file Location",
|
|
1454
|
+
fileSuffix: "file Suffix",
|
|
1455
|
+
fileBucket: "file Bucket",
|
|
1456
|
+
fileSize: "file Size",
|
|
1457
|
+
code: "code id",
|
|
1458
|
+
filePath: "file Path",
|
|
1459
|
+
detail: "detail"
|
|
1460
|
+
},
|
|
1304
1461
|
/*系统配置*/
|
|
1305
1462
|
sysConfig: {
|
|
1306
1463
|
name: "Nama Parameter",
|
|
@@ -1351,15 +1508,6 @@ export default {
|
|
|
1351
1508
|
path: "Path",
|
|
1352
1509
|
selectFileTip: "Please select a file!",
|
|
1353
1510
|
location: 'Positioning',
|
|
1354
|
-
legalPerson:'Legal person',
|
|
1355
|
-
status:'Business status',
|
|
1356
|
-
code:'Unified Social Credit Code',
|
|
1357
|
-
opportunity:'Business opportunity name',
|
|
1358
|
-
num:'Item Quantity',
|
|
1359
|
-
purchaseDate:'Expected purchase date',
|
|
1360
|
-
oppSum:'Standard currency',
|
|
1361
|
-
oppStage:'Business opportunity stage',
|
|
1362
|
-
oppPerson:'opportunity owners'
|
|
1363
1511
|
},
|
|
1364
1512
|
/*消息模版和管理*/
|
|
1365
1513
|
msg: {
|
|
@@ -1379,6 +1527,8 @@ export default {
|
|
|
1379
1527
|
delayMinTip: 'Delayed by 30 minutes: 30',
|
|
1380
1528
|
exclusionTime: 'Exclusion time period',
|
|
1381
1529
|
exclusionTimeTip: 'If you need to cross days, please fill in two time periods, such as the first period from 22:00:00 to 23:59:59, and the second period from 00:00:00 to 8:00:00',
|
|
1530
|
+
exclusionTimeTi: 'The first paragraph 22:00:00-23:59:59',
|
|
1531
|
+
exclusionTimeT: 'The second paragraph 00:00:00-8:00:00',
|
|
1382
1532
|
addTime: 'Add time period',
|
|
1383
1533
|
creationTime: "Creation time",
|
|
1384
1534
|
completeTimeTip: "Please select the complete time!",
|
|
@@ -1479,6 +1629,7 @@ export default {
|
|
|
1479
1629
|
addCondition: "Add Condition",
|
|
1480
1630
|
addRule: "Add Rule",
|
|
1481
1631
|
rule: "Rule",
|
|
1632
|
+
addParallel: "Add Parallel",
|
|
1482
1633
|
/*业务流程*/
|
|
1483
1634
|
process: {
|
|
1484
1635
|
title: "Operation flow",
|
|
@@ -1644,38 +1795,38 @@ export default {
|
|
|
1644
1795
|
},
|
|
1645
1796
|
/*账户设置*/
|
|
1646
1797
|
account: {
|
|
1647
|
-
basicSettings: "
|
|
1648
|
-
securitySetting: "
|
|
1649
|
-
personalization: "
|
|
1650
|
-
notify: "
|
|
1798
|
+
basicSettings: "Basic Settings",
|
|
1799
|
+
securitySetting: "Safety Settings",
|
|
1800
|
+
personalization: "Personalized Settings",
|
|
1801
|
+
notify: "New message notification",
|
|
1651
1802
|
bindenterpriseWechat: 'Bind Enterprise WeChat',
|
|
1652
1803
|
noBindenterpriseWechat: 'Not bound to enterprise wechat',
|
|
1653
|
-
nickname: "
|
|
1654
|
-
birthday: "
|
|
1655
|
-
sex: "
|
|
1656
|
-
phone: "
|
|
1657
|
-
tel: "
|
|
1804
|
+
nickname: "Nick name",
|
|
1805
|
+
birthday: "birthday",
|
|
1806
|
+
sex: "sex",
|
|
1807
|
+
phone: "phone number",
|
|
1808
|
+
tel: "Telephone number",
|
|
1658
1809
|
email: "E-mail",
|
|
1659
|
-
emailTip: "
|
|
1660
|
-
language: "
|
|
1661
|
-
currency: "
|
|
1662
|
-
timeZone: "
|
|
1663
|
-
updateInformation: "
|
|
1664
|
-
passWord: "
|
|
1665
|
-
strength: "
|
|
1666
|
-
strong: "
|
|
1667
|
-
changePaw: "
|
|
1668
|
-
originalPaw: "
|
|
1669
|
-
newPaw: "
|
|
1670
|
-
newPawTip: "
|
|
1671
|
-
newPawTipErr: "
|
|
1672
|
-
repeatPaw: "
|
|
1673
|
-
repeatPawTip: "
|
|
1674
|
-
repeatPawTiperr: "
|
|
1675
|
-
homepage: "
|
|
1676
|
-
homepageTip: "
|
|
1677
|
-
modifyavatar: "
|
|
1678
|
-
selectPicture: "
|
|
1810
|
+
emailTip: "Please enter the correct email address!",
|
|
1811
|
+
language: "Default language",
|
|
1812
|
+
currency: "Default currency",
|
|
1813
|
+
timeZone: "Default time zone",
|
|
1814
|
+
updateInformation: "Update the basic information",
|
|
1815
|
+
passWord: "passWord",
|
|
1816
|
+
strength: "Current password strength",
|
|
1817
|
+
strong: "strong",
|
|
1818
|
+
changePaw: "Change the password",
|
|
1819
|
+
originalPaw: "Original password",
|
|
1820
|
+
newPaw: "New password",
|
|
1821
|
+
newPawTip: "Please enter a password of at least six characters!",
|
|
1822
|
+
newPawTipErr: "The password must contain numbers, letters, upper and lower cases, special characters, and be up to 18 characters long!",
|
|
1823
|
+
repeatPaw: "Repeat the new password",
|
|
1824
|
+
repeatPawTip: "Please enter the new password again",
|
|
1825
|
+
repeatPawTiperr: "Please confirm the consistency of the passwords entered twice!",
|
|
1826
|
+
homepage: "Personal Homepage",
|
|
1827
|
+
homepageTip: "After configuration, users log in and directly enter their personal homepage",
|
|
1828
|
+
modifyavatar: "Modify the profile picture",
|
|
1829
|
+
selectPicture: "Select the picture",
|
|
1679
1830
|
userAuthentication: "user authentication",
|
|
1680
1831
|
passAuthentication: "Hello, for the security of your account, please change the password",
|
|
1681
1832
|
loginID: "login ID",
|
|
@@ -1688,6 +1839,7 @@ export default {
|
|
|
1688
1839
|
eamilTip: "Please enter your email address",
|
|
1689
1840
|
codeTip: "Please enter the verification code",
|
|
1690
1841
|
passdTi: "Hello! Your account password will be",
|
|
1842
|
+
passT: "days later Expired",
|
|
1691
1843
|
// [具体日期]或[剩余天数]
|
|
1692
1844
|
passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
|
|
1693
1845
|
logOutTip: "hint",
|
|
@@ -1708,13 +1860,13 @@ export default {
|
|
|
1708
1860
|
loading: "be logging in...",
|
|
1709
1861
|
otherWay: "Other login methods",
|
|
1710
1862
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1711
|
-
bind: "Bind"
|
|
1863
|
+
bind: "Bind",
|
|
1864
|
+
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1712
1865
|
},
|
|
1713
1866
|
/*设计器*/
|
|
1714
1867
|
pageDesigner: {
|
|
1715
1868
|
title: "Title",
|
|
1716
1869
|
inputComponent: "Input component",
|
|
1717
|
-
newPanel: "Panel baru ditambah",
|
|
1718
1870
|
newPanel: "New panel",
|
|
1719
1871
|
newPanelTip: "Minimum 1 sub panel",
|
|
1720
1872
|
newTabsTip: "At least 1 tab",
|
|
@@ -1813,9 +1965,12 @@ export default {
|
|
|
1813
1965
|
openNavigation: "Activate navigation",
|
|
1814
1966
|
open: "Open",
|
|
1815
1967
|
close: "Close",
|
|
1816
|
-
basicLayout: "
|
|
1968
|
+
basicLayout: "Basic layout",
|
|
1817
1969
|
inherit: "Inherit",
|
|
1818
1970
|
custom: "Customize",
|
|
1971
|
+
list: "Application manager",
|
|
1972
|
+
history: "Release record",
|
|
1973
|
+
publicationType: "Publication type"
|
|
1819
1974
|
},
|
|
1820
1975
|
/*模块*/
|
|
1821
1976
|
module: {
|
|
@@ -2135,7 +2290,7 @@ export default {
|
|
|
2135
2290
|
translation: {
|
|
2136
2291
|
name: "Name",
|
|
2137
2292
|
type: "Type",
|
|
2138
|
-
stateCodes: "
|
|
2293
|
+
stateCodes: "Status",
|
|
2139
2294
|
value: "Value",
|
|
2140
2295
|
valueTip: "Value to be translated",
|
|
2141
2296
|
key: "Key",
|
|
@@ -2148,28 +2303,143 @@ export default {
|
|
|
2148
2303
|
},
|
|
2149
2304
|
/**查重 */
|
|
2150
2305
|
duplicatechecking: {
|
|
2151
|
-
name: "
|
|
2152
|
-
status: "
|
|
2153
|
-
explain: "
|
|
2154
|
-
basicTable: "
|
|
2155
|
-
matchingTable: "
|
|
2156
|
-
caseSensitive: "
|
|
2157
|
-
allowSave: "
|
|
2158
|
-
checkConfigurationRetryRule: "
|
|
2159
|
-
repeatDetectionRuleCondition: "
|
|
2160
|
-
enable: "
|
|
2161
|
-
deactivate: "
|
|
2162
|
-
duplicateDetected: "
|
|
2163
|
-
myNewRecord: "
|
|
2164
|
-
pleaseSelectBasicTable: "
|
|
2165
|
-
possibleDuplicateRecords: "
|
|
2166
|
-
pleaseBasicTableandmach: "
|
|
2167
|
-
numberCharacters: "
|
|
2168
|
-
ignoreNullValues: "
|
|
2169
|
-
handle: "
|
|
2170
|
-
matchingField: "
|
|
2171
|
-
|
|
2172
|
-
|
|
2306
|
+
name: "Name",
|
|
2307
|
+
status: "Status",
|
|
2308
|
+
explain: "Explain",
|
|
2309
|
+
basicTable: "BasicTable",
|
|
2310
|
+
matchingTable: "MatchingTable",
|
|
2311
|
+
caseSensitive: "Case-sensitive",
|
|
2312
|
+
allowSave: "Allow saving",
|
|
2313
|
+
checkConfigurationRetryRule: "Configuration of plagiarism detection rules",
|
|
2314
|
+
repeatDetectionRuleCondition: "Repeat the detection rule conditions",
|
|
2315
|
+
enable: "Enable",
|
|
2316
|
+
deactivate: "Deactivate",
|
|
2317
|
+
duplicateDetected: "Duplicate information has been detected",
|
|
2318
|
+
myNewRecord: "My new record",
|
|
2319
|
+
pleaseSelectBasicTable: "Please select the basic table",
|
|
2320
|
+
possibleDuplicateRecords: "Possible duplicate records",
|
|
2321
|
+
pleaseBasicTableandmach: "The basic fields need to be consistent with the matching fields",
|
|
2322
|
+
numberCharacters: "Number of characters",
|
|
2323
|
+
ignoreNullValues: "Ignore null values",
|
|
2324
|
+
handle: "Handle",
|
|
2325
|
+
matchingField: "Matching field",
|
|
2326
|
+
field: "Field",
|
|
2327
|
+
basicField: "Basic field",
|
|
2328
|
+
condition: "Condition",
|
|
2329
|
+
recordPleaseCheckSaveRecord: "The record may duplicate an existing record. Please check the possible duplicate items and decide whether to still save this record.",
|
|
2330
|
+
isSave: "Save",
|
|
2331
|
+
},
|
|
2332
|
+
/*布局容器组件*/
|
|
2333
|
+
layoutContainer: {
|
|
2334
|
+
containerPanel: "Container Panel",
|
|
2335
|
+
gridLayout: "Grid Layout",
|
|
2336
|
+
collapse: "Folding panel",
|
|
2337
|
+
collapseitem1: "Collapse 1",
|
|
2338
|
+
collapseitem2: "Collapse 2",
|
|
2339
|
+
card: "Card layout",
|
|
2340
|
+
tabs: "TAB page layout",
|
|
2341
|
+
tabsitem1: "TAB page 1",
|
|
2342
|
+
tabsitem2: "TAB page 2",
|
|
2343
|
+
form: "Form container",
|
|
2344
|
+
treePanel: "Tree selection container",
|
|
2345
|
+
flexLayout: "Block layout",
|
|
2346
|
+
},
|
|
2347
|
+
/*基础组件*/
|
|
2348
|
+
basiccomponents: {
|
|
2349
|
+
divider: "Divider",
|
|
2350
|
+
textContent: "Text Content",
|
|
2351
|
+
title: "Title",
|
|
2352
|
+
subtitle: "Sub Title",
|
|
2353
|
+
fonticon: "Fonticon",
|
|
2354
|
+
image: "Image",
|
|
2355
|
+
tag: "Tag",
|
|
2356
|
+
link: "Link",
|
|
2357
|
+
QRcode: "QRcode",
|
|
2358
|
+
banner: "banner",
|
|
2359
|
+
},
|
|
2360
|
+
/*功能组件*/
|
|
2361
|
+
functionalcomponents: {
|
|
2362
|
+
btnGroup: "Btn Group",
|
|
2363
|
+
textSearch: "Text Search",
|
|
2364
|
+
currentTime: "Current Time",
|
|
2365
|
+
currentUser: "Current User",
|
|
2366
|
+
},
|
|
2367
|
+
/*数据展示组件*/
|
|
2368
|
+
datadisplaycomponents: {
|
|
2369
|
+
table: "view",
|
|
2370
|
+
list: "List",
|
|
2371
|
+
descriptions: "Descriptions",
|
|
2372
|
+
echarts: "Echarts",
|
|
2373
|
+
statisticValue: "Statistic Value",
|
|
2374
|
+
statistic: "statistic",
|
|
2375
|
+
},
|
|
2376
|
+
/*表单组件*/
|
|
2377
|
+
formcomponents: {
|
|
2378
|
+
input: "Single-line Text",
|
|
2379
|
+
textarea: "Multi-line Text",
|
|
2380
|
+
inputNumber: "Input Number",
|
|
2381
|
+
editor: "Editor",
|
|
2382
|
+
switch: "Switch",
|
|
2383
|
+
radio: "Radio",
|
|
2384
|
+
checkbox: "Checkbox",
|
|
2385
|
+
select: "Select",
|
|
2386
|
+
selectMultiple: "Select Multiple",
|
|
2387
|
+
uploadImg: "Upload Img",
|
|
2388
|
+
uploadFile: "Upload File",
|
|
2389
|
+
datePicker: "Date Picker",
|
|
2390
|
+
timePicker: "Time Picker",
|
|
2391
|
+
},
|
|
2392
|
+
/*弹层组件*/
|
|
2393
|
+
elasticlayercomponents: {
|
|
2394
|
+
dialog: "Dialog",
|
|
2395
|
+
drawer: "Drawer",
|
|
2396
|
+
popover: "Popover",
|
|
2397
|
+
title: "title",
|
|
2398
|
+
},
|
|
2399
|
+
/*高级组件*/
|
|
2400
|
+
advancedcomponents: {
|
|
2401
|
+
customComponent: "Custom Component",
|
|
2402
|
+
approval: "Approval",
|
|
2403
|
+
},
|
|
2404
|
+
/*页面组件*/
|
|
2405
|
+
pagecomponents: {
|
|
2406
|
+
tableDefinition: "Table Definition",
|
|
2407
|
+
dictionary: "Dictionary",
|
|
2408
|
+
processManagement: "Process Management",
|
|
2409
|
+
solution: "Solution",
|
|
2410
|
+
webResources: "Web Resources",
|
|
2411
|
+
plugin: "Plugin",
|
|
2412
|
+
translation: "Translation",
|
|
2413
|
+
institution: "Institution",
|
|
2414
|
+
position: "Position",
|
|
2415
|
+
log: "Log",
|
|
2416
|
+
serviceSystem: "Service System",
|
|
2417
|
+
systemConfiguration: "System Configuration",
|
|
2418
|
+
userManagement: "User Management",
|
|
2419
|
+
roleManagement: "Role Management",
|
|
2420
|
+
securityFieldManagement: "Security Field Management",
|
|
2421
|
+
onlineUser: "Online User",
|
|
2422
|
+
taskManagement: "Task Management",
|
|
2423
|
+
sendEmail: "Send Email",
|
|
2424
|
+
templateLibrary: "Template Library",
|
|
2425
|
+
messageTemplate: "Message Template",
|
|
2426
|
+
messageReminderRules: "Message Reminder Rules",
|
|
2427
|
+
messageSendingRecord: "Message Sending Record",
|
|
2428
|
+
instantMessage: "Instant Message",
|
|
2429
|
+
announcementManagement: "Announcement Management",
|
|
2430
|
+
systemFile: "System File",
|
|
2431
|
+
},
|
|
2432
|
+
/*数据源*/
|
|
2433
|
+
dataSource: {
|
|
2434
|
+
name: "Connection Name",
|
|
2435
|
+
dataSourceType: "Data source type",
|
|
2436
|
+
host: "Host",
|
|
2437
|
+
port: "Port",
|
|
2438
|
+
database: "Database",
|
|
2439
|
+
userName: "User",
|
|
2440
|
+
extend: "Extend",
|
|
2441
|
+
connectionString: "Connection string",
|
|
2442
|
+
testConnection: "Test connection"
|
|
2173
2443
|
}
|
|
2174
2444
|
}
|
|
2175
|
-
};
|
|
2445
|
+
};
|