gds-plus-design-vue 1.1.15 → 1.1.17
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 +30 -22
- package/lib/{index.62298c26.mjs → index.1ba3b8a4.mjs} +34598 -33081
- package/lib/{main.2e949b9b.mjs → main.d174d557.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +333 -74
- package/locale/id_ID.js +2433 -2171
- package/locale/vi_VN.js +282 -13
- package/locale/zh_CN.js +131 -12
- package/package.json +2 -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: {
|
|
@@ -301,7 +307,7 @@ export default {
|
|
|
301
307
|
pawMoreTip: "Please confirm the consistency of the passwords entered twice",
|
|
302
308
|
roleName: "Role name",
|
|
303
309
|
basicInformation: "Basic information",
|
|
304
|
-
otherInformation: "
|
|
310
|
+
otherInformation: "Other information",
|
|
305
311
|
organization: "Organization",
|
|
306
312
|
accountTip: "Please enter an account with at least five characters!",
|
|
307
313
|
nickname: "Nickname",
|
|
@@ -321,7 +327,7 @@ export default {
|
|
|
321
327
|
PSDNeverExpire: "password never expires",
|
|
322
328
|
orgOldName: "Original institution name",
|
|
323
329
|
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: "
|
|
330
|
+
selectFile: "Select File",
|
|
325
331
|
},
|
|
326
332
|
/*机构*/
|
|
327
333
|
org: {
|
|
@@ -397,9 +403,9 @@ export default {
|
|
|
397
403
|
subtotal: "Subtotal",
|
|
398
404
|
isLocked: "Is it locked",
|
|
399
405
|
allowNewField: "Field addition",
|
|
400
|
-
enableReview: "
|
|
401
|
-
enableAdvancedLookup: "
|
|
402
|
-
startBusinessProcess: "
|
|
406
|
+
enableReview: "Enable duplicate checking",
|
|
407
|
+
enableAdvancedLookup: "Enable advanced search",
|
|
408
|
+
startBusinessProcess: "Start the business process",
|
|
403
409
|
unlocked: "Unlocked",
|
|
404
410
|
locked: "Locked",
|
|
405
411
|
addedNewField: "Can be added",
|
|
@@ -716,7 +722,7 @@ export default {
|
|
|
716
722
|
screeningDPTargetTip: "Note: The matching data dictionary association table is the data dictionary remark value, please remark the corresponding table name",
|
|
717
723
|
screeningDPView: "Configure usage views",
|
|
718
724
|
useView: "Using views",
|
|
719
|
-
selectUseview: "
|
|
725
|
+
selectUseview: "Select to use the view",
|
|
720
726
|
currencySymbol: "Currency Symbol",
|
|
721
727
|
currencySel: "Follow the default currency of the system",
|
|
722
728
|
selectData: "Selected data",
|
|
@@ -869,6 +875,8 @@ export default {
|
|
|
869
875
|
menuAdvancedFind: "Advanced Find",
|
|
870
876
|
themeSettings: "Theme Settings",
|
|
871
877
|
fullScreen: "Full screen",
|
|
878
|
+
user: "user",
|
|
879
|
+
themeConfiguration: "Theme Configuration",
|
|
872
880
|
outFullScreen: "Exit full screen",
|
|
873
881
|
accountSettings: "Account Settings",
|
|
874
882
|
messageSending: "Message sending test",
|
|
@@ -927,6 +935,7 @@ export default {
|
|
|
927
935
|
/* 侧边栏*/
|
|
928
936
|
sidebar: {
|
|
929
937
|
dataOrigin: "data sources",
|
|
938
|
+
view: "View tree source view",
|
|
930
939
|
displayField: "display field",
|
|
931
940
|
parentData: "Parent relation field",
|
|
932
941
|
childrenData: "Child level this field",
|
|
@@ -934,7 +943,9 @@ export default {
|
|
|
934
943
|
assChid: "Associated table field Settings",
|
|
935
944
|
equalTo: "equal to",
|
|
936
945
|
shrink: "shrink",
|
|
937
|
-
unfold: "unfold"
|
|
946
|
+
unfold: "unfold",
|
|
947
|
+
disableMode: "Enable the disabled mode",
|
|
948
|
+
ifSet: "Set conditions"
|
|
938
949
|
},
|
|
939
950
|
/*过滤*/
|
|
940
951
|
filter: {
|
|
@@ -1217,6 +1228,7 @@ export default {
|
|
|
1217
1228
|
resetFilter: "Reset filter",
|
|
1218
1229
|
build: "Build",
|
|
1219
1230
|
move: "Move",
|
|
1231
|
+
createCopy: "Create Copy",
|
|
1220
1232
|
updateInstitutions: "Update institutions"
|
|
1221
1233
|
},
|
|
1222
1234
|
/*日志管理*/
|
|
@@ -1301,6 +1313,143 @@ export default {
|
|
|
1301
1313
|
forceExist: "Paksa offline",
|
|
1302
1314
|
forceExistTip: "Apakah Anda ingin memaksa pengguna untuk diambil offline?"
|
|
1303
1315
|
},
|
|
1316
|
+
/*任务管理*/
|
|
1317
|
+
task: {
|
|
1318
|
+
addJob: "Add Job",
|
|
1319
|
+
addTrigger: "Add Trigger",
|
|
1320
|
+
launchTask: "Launch Task",
|
|
1321
|
+
launchTaskTip: "Shall this job be started immediately?",
|
|
1322
|
+
launchAllTask: "Start all jobs",
|
|
1323
|
+
launchAllTaskTip: "Should all tasks be started immediately?",
|
|
1324
|
+
launch: "Start immediately",
|
|
1325
|
+
stopTask: "Suspend work",
|
|
1326
|
+
stopTaskTip: "Should this assignment be suspended immediately?",
|
|
1327
|
+
stopAllTask: "Suspend all operations",
|
|
1328
|
+
stopAllTaskTip: "Should all operations be suspended immediately?",
|
|
1329
|
+
stop: "Top now",
|
|
1330
|
+
forceJob: "Force Job",
|
|
1331
|
+
wakeJob: "Forcibly wake up the job scheduler",
|
|
1332
|
+
wakeJobTip: "Is the job scheduler forcibly awakened?",
|
|
1333
|
+
wake: "Wake up",
|
|
1334
|
+
triggerJob: "Forcibly trigger the persistence of all jobs",
|
|
1335
|
+
triggerJobTip: "Is all job persistence forced to be triggered?",
|
|
1336
|
+
trigger: "Trigger immediately",
|
|
1337
|
+
launchTrigger: "Start the trigger",
|
|
1338
|
+
launchTriggerTip: "Should this trigger be activated immediately?",
|
|
1339
|
+
stopTrigger: "Pause trigger",
|
|
1340
|
+
stopTriggerTip: "Should this trigger be stopped immediately?",
|
|
1341
|
+
colony: "Cluster control",
|
|
1342
|
+
jobId: "Assignment Number",
|
|
1343
|
+
groupName: "Group Name",
|
|
1344
|
+
type: "type",
|
|
1345
|
+
description: "description",
|
|
1346
|
+
concurrent: "Execution method",
|
|
1347
|
+
createType: "Create a type",
|
|
1348
|
+
properties: "Additional data",
|
|
1349
|
+
updatedTime: "Updated Time",
|
|
1350
|
+
triggerId: "Trigger Id",
|
|
1351
|
+
args: "Args",
|
|
1352
|
+
status: "Status",
|
|
1353
|
+
startTime: "Start Time",
|
|
1354
|
+
endTime: "EndTime",
|
|
1355
|
+
lastRunTime: "Recent running time",
|
|
1356
|
+
nextRunTime: "The next running time",
|
|
1357
|
+
numberOfRuns: "Trigger times",
|
|
1358
|
+
maxNumberOfRuns: "Maximum number of triggers",
|
|
1359
|
+
numberOfErrors: "Number of errors",
|
|
1360
|
+
maxNumberOfErrors: "Maximum number of errors",
|
|
1361
|
+
numRetries: "Retry count",
|
|
1362
|
+
retryTimeout: "Retry interval(ms)",
|
|
1363
|
+
intervalTime: "Interval time(ms)",
|
|
1364
|
+
startNow: "Start Now",
|
|
1365
|
+
runOnStart: "It is executed once at startup",
|
|
1366
|
+
resetOnlyOnce: "Reset the number of triggers",
|
|
1367
|
+
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",
|
|
1368
|
+
parallel: "Parallel",
|
|
1369
|
+
serial: "Serial",
|
|
1370
|
+
builtIn: "Built In",
|
|
1371
|
+
script: "Script",
|
|
1372
|
+
httpRequest: "Http Request",
|
|
1373
|
+
jobInformation: "Homework information",
|
|
1374
|
+
scriptCode: "Script code",
|
|
1375
|
+
scanTrigger: "Scanning characteristic trigger",
|
|
1376
|
+
scanTriggerTip: "This parameter only takes effect when a new job is added; Scan the triggers defined on the job",
|
|
1377
|
+
requestAddress: "Request address",
|
|
1378
|
+
requestMethod: "Request method",
|
|
1379
|
+
requestMessage: "Request for reporting style",
|
|
1380
|
+
jobCluster: "Job cluster",
|
|
1381
|
+
clusterNumber: "Cluster Number",
|
|
1382
|
+
cronExpression: "Cron expression",
|
|
1383
|
+
interval: "interval",
|
|
1384
|
+
cronExpressionBuilder: "Cron expression generator",
|
|
1385
|
+
second: "second",
|
|
1386
|
+
min: "min",
|
|
1387
|
+
hour: "hour",
|
|
1388
|
+
day: "day",
|
|
1389
|
+
month: "month",
|
|
1390
|
+
week: "week",
|
|
1391
|
+
year: "year",
|
|
1392
|
+
seconds: "seconds",
|
|
1393
|
+
mins: "mins",
|
|
1394
|
+
hours: "hours",
|
|
1395
|
+
days: "days",
|
|
1396
|
+
months: "months",
|
|
1397
|
+
weeks: "weeks",
|
|
1398
|
+
years: "years",
|
|
1399
|
+
timeExpression: "Time Expression",
|
|
1400
|
+
lastRunsTime: "The last five running times",
|
|
1401
|
+
wildcard: "Allowed wildcards[, - * /]",
|
|
1402
|
+
periodFrom: "Period From",
|
|
1403
|
+
follow: "follow",
|
|
1404
|
+
secondsStart: "Seconds start, every",
|
|
1405
|
+
executeOnce: "Execute once",
|
|
1406
|
+
specify: "specify",
|
|
1407
|
+
notSpecified: "not Specified",
|
|
1408
|
+
dayStart: "date Start,every",
|
|
1409
|
+
monthly: "monthly",
|
|
1410
|
+
annually: "annually",
|
|
1411
|
+
workingDay: "Which is the nearest working day",
|
|
1412
|
+
lasDay: "The last day of this month",
|
|
1413
|
+
minStart: "min Start, every",
|
|
1414
|
+
monthStart: "month Start, every",
|
|
1415
|
+
hourStart: "hour Start,every",
|
|
1416
|
+
wildcardL: "Allowed wildcards[, - * ? / L #]",
|
|
1417
|
+
only: "only",
|
|
1418
|
+
weekIs: "weekIs",
|
|
1419
|
+
lasMonth: "The last one of this month",
|
|
1420
|
+
notFilled: "not fill,Allowed wildcards[, - * /]",
|
|
1421
|
+
yearStart: "year Start,every",
|
|
1422
|
+
onceYear: "year Execute once",
|
|
1423
|
+
resultsCount: "In the calculation result...",
|
|
1424
|
+
sunday: "sunday",
|
|
1425
|
+
monday: "monday",
|
|
1426
|
+
tuesday: "tuesday",
|
|
1427
|
+
wednesday: "wednesday",
|
|
1428
|
+
thursday: "thursday",
|
|
1429
|
+
friday: "friday",
|
|
1430
|
+
saturday: "saturday",
|
|
1431
|
+
secondly: "secondly .0000000",
|
|
1432
|
+
minutely: "minutely 00",
|
|
1433
|
+
hourly: "hourly 00:00",
|
|
1434
|
+
daily: "daily 00:00:00",
|
|
1435
|
+
monthlyM: "monthly 1 number 00:00:00",
|
|
1436
|
+
weekly: "weekly 00:00:00",
|
|
1437
|
+
yearly: "yearly 1 month 1 number 00:00:00",
|
|
1438
|
+
workday: "From Monday to Friday 00:00:00",
|
|
1439
|
+
jobRun: "Execute immediately",
|
|
1440
|
+
jobRunTip: "Should it be executed immediately?"
|
|
1441
|
+
},
|
|
1442
|
+
/*系统文件*/
|
|
1443
|
+
file: {
|
|
1444
|
+
fileName: "file Name",
|
|
1445
|
+
fileLocation: "file Location",
|
|
1446
|
+
fileSuffix: "file Suffix",
|
|
1447
|
+
fileBucket: "file Bucket",
|
|
1448
|
+
fileSize: "file Size",
|
|
1449
|
+
code: "code id",
|
|
1450
|
+
filePath: "file Path",
|
|
1451
|
+
detail: "detail"
|
|
1452
|
+
},
|
|
1304
1453
|
/*系统配置*/
|
|
1305
1454
|
sysConfig: {
|
|
1306
1455
|
name: "Nama Parameter",
|
|
@@ -1351,15 +1500,15 @@ export default {
|
|
|
1351
1500
|
path: "Path",
|
|
1352
1501
|
selectFileTip: "Please select a file!",
|
|
1353
1502
|
location: 'Positioning',
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1503
|
+
legalPerson: 'Legal person',
|
|
1504
|
+
status: 'Business status',
|
|
1505
|
+
code: 'Unified Social Credit Code',
|
|
1506
|
+
opportunity: 'Business opportunity name',
|
|
1507
|
+
num: 'Item Quantity',
|
|
1508
|
+
purchaseDate: 'Expected purchase date',
|
|
1509
|
+
oppSum: 'Standard currency',
|
|
1510
|
+
oppStage: 'Business opportunity stage',
|
|
1511
|
+
oppPerson: 'opportunity owners'
|
|
1363
1512
|
},
|
|
1364
1513
|
/*消息模版和管理*/
|
|
1365
1514
|
msg: {
|
|
@@ -1379,6 +1528,8 @@ export default {
|
|
|
1379
1528
|
delayMinTip: 'Delayed by 30 minutes: 30',
|
|
1380
1529
|
exclusionTime: 'Exclusion time period',
|
|
1381
1530
|
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',
|
|
1531
|
+
exclusionTimeTi: 'The first paragraph 22:00:00-23:59:59',
|
|
1532
|
+
exclusionTimeT: 'The second paragraph 00:00:00-8:00:00',
|
|
1382
1533
|
addTime: 'Add time period',
|
|
1383
1534
|
creationTime: "Creation time",
|
|
1384
1535
|
completeTimeTip: "Please select the complete time!",
|
|
@@ -1479,6 +1630,7 @@ export default {
|
|
|
1479
1630
|
addCondition: "Add Condition",
|
|
1480
1631
|
addRule: "Add Rule",
|
|
1481
1632
|
rule: "Rule",
|
|
1633
|
+
addParallel: "Add Parallel",
|
|
1482
1634
|
/*业务流程*/
|
|
1483
1635
|
process: {
|
|
1484
1636
|
title: "Operation flow",
|
|
@@ -1644,38 +1796,38 @@ export default {
|
|
|
1644
1796
|
},
|
|
1645
1797
|
/*账户设置*/
|
|
1646
1798
|
account: {
|
|
1647
|
-
basicSettings: "
|
|
1648
|
-
securitySetting: "
|
|
1649
|
-
personalization: "
|
|
1650
|
-
notify: "
|
|
1799
|
+
basicSettings: "Basic Settings",
|
|
1800
|
+
securitySetting: "Safety Settings",
|
|
1801
|
+
personalization: "Personalized Settings",
|
|
1802
|
+
notify: "New message notification",
|
|
1651
1803
|
bindenterpriseWechat: 'Bind Enterprise WeChat',
|
|
1652
1804
|
noBindenterpriseWechat: 'Not bound to enterprise wechat',
|
|
1653
|
-
nickname: "
|
|
1654
|
-
birthday: "
|
|
1655
|
-
sex: "
|
|
1656
|
-
phone: "
|
|
1657
|
-
tel: "
|
|
1805
|
+
nickname: "Nick name",
|
|
1806
|
+
birthday: "birthday",
|
|
1807
|
+
sex: "sex",
|
|
1808
|
+
phone: "phone number",
|
|
1809
|
+
tel: "Telephone number",
|
|
1658
1810
|
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: "
|
|
1811
|
+
emailTip: "Please enter the correct email address!",
|
|
1812
|
+
language: "Default language",
|
|
1813
|
+
currency: "Default currency",
|
|
1814
|
+
timeZone: "Default time zone",
|
|
1815
|
+
updateInformation: "Update the basic information",
|
|
1816
|
+
passWord: "passWord",
|
|
1817
|
+
strength: "Current password strength",
|
|
1818
|
+
strong: "strong",
|
|
1819
|
+
changePaw: "Change the password",
|
|
1820
|
+
originalPaw: "Original password",
|
|
1821
|
+
newPaw: "New password",
|
|
1822
|
+
newPawTip: "Please enter a password of at least six characters!",
|
|
1823
|
+
newPawTipErr: "The password must contain numbers, letters, upper and lower cases, special characters, and be up to 18 characters long!",
|
|
1824
|
+
repeatPaw: "Repeat the new password",
|
|
1825
|
+
repeatPawTip: "Please enter the new password again",
|
|
1826
|
+
repeatPawTiperr: "Please confirm the consistency of the passwords entered twice!",
|
|
1827
|
+
homepage: "Personal Homepage",
|
|
1828
|
+
homepageTip: "After configuration, users log in and directly enter their personal homepage",
|
|
1829
|
+
modifyavatar: "Modify the profile picture",
|
|
1830
|
+
selectPicture: "Select the picture",
|
|
1679
1831
|
userAuthentication: "user authentication",
|
|
1680
1832
|
passAuthentication: "Hello, for the security of your account, please change the password",
|
|
1681
1833
|
loginID: "login ID",
|
|
@@ -1688,6 +1840,7 @@ export default {
|
|
|
1688
1840
|
eamilTip: "Please enter your email address",
|
|
1689
1841
|
codeTip: "Please enter the verification code",
|
|
1690
1842
|
passdTi: "Hello! Your account password will be",
|
|
1843
|
+
passT: "days later Expired",
|
|
1691
1844
|
// [具体日期]或[剩余天数]
|
|
1692
1845
|
passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
|
|
1693
1846
|
logOutTip: "hint",
|
|
@@ -1708,13 +1861,13 @@ export default {
|
|
|
1708
1861
|
loading: "be logging in...",
|
|
1709
1862
|
otherWay: "Other login methods",
|
|
1710
1863
|
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"
|
|
1864
|
+
bind: "Bind",
|
|
1865
|
+
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1712
1866
|
},
|
|
1713
1867
|
/*设计器*/
|
|
1714
1868
|
pageDesigner: {
|
|
1715
1869
|
title: "Title",
|
|
1716
1870
|
inputComponent: "Input component",
|
|
1717
|
-
newPanel: "Panel baru ditambah",
|
|
1718
1871
|
newPanel: "New panel",
|
|
1719
1872
|
newPanelTip: "Minimum 1 sub panel",
|
|
1720
1873
|
newTabsTip: "At least 1 tab",
|
|
@@ -1813,9 +1966,12 @@ export default {
|
|
|
1813
1966
|
openNavigation: "Activate navigation",
|
|
1814
1967
|
open: "Open",
|
|
1815
1968
|
close: "Close",
|
|
1816
|
-
basicLayout: "
|
|
1969
|
+
basicLayout: "Basic layout",
|
|
1817
1970
|
inherit: "Inherit",
|
|
1818
1971
|
custom: "Customize",
|
|
1972
|
+
list: "Application manager",
|
|
1973
|
+
history: "Release record",
|
|
1974
|
+
publicationType: "Publication type"
|
|
1819
1975
|
},
|
|
1820
1976
|
/*模块*/
|
|
1821
1977
|
module: {
|
|
@@ -2135,7 +2291,7 @@ export default {
|
|
|
2135
2291
|
translation: {
|
|
2136
2292
|
name: "Name",
|
|
2137
2293
|
type: "Type",
|
|
2138
|
-
stateCodes: "
|
|
2294
|
+
stateCodes: "Status",
|
|
2139
2295
|
value: "Value",
|
|
2140
2296
|
valueTip: "Value to be translated",
|
|
2141
2297
|
key: "Key",
|
|
@@ -2148,28 +2304,131 @@ export default {
|
|
|
2148
2304
|
},
|
|
2149
2305
|
/**查重 */
|
|
2150
2306
|
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
|
-
|
|
2307
|
+
name: "Name",
|
|
2308
|
+
status: "Status",
|
|
2309
|
+
explain: "Explain",
|
|
2310
|
+
basicTable: "BasicTable",
|
|
2311
|
+
matchingTable: "MatchingTable",
|
|
2312
|
+
caseSensitive: "Case-sensitive",
|
|
2313
|
+
allowSave: "Allow saving",
|
|
2314
|
+
checkConfigurationRetryRule: "Configuration of plagiarism detection rules",
|
|
2315
|
+
repeatDetectionRuleCondition: "Repeat the detection rule conditions",
|
|
2316
|
+
enable: "Enable",
|
|
2317
|
+
deactivate: "Deactivate",
|
|
2318
|
+
duplicateDetected: "Duplicate information has been detected",
|
|
2319
|
+
myNewRecord: "My new record",
|
|
2320
|
+
pleaseSelectBasicTable: "Please select the basic table",
|
|
2321
|
+
possibleDuplicateRecords: "Possible duplicate records",
|
|
2322
|
+
pleaseBasicTableandmach: "The basic fields need to be consistent with the matching fields",
|
|
2323
|
+
numberCharacters: "Number of characters",
|
|
2324
|
+
ignoreNullValues: "Ignore null values",
|
|
2325
|
+
handle: "Handle",
|
|
2326
|
+
matchingField: "Matching field",
|
|
2327
|
+
field: "Field",
|
|
2328
|
+
basicField: "Basic field",
|
|
2329
|
+
condition: "Condition",
|
|
2330
|
+
recordPleaseCheckSaveRecord: "The record may duplicate an existing record. Please check the possible duplicate items and decide whether to still save this record.",
|
|
2331
|
+
isSave: "Save",
|
|
2332
|
+
},
|
|
2333
|
+
/*布局容器组件*/
|
|
2334
|
+
layoutContainer: {
|
|
2335
|
+
containerPanel: "Container Panel",
|
|
2336
|
+
gridLayout: "Grid Layout",
|
|
2337
|
+
collapse: "Folding panel",
|
|
2338
|
+
collapseitem1: "Collapse 1",
|
|
2339
|
+
collapseitem2: "Collapse 2",
|
|
2340
|
+
card: "Card layout",
|
|
2341
|
+
tabs: "TAB page layout",
|
|
2342
|
+
tabsitem1: "TAB page 1",
|
|
2343
|
+
tabsitem2: "TAB page 2",
|
|
2344
|
+
form: "Form container",
|
|
2345
|
+
treePanel: "Tree selection container",
|
|
2346
|
+
flexLayout: "Block layout",
|
|
2347
|
+
},
|
|
2348
|
+
/*基础组件*/
|
|
2349
|
+
basiccomponents: {
|
|
2350
|
+
divider: "Divider",
|
|
2351
|
+
textContent: "Text Content",
|
|
2352
|
+
title: "Title",
|
|
2353
|
+
subtitle: "Sub Title",
|
|
2354
|
+
fonticon: "Fonticon",
|
|
2355
|
+
image: "Image",
|
|
2356
|
+
tag: "Tag",
|
|
2357
|
+
link: "Link",
|
|
2358
|
+
QRcode: "QRcode",
|
|
2359
|
+
banner: "banner",
|
|
2360
|
+
},
|
|
2361
|
+
/*功能组件*/
|
|
2362
|
+
functionalcomponents: {
|
|
2363
|
+
btnGroup: "Btn Group",
|
|
2364
|
+
textSearch: "Text Search",
|
|
2365
|
+
currentTime: "Current Time",
|
|
2366
|
+
currentUser: "Current User",
|
|
2367
|
+
},
|
|
2368
|
+
/*数据展示组件*/
|
|
2369
|
+
datadisplaycomponents: {
|
|
2370
|
+
table: "view",
|
|
2371
|
+
list: "List",
|
|
2372
|
+
descriptions: "Descriptions",
|
|
2373
|
+
echarts: "Echarts",
|
|
2374
|
+
statisticValue: "Statistic Value",
|
|
2375
|
+
statistic: "statistic",
|
|
2376
|
+
},
|
|
2377
|
+
/*表单组件*/
|
|
2378
|
+
formcomponents: {
|
|
2379
|
+
input: "Single-line Text",
|
|
2380
|
+
textarea: "Multi-line Text",
|
|
2381
|
+
inputNumber: "Input Number",
|
|
2382
|
+
editor: "Editor",
|
|
2383
|
+
switch: "Switch",
|
|
2384
|
+
radio: "Radio",
|
|
2385
|
+
checkbox: "Checkbox",
|
|
2386
|
+
select: "Select",
|
|
2387
|
+
selectMultiple: "Select Multiple",
|
|
2388
|
+
uploadImg: "Upload Img",
|
|
2389
|
+
uploadFile: "Upload File",
|
|
2390
|
+
datePicker: "Date Picker",
|
|
2391
|
+
timePicker: "Time Picker",
|
|
2392
|
+
},
|
|
2393
|
+
/*弹层组件*/
|
|
2394
|
+
elasticlayercomponents: {
|
|
2395
|
+
dialog: "Dialog",
|
|
2396
|
+
drawer: "Drawer",
|
|
2397
|
+
popover: "Popover",
|
|
2398
|
+
title: "title",
|
|
2399
|
+
},
|
|
2400
|
+
/*高级组件*/
|
|
2401
|
+
advancedcomponents: {
|
|
2402
|
+
customComponent: "Custom Component",
|
|
2403
|
+
approval: "Approval",
|
|
2404
|
+
},
|
|
2405
|
+
/*页面组件*/
|
|
2406
|
+
pagecomponents: {
|
|
2407
|
+
tableDefinition: "Table Definition",
|
|
2408
|
+
dictionary: "Dictionary",
|
|
2409
|
+
processManagement: "Process Management",
|
|
2410
|
+
solution: "Solution",
|
|
2411
|
+
webResources: "Web Resources",
|
|
2412
|
+
plugin: "Plugin",
|
|
2413
|
+
translation: "Translation",
|
|
2414
|
+
institution: "Institution",
|
|
2415
|
+
position: "Position",
|
|
2416
|
+
log: "Log",
|
|
2417
|
+
serviceSystem: "Service System",
|
|
2418
|
+
systemConfiguration: "System Configuration",
|
|
2419
|
+
userManagement: "User Management",
|
|
2420
|
+
roleManagement: "Role Management",
|
|
2421
|
+
securityFieldManagement: "Security Field Management",
|
|
2422
|
+
onlineUser: "Online User",
|
|
2423
|
+
taskManagement: "Task Management",
|
|
2424
|
+
sendEmail: "Send Email",
|
|
2425
|
+
templateLibrary: "Template Library",
|
|
2426
|
+
messageTemplate: "Message Template",
|
|
2427
|
+
messageReminderRules: "Message Reminder Rules",
|
|
2428
|
+
messageSendingRecord: "Message Sending Record",
|
|
2429
|
+
instantMessage: "Instant Message",
|
|
2430
|
+
announcementManagement: "Announcement Management",
|
|
2431
|
+
systemFile: "System File",
|
|
2173
2432
|
}
|
|
2174
2433
|
}
|
|
2175
2434
|
};
|