gds-plus-design-vue 1.1.1 → 1.1.4
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 +98 -15
- package/lib/gd-initial.umd.js +79 -78
- package/lib/{index.6354e950.mjs → index.a0c53741.mjs} +53854 -46841
- package/lib/{main.d8bf28d0.mjs → main.06db53a0.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +783 -64
- package/locale/id_ID.js +761 -41
- package/locale/vi_VN.js +756 -35
- package/locale/zh_CN.js +240 -19
- package/package.json +3 -8
package/locale/en_US.js
CHANGED
|
@@ -127,7 +127,12 @@ export default {
|
|
|
127
127
|
createdOk: "Confirm creation",
|
|
128
128
|
readTip: "Please select the data you want to view",
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
|
-
moveTip:'Whether to move the current node?'
|
|
130
|
+
moveTip: 'Whether to move the current node?',
|
|
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
|
+
fileNotFoundTip: "The specified file was not found!",
|
|
134
|
+
noMoreData: "No more data available at the moment",
|
|
135
|
+
loadMoreData: "Click to load more"
|
|
131
136
|
},
|
|
132
137
|
/*登录及登录成功提示*/
|
|
133
138
|
login: {
|
|
@@ -155,6 +160,7 @@ export default {
|
|
|
155
160
|
titlePho: "Phone login",
|
|
156
161
|
loading: "Logging in...",
|
|
157
162
|
codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
|
|
163
|
+
scancodeLogin: "Enterprise WeChat authorization login"
|
|
158
164
|
},
|
|
159
165
|
/*基础*/
|
|
160
166
|
basics: {
|
|
@@ -187,11 +193,20 @@ export default {
|
|
|
187
193
|
businessRulesConditionTip: "Please supplement condition data!",
|
|
188
194
|
businessRulesHandleTip: "Please supplement the operation data!",
|
|
189
195
|
enableRules: "Enable Rules",
|
|
196
|
+
saveRules: "Save Rules",
|
|
190
197
|
addBusinessRules: "New Business Rules",
|
|
191
198
|
businessSettings: "Business Rules",
|
|
192
199
|
addBtnRuleConfig: "Add button rules",
|
|
193
200
|
associatedView: "Associated View",
|
|
194
201
|
quickShowForm: "Quick Show Form",
|
|
202
|
+
page: "Page",
|
|
203
|
+
component: "Component",
|
|
204
|
+
template: "Template",
|
|
205
|
+
outline: "Outline",
|
|
206
|
+
data: "Data",
|
|
207
|
+
follow: "Follow",
|
|
208
|
+
danger: "Danger",
|
|
209
|
+
information: "Information"
|
|
195
210
|
},
|
|
196
211
|
/*主题及设置项*/
|
|
197
212
|
settings: {
|
|
@@ -258,6 +273,10 @@ export default {
|
|
|
258
273
|
dialog: "Middle pop-up window",
|
|
259
274
|
drawer: "Right drawer",
|
|
260
275
|
followSystem: "Follow the system",
|
|
276
|
+
menuStyle: "Menu style",
|
|
277
|
+
verticalInsertion: "Vertical sliding in",
|
|
278
|
+
horizontalFold: "Horizontal folding",
|
|
279
|
+
style: "Style"
|
|
261
280
|
},
|
|
262
281
|
/*主题色*/
|
|
263
282
|
theme: {
|
|
@@ -298,6 +317,7 @@ export default {
|
|
|
298
317
|
pawMoreTip: "Please confirm the consistency of the passwords entered twice",
|
|
299
318
|
roleName: "Role name",
|
|
300
319
|
basicInformation: "Basic information",
|
|
320
|
+
otherInformation: "Other information",
|
|
301
321
|
organization: "Organization",
|
|
302
322
|
accountTip: "Please enter an account with at least five characters!",
|
|
303
323
|
nickname: "Nickname",
|
|
@@ -317,7 +337,7 @@ export default {
|
|
|
317
337
|
PSDNeverExpire: "password never expires",
|
|
318
338
|
orgOldName: "Original institution name",
|
|
319
339
|
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?",
|
|
320
|
-
|
|
340
|
+
selectFile: "Select File",
|
|
321
341
|
},
|
|
322
342
|
/*机构*/
|
|
323
343
|
org: {
|
|
@@ -393,12 +413,19 @@ export default {
|
|
|
393
413
|
subtotal: "Subtotal",
|
|
394
414
|
isLocked: "Is it locked",
|
|
395
415
|
allowNewField: "Field addition",
|
|
416
|
+
enableReview: "Enable duplicate checking",
|
|
417
|
+
enableAdvancedLookup: "Enable advanced search",
|
|
418
|
+
startBusinessProcess: "Start the business process",
|
|
396
419
|
unlocked: "Unlocked",
|
|
397
420
|
locked: "Locked",
|
|
398
421
|
addedNewField: "Can be added",
|
|
399
422
|
notAddedNewField: "Cannot be added",
|
|
400
423
|
mslaveSubmit: "Master slave submission",
|
|
401
|
-
customPageInterface: "Custom [Page] interface"
|
|
424
|
+
customPageInterface: "Custom [Page] interface",
|
|
425
|
+
virtualTable: "Virtual table",
|
|
426
|
+
dataSource: "Data source",
|
|
427
|
+
virtualObjectType: "Virtual object type",
|
|
428
|
+
virtualObject: "Virtual object",
|
|
402
429
|
},
|
|
403
430
|
/*字段*/
|
|
404
431
|
field: {
|
|
@@ -428,7 +455,8 @@ export default {
|
|
|
428
455
|
operationTyle: "Operator",
|
|
429
456
|
dataSources: "Data sources",
|
|
430
457
|
operationInterval: "Range of intervals",
|
|
431
|
-
operationEqual: "Equal"
|
|
458
|
+
operationEqual: "Equal",
|
|
459
|
+
primarykey: "Primary key"
|
|
432
460
|
},
|
|
433
461
|
/*视图*/
|
|
434
462
|
view: {
|
|
@@ -483,7 +511,9 @@ export default {
|
|
|
483
511
|
daysAgo7: "7 days ago",
|
|
484
512
|
displayPrefix: "Display prefix",
|
|
485
513
|
btnRules: "Button Rules",
|
|
486
|
-
basicInformation: "Basic information"
|
|
514
|
+
basicInformation: "Basic information",
|
|
515
|
+
tablePrimaryKeyTip: "The table does not have a primary key field set",
|
|
516
|
+
columnPrimaryKeyTip: "Display column without primary key field configured"
|
|
487
517
|
},
|
|
488
518
|
/*表单*/
|
|
489
519
|
form: {
|
|
@@ -709,6 +739,7 @@ export default {
|
|
|
709
739
|
screeningDPTargetTip: "Note: The matching data dictionary association table is the data dictionary remark value, please remark the corresponding table name",
|
|
710
740
|
screeningDPView: "Configure usage views",
|
|
711
741
|
useView: "Using views",
|
|
742
|
+
selectUseview: "Select to use the view",
|
|
712
743
|
currencySymbol: "Currency Symbol",
|
|
713
744
|
currencySel: "Follow the default currency of the system",
|
|
714
745
|
selectData: "Selected data",
|
|
@@ -861,6 +892,8 @@ export default {
|
|
|
861
892
|
menuAdvancedFind: "Advanced Find",
|
|
862
893
|
themeSettings: "Theme Settings",
|
|
863
894
|
fullScreen: "Full screen",
|
|
895
|
+
user: "user",
|
|
896
|
+
themeConfiguration: "Theme Configuration",
|
|
864
897
|
outFullScreen: "Exit full screen",
|
|
865
898
|
accountSettings: "Account Settings",
|
|
866
899
|
messageSending: "Message sending test",
|
|
@@ -919,6 +952,7 @@ export default {
|
|
|
919
952
|
/* 侧边栏*/
|
|
920
953
|
sidebar: {
|
|
921
954
|
dataOrigin: "data sources",
|
|
955
|
+
view: "View tree source view",
|
|
922
956
|
displayField: "display field",
|
|
923
957
|
parentData: "Parent relation field",
|
|
924
958
|
childrenData: "Child level this field",
|
|
@@ -926,7 +960,9 @@ export default {
|
|
|
926
960
|
assChid: "Associated table field Settings",
|
|
927
961
|
equalTo: "equal to",
|
|
928
962
|
shrink: "shrink",
|
|
929
|
-
unfold: "unfold"
|
|
963
|
+
unfold: "unfold",
|
|
964
|
+
disableMode: "Enable the disabled mode",
|
|
965
|
+
ifSet: "Set conditions"
|
|
930
966
|
},
|
|
931
967
|
/*过滤*/
|
|
932
968
|
filter: {
|
|
@@ -986,6 +1022,7 @@ export default {
|
|
|
986
1022
|
btnTeamSharing: "Team sharing",
|
|
987
1023
|
logAgain: "Log in again",
|
|
988
1024
|
verify: "Test and verify",
|
|
1025
|
+
btnGroup: "Button group"
|
|
989
1026
|
},
|
|
990
1027
|
/*关联*/
|
|
991
1028
|
relation: {
|
|
@@ -1049,7 +1086,11 @@ export default {
|
|
|
1049
1086
|
noSysEcharts: "There is currently no system chart available",
|
|
1050
1087
|
echartsManage: "Manage personal charts",
|
|
1051
1088
|
noEcharts: "There are currently no charts available, please create them first...",
|
|
1052
|
-
none: "None"
|
|
1089
|
+
none: "None",
|
|
1090
|
+
addSequence: "Add Series",
|
|
1091
|
+
addClassLabel: "Add Category",
|
|
1092
|
+
sequenceTip: "Please provide additional information on the legend entry (sequence)",
|
|
1093
|
+
classLabelTip: "Please provide additional information on the horizontal (classification) axis label"
|
|
1053
1094
|
},
|
|
1054
1095
|
/*团队共享*/
|
|
1055
1096
|
teamSharing: {
|
|
@@ -1180,7 +1221,7 @@ export default {
|
|
|
1180
1221
|
view: "View",
|
|
1181
1222
|
entity: "Entity",
|
|
1182
1223
|
viewPicture: "viewFile picture",
|
|
1183
|
-
viewFile: "
|
|
1224
|
+
viewFile: "View file",
|
|
1184
1225
|
lookup: "Look up",
|
|
1185
1226
|
cache: "Cache",
|
|
1186
1227
|
import: "Import",
|
|
@@ -1209,6 +1250,7 @@ export default {
|
|
|
1209
1250
|
resetFilter: "Reset filter",
|
|
1210
1251
|
build: "Build",
|
|
1211
1252
|
move: "Move",
|
|
1253
|
+
createCopy: "Create Copy",
|
|
1212
1254
|
updateInstitutions: "Update institutions"
|
|
1213
1255
|
},
|
|
1214
1256
|
/*日志管理*/
|
|
@@ -1293,6 +1335,143 @@ export default {
|
|
|
1293
1335
|
forceExist: "Paksa offline",
|
|
1294
1336
|
forceExistTip: "Apakah Anda ingin memaksa pengguna untuk diambil offline?"
|
|
1295
1337
|
},
|
|
1338
|
+
/*任务管理*/
|
|
1339
|
+
task: {
|
|
1340
|
+
addJob: "Add Job",
|
|
1341
|
+
addTrigger: "Add Trigger",
|
|
1342
|
+
launchTask: "Launch Task",
|
|
1343
|
+
launchTaskTip: "Shall this job be started immediately?",
|
|
1344
|
+
launchAllTask: "Start all jobs",
|
|
1345
|
+
launchAllTaskTip: "Should all tasks be started immediately?",
|
|
1346
|
+
launch: "Start immediately",
|
|
1347
|
+
stopTask: "Suspend work",
|
|
1348
|
+
stopTaskTip: "Should this assignment be suspended immediately?",
|
|
1349
|
+
stopAllTask: "Suspend all operations",
|
|
1350
|
+
stopAllTaskTip: "Should all operations be suspended immediately?",
|
|
1351
|
+
stop: "Top now",
|
|
1352
|
+
forceJob: "Force Job",
|
|
1353
|
+
wakeJob: "Forcibly wake up the job scheduler",
|
|
1354
|
+
wakeJobTip: "Is the job scheduler forcibly awakened?",
|
|
1355
|
+
wake: "Wake up",
|
|
1356
|
+
triggerJob: "Forcibly trigger the persistence of all jobs",
|
|
1357
|
+
triggerJobTip: "Is all job persistence forced to be triggered?",
|
|
1358
|
+
trigger: "Trigger immediately",
|
|
1359
|
+
launchTrigger: "Start the trigger",
|
|
1360
|
+
launchTriggerTip: "Should this trigger be activated immediately?",
|
|
1361
|
+
stopTrigger: "Pause trigger",
|
|
1362
|
+
stopTriggerTip: "Should this trigger be stopped immediately?",
|
|
1363
|
+
colony: "Cluster control",
|
|
1364
|
+
jobId: "Assignment Number",
|
|
1365
|
+
groupName: "Group Name",
|
|
1366
|
+
type: "type",
|
|
1367
|
+
description: "description",
|
|
1368
|
+
concurrent: "Execution method",
|
|
1369
|
+
createType: "Create a type",
|
|
1370
|
+
properties: "Additional data",
|
|
1371
|
+
updatedTime: "Updated Time",
|
|
1372
|
+
triggerId: "Trigger Id",
|
|
1373
|
+
args: "Args",
|
|
1374
|
+
status: "Status",
|
|
1375
|
+
startTime: "Start Time",
|
|
1376
|
+
endTime: "EndTime",
|
|
1377
|
+
lastRunTime: "Recent running time",
|
|
1378
|
+
nextRunTime: "The next running time",
|
|
1379
|
+
numberOfRuns: "Trigger times",
|
|
1380
|
+
maxNumberOfRuns: "Maximum number of triggers",
|
|
1381
|
+
numberOfErrors: "Number of errors",
|
|
1382
|
+
maxNumberOfErrors: "Maximum number of errors",
|
|
1383
|
+
numRetries: "Retry count",
|
|
1384
|
+
retryTimeout: "Retry interval(ms)",
|
|
1385
|
+
intervalTime: "Interval time(ms)",
|
|
1386
|
+
startNow: "Start Now",
|
|
1387
|
+
runOnStart: "It is executed once at startup",
|
|
1388
|
+
resetOnlyOnce: "Reset the number of triggers",
|
|
1389
|
+
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",
|
|
1390
|
+
parallel: "Parallel",
|
|
1391
|
+
serial: "Serial",
|
|
1392
|
+
builtIn: "Built In",
|
|
1393
|
+
script: "Script",
|
|
1394
|
+
httpRequest: "Http Request",
|
|
1395
|
+
jobInformation: "Homework information",
|
|
1396
|
+
scriptCode: "Script code",
|
|
1397
|
+
scanTrigger: "Scanning characteristic trigger",
|
|
1398
|
+
scanTriggerTip: "This parameter only takes effect when a new job is added; Scan the triggers defined on the job",
|
|
1399
|
+
requestAddress: "Request address",
|
|
1400
|
+
requestMethod: "Request method",
|
|
1401
|
+
requestMessage: "Request for reporting style",
|
|
1402
|
+
jobCluster: "Job cluster",
|
|
1403
|
+
clusterNumber: "Cluster Number",
|
|
1404
|
+
cronExpression: "Cron expression",
|
|
1405
|
+
interval: "interval",
|
|
1406
|
+
cronExpressionBuilder: "Cron expression generator",
|
|
1407
|
+
second: "second",
|
|
1408
|
+
min: "min",
|
|
1409
|
+
hour: "hour",
|
|
1410
|
+
day: "day",
|
|
1411
|
+
month: "month",
|
|
1412
|
+
week: "week",
|
|
1413
|
+
year: "year",
|
|
1414
|
+
seconds: "seconds",
|
|
1415
|
+
mins: "mins",
|
|
1416
|
+
hours: "hours",
|
|
1417
|
+
days: "days",
|
|
1418
|
+
months: "months",
|
|
1419
|
+
weeks: "weeks",
|
|
1420
|
+
years: "years",
|
|
1421
|
+
timeExpression: "Time Expression",
|
|
1422
|
+
lastRunsTime: "The last five running times",
|
|
1423
|
+
wildcard: "Allowed wildcards[, - * /]",
|
|
1424
|
+
periodFrom: "Period From",
|
|
1425
|
+
follow: "follow",
|
|
1426
|
+
secondsStart: "Seconds start, every",
|
|
1427
|
+
executeOnce: "Execute once",
|
|
1428
|
+
specify: "specify",
|
|
1429
|
+
notSpecified: "not Specified",
|
|
1430
|
+
dayStart: "date Start,every",
|
|
1431
|
+
monthly: "monthly",
|
|
1432
|
+
annually: "annually",
|
|
1433
|
+
workingDay: "Which is the nearest working day",
|
|
1434
|
+
lasDay: "The last day of this month",
|
|
1435
|
+
minStart: "min Start, every",
|
|
1436
|
+
monthStart: "month Start, every",
|
|
1437
|
+
hourStart: "hour Start,every",
|
|
1438
|
+
wildcardL: "Allowed wildcards[, - * ? / L #]",
|
|
1439
|
+
only: "only",
|
|
1440
|
+
weekIs: "weekIs",
|
|
1441
|
+
lasMonth: "The last one of this month",
|
|
1442
|
+
notFilled: "not fill,Allowed wildcards[, - * /]",
|
|
1443
|
+
yearStart: "year Start,every",
|
|
1444
|
+
onceYear: "year Execute once",
|
|
1445
|
+
resultsCount: "In the calculation result...",
|
|
1446
|
+
sunday: "sunday",
|
|
1447
|
+
monday: "monday",
|
|
1448
|
+
tuesday: "tuesday",
|
|
1449
|
+
wednesday: "wednesday",
|
|
1450
|
+
thursday: "thursday",
|
|
1451
|
+
friday: "friday",
|
|
1452
|
+
saturday: "saturday",
|
|
1453
|
+
secondly: "secondly .0000000",
|
|
1454
|
+
minutely: "minutely 00",
|
|
1455
|
+
hourly: "hourly 00:00",
|
|
1456
|
+
daily: "daily 00:00:00",
|
|
1457
|
+
monthlyM: "monthly 1 number 00:00:00",
|
|
1458
|
+
weekly: "weekly 00:00:00",
|
|
1459
|
+
yearly: "yearly 1 month 1 number 00:00:00",
|
|
1460
|
+
workday: "From Monday to Friday 00:00:00",
|
|
1461
|
+
jobRun: "Execute immediately",
|
|
1462
|
+
jobRunTip: "Should it be executed immediately?"
|
|
1463
|
+
},
|
|
1464
|
+
/*系统文件*/
|
|
1465
|
+
file: {
|
|
1466
|
+
fileName: "file Name",
|
|
1467
|
+
fileLocation: "file Location",
|
|
1468
|
+
fileSuffix: "file Suffix",
|
|
1469
|
+
fileBucket: "file Bucket",
|
|
1470
|
+
fileSize: "file Size",
|
|
1471
|
+
code: "code id",
|
|
1472
|
+
filePath: "file Path",
|
|
1473
|
+
detail: "detail"
|
|
1474
|
+
},
|
|
1296
1475
|
/*系统配置*/
|
|
1297
1476
|
sysConfig: {
|
|
1298
1477
|
name: "Nama Parameter",
|
|
@@ -1341,7 +1520,8 @@ export default {
|
|
|
1341
1520
|
selectFile: "Select File",
|
|
1342
1521
|
resourceContent: "Resource content",
|
|
1343
1522
|
path: "Path",
|
|
1344
|
-
selectFileTip: "Please select a file!"
|
|
1523
|
+
selectFileTip: "Please select a file!",
|
|
1524
|
+
location: 'Positioning',
|
|
1345
1525
|
},
|
|
1346
1526
|
/*消息模版和管理*/
|
|
1347
1527
|
msg: {
|
|
@@ -1361,6 +1541,8 @@ export default {
|
|
|
1361
1541
|
delayMinTip: 'Delayed by 30 minutes: 30',
|
|
1362
1542
|
exclusionTime: 'Exclusion time period',
|
|
1363
1543
|
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',
|
|
1544
|
+
exclusionTimeTi: 'The first paragraph 22:00:00-23:59:59',
|
|
1545
|
+
exclusionTimeT: 'The second paragraph 00:00:00-8:00:00',
|
|
1364
1546
|
addTime: 'Add time period',
|
|
1365
1547
|
creationTime: "Creation time",
|
|
1366
1548
|
completeTimeTip: "Please select the complete time!",
|
|
@@ -1461,6 +1643,7 @@ export default {
|
|
|
1461
1643
|
addCondition: "Add Condition",
|
|
1462
1644
|
addRule: "Add Rule",
|
|
1463
1645
|
rule: "Rule",
|
|
1646
|
+
addParallel: "Add Parallel",
|
|
1464
1647
|
/*业务流程*/
|
|
1465
1648
|
process: {
|
|
1466
1649
|
title: "Operation flow",
|
|
@@ -1488,7 +1671,14 @@ export default {
|
|
|
1488
1671
|
processName: "Business process name",
|
|
1489
1672
|
finished: "Finished",
|
|
1490
1673
|
finish: "Finish",
|
|
1491
|
-
nextStage: "Next stage"
|
|
1674
|
+
nextStage: "Next stage",
|
|
1675
|
+
stepNameTip: "Please add data steps!",
|
|
1676
|
+
addStepTip: "Please provide additional information on the data steps!",
|
|
1677
|
+
addFieldsTip: "Please provide updated mapping information!",
|
|
1678
|
+
mapping: "Mapping",
|
|
1679
|
+
mapFields: "Mapping Fields",
|
|
1680
|
+
mapValue: "Mapped value",
|
|
1681
|
+
mappingResults: "Process End Mapping",
|
|
1492
1682
|
},
|
|
1493
1683
|
/*工作流*/
|
|
1494
1684
|
work: {
|
|
@@ -1619,38 +1809,38 @@ export default {
|
|
|
1619
1809
|
},
|
|
1620
1810
|
/*账户设置*/
|
|
1621
1811
|
account: {
|
|
1622
|
-
basicSettings: "
|
|
1623
|
-
securitySetting: "
|
|
1624
|
-
personalization: "
|
|
1625
|
-
notify: "
|
|
1812
|
+
basicSettings: "Basic Settings",
|
|
1813
|
+
securitySetting: "Safety Settings",
|
|
1814
|
+
personalization: "Personalized Settings",
|
|
1815
|
+
notify: "New message notification",
|
|
1626
1816
|
bindenterpriseWechat: 'Bind Enterprise WeChat',
|
|
1627
1817
|
noBindenterpriseWechat: 'Not bound to enterprise wechat',
|
|
1628
|
-
nickname: "
|
|
1629
|
-
birthday: "
|
|
1630
|
-
sex: "
|
|
1631
|
-
phone: "
|
|
1632
|
-
tel: "
|
|
1818
|
+
nickname: "Nick name",
|
|
1819
|
+
birthday: "birthday",
|
|
1820
|
+
sex: "sex",
|
|
1821
|
+
phone: "phone number",
|
|
1822
|
+
tel: "Telephone number",
|
|
1633
1823
|
email: "E-mail",
|
|
1634
|
-
emailTip: "
|
|
1635
|
-
language: "
|
|
1636
|
-
currency: "
|
|
1637
|
-
timeZone: "
|
|
1638
|
-
updateInformation: "
|
|
1639
|
-
passWord: "
|
|
1640
|
-
strength: "
|
|
1641
|
-
strong: "
|
|
1642
|
-
changePaw: "
|
|
1643
|
-
originalPaw: "
|
|
1644
|
-
newPaw: "
|
|
1645
|
-
newPawTip: "
|
|
1646
|
-
newPawTipErr: "
|
|
1647
|
-
repeatPaw: "
|
|
1648
|
-
repeatPawTip: "
|
|
1649
|
-
repeatPawTiperr: "
|
|
1650
|
-
homepage: "
|
|
1651
|
-
homepageTip: "
|
|
1652
|
-
modifyavatar: "
|
|
1653
|
-
selectPicture: "
|
|
1824
|
+
emailTip: "Please enter the correct email address!",
|
|
1825
|
+
language: "Default language",
|
|
1826
|
+
currency: "Default currency",
|
|
1827
|
+
timeZone: "Default time zone",
|
|
1828
|
+
updateInformation: "Update the basic information",
|
|
1829
|
+
passWord: "passWord",
|
|
1830
|
+
strength: "Current password strength",
|
|
1831
|
+
strong: "strong",
|
|
1832
|
+
changePaw: "Change the password",
|
|
1833
|
+
originalPaw: "Original password",
|
|
1834
|
+
newPaw: "New password",
|
|
1835
|
+
newPawTip: "Please enter a password of at least six characters!",
|
|
1836
|
+
newPawTipErr: "The password must contain numbers, letters, upper and lower cases, special characters, and be up to 18 characters long!",
|
|
1837
|
+
repeatPaw: "Repeat the new password",
|
|
1838
|
+
repeatPawTip: "Please enter the new password again",
|
|
1839
|
+
repeatPawTiperr: "Please confirm the consistency of the passwords entered twice!",
|
|
1840
|
+
homepage: "Personal Homepage",
|
|
1841
|
+
homepageTip: "After configuration, users log in and directly enter their personal homepage",
|
|
1842
|
+
modifyavatar: "Modify the profile picture",
|
|
1843
|
+
selectPicture: "Select the picture",
|
|
1654
1844
|
userAuthentication: "user authentication",
|
|
1655
1845
|
passAuthentication: "Hello, for the security of your account, please change the password",
|
|
1656
1846
|
loginID: "login ID",
|
|
@@ -1663,6 +1853,7 @@ export default {
|
|
|
1663
1853
|
eamilTip: "Please enter your email address",
|
|
1664
1854
|
codeTip: "Please enter the verification code",
|
|
1665
1855
|
passdTi: "Hello! Your account password will be",
|
|
1856
|
+
passT: "days later Expired",
|
|
1666
1857
|
// [具体日期]或[剩余天数]
|
|
1667
1858
|
passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
|
|
1668
1859
|
logOutTip: "hint",
|
|
@@ -1683,13 +1874,14 @@ export default {
|
|
|
1683
1874
|
loading: "be logging in...",
|
|
1684
1875
|
otherWay: "Other login methods",
|
|
1685
1876
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1686
|
-
bind: "Bind"
|
|
1877
|
+
bind: "Bind",
|
|
1878
|
+
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1879
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1687
1880
|
},
|
|
1688
1881
|
/*设计器*/
|
|
1689
1882
|
pageDesigner: {
|
|
1690
1883
|
title: "Title",
|
|
1691
1884
|
inputComponent: "Input component",
|
|
1692
|
-
newPanel: "Panel baru ditambah",
|
|
1693
1885
|
newPanel: "New panel",
|
|
1694
1886
|
newPanelTip: "Minimum 1 sub panel",
|
|
1695
1887
|
newTabsTip: "At least 1 tab",
|
|
@@ -1729,42 +1921,569 @@ export default {
|
|
|
1729
1921
|
},
|
|
1730
1922
|
/*模板树*/
|
|
1731
1923
|
componentsTree: {
|
|
1732
|
-
layoutContainerAssembly: "
|
|
1733
|
-
baseComponent: "
|
|
1734
|
-
fieldComponent: "
|
|
1924
|
+
layoutContainerAssembly: "Layout container components",
|
|
1925
|
+
baseComponent: "Basic components",
|
|
1926
|
+
fieldComponent: "Field component",
|
|
1735
1927
|
plugIn: "plug-in",
|
|
1928
|
+
functionalComponent: "Functional components",
|
|
1929
|
+
dataPresentationElement: "Data display component",
|
|
1930
|
+
dataEntryElement: "Data input component",
|
|
1931
|
+
elasticLayerAssembly: "Elastic layer component",
|
|
1932
|
+
highLevelComponent: "Advanced Components",
|
|
1933
|
+
pageComponent: "Page Components",
|
|
1736
1934
|
},
|
|
1737
1935
|
/*左侧栏基础属性*/
|
|
1738
1936
|
formProperties: {
|
|
1739
|
-
inlineModel: "
|
|
1740
|
-
tagPosition: "
|
|
1741
|
-
keepRight: "
|
|
1742
|
-
keepLeft: "
|
|
1743
|
-
leanAgainst: "
|
|
1744
|
-
labelWidth: "
|
|
1745
|
-
displayName: "
|
|
1746
|
-
formName: "
|
|
1747
|
-
formType: "
|
|
1748
|
-
modeFrameWidth: "
|
|
1749
|
-
childTableOperationsDisabled: "
|
|
1750
|
-
configurationField: "
|
|
1751
|
-
fieldValue: "
|
|
1752
|
-
instructions: "
|
|
1937
|
+
inlineModel: "In line mode",
|
|
1938
|
+
tagPosition: "label Position",
|
|
1939
|
+
keepRight: "Right",
|
|
1940
|
+
keepLeft: "Left",
|
|
1941
|
+
leanAgainst: "Top",
|
|
1942
|
+
labelWidth: "Laber width",
|
|
1943
|
+
displayName: "Display Name",
|
|
1944
|
+
formName: "Form Name",
|
|
1945
|
+
formType: "Form types ",
|
|
1946
|
+
modeFrameWidth: "Modal box width",
|
|
1947
|
+
childTableOperationsDisabled: "Subtable operation disabled",
|
|
1948
|
+
configurationField: "Configure Fields",
|
|
1949
|
+
fieldValue: "Field value",
|
|
1950
|
+
instructions: "Describe",
|
|
1753
1951
|
},
|
|
1754
1952
|
/*面板器*/
|
|
1755
1953
|
panel: {
|
|
1756
|
-
basicAttribute: "
|
|
1757
|
-
componentStyle: "
|
|
1954
|
+
basicAttribute: "Basic Attributes",
|
|
1955
|
+
componentStyle: "Component Style",
|
|
1758
1956
|
},
|
|
1759
1957
|
/*模板树*/
|
|
1760
1958
|
relevanceTree: {
|
|
1761
|
-
associatedView: "
|
|
1762
|
-
associationForm: "
|
|
1959
|
+
associatedView: "Associated view",
|
|
1960
|
+
associationForm: "Association Form",
|
|
1763
1961
|
},
|
|
1764
1962
|
/*框架*/
|
|
1765
1963
|
formDesigner: {
|
|
1766
|
-
allTerminal: "
|
|
1767
|
-
phone: "phone",
|
|
1964
|
+
allTerminal: "Full end",
|
|
1965
|
+
phone: "Mobile phone",
|
|
1966
|
+
},
|
|
1967
|
+
/*应用*/
|
|
1968
|
+
application: {
|
|
1969
|
+
logo: "Icon",
|
|
1970
|
+
name: "Name",
|
|
1971
|
+
version: "Version",
|
|
1972
|
+
creationTime: "Creation time",
|
|
1973
|
+
applicationTescription: "Application description",
|
|
1974
|
+
introduction: "Introduce",
|
|
1975
|
+
content: "Content",
|
|
1976
|
+
state: "State",
|
|
1977
|
+
code: "Unique code",
|
|
1978
|
+
icon: "Icon",
|
|
1979
|
+
sort: "Sort",
|
|
1980
|
+
openNavigation: "Activate navigation",
|
|
1981
|
+
open: "Open",
|
|
1982
|
+
close: "Close",
|
|
1983
|
+
basicLayout: "Basic layout",
|
|
1984
|
+
inherit: "Inherit",
|
|
1985
|
+
custom: "Customize",
|
|
1986
|
+
list: "Application manager",
|
|
1987
|
+
history: "Release record",
|
|
1988
|
+
publicationType: "Publication type"
|
|
1989
|
+
},
|
|
1990
|
+
/*模块*/
|
|
1991
|
+
module: {
|
|
1992
|
+
pleaseAddButtonOnTheRight: "Please add a button on the right side",
|
|
1993
|
+
pleaseUploadPicturesOnTheRight: "Please upload the image on the right side",
|
|
1994
|
+
pleaseClickOnTheDetailsGenerator: "Please click on the details generator",
|
|
1995
|
+
pleaseClickOnChartBuilder: "Please click on the chart generator",
|
|
1996
|
+
pleaseClickOnFormGenerator: "Please click on the table generator",
|
|
1997
|
+
},
|
|
1998
|
+
/*目录属性*/
|
|
1999
|
+
directory: {
|
|
2000
|
+
name: "Name",
|
|
2001
|
+
code: "Unique code",
|
|
2002
|
+
content: "Content",
|
|
2003
|
+
visibleOrNot: "Visible",
|
|
2004
|
+
router: "Routing address",
|
|
2005
|
+
icon: "Icon",
|
|
2006
|
+
weight: "Weight",
|
|
2007
|
+
remark: "Remarks",
|
|
2008
|
+
sort: "Sort",
|
|
2009
|
+
},
|
|
2010
|
+
/*布局基本属性*/
|
|
2011
|
+
layouts: {
|
|
2012
|
+
iconMode: "Icon mode",
|
|
2013
|
+
fontIcon: "Font icon",
|
|
2014
|
+
image: "Picture",
|
|
2015
|
+
shadowEffect: "Shadow",
|
|
2016
|
+
navigationMenu: "Menu",
|
|
2017
|
+
add: "Add",
|
|
2018
|
+
menuIcon: "Menu icon",
|
|
2019
|
+
menuName: "Menu name",
|
|
2020
|
+
skipPage: "Jump page",
|
|
2021
|
+
selectPageJump: "Select the page to jump to",
|
|
2022
|
+
navigationLayout: "Navigative layout",
|
|
2023
|
+
logoAndTitle: "Logo and Title",
|
|
2024
|
+
mode: "Mode",
|
|
2025
|
+
pictureAndText: "Image with text",
|
|
2026
|
+
singlePicture: "Single image",
|
|
2027
|
+
bigPicture: "Big picture",
|
|
2028
|
+
title: "Title",
|
|
2029
|
+
subheading: "Subtitle",
|
|
2030
|
+
extendedRegion: "Extension area",
|
|
2031
|
+
},
|
|
2032
|
+
/*目录树*/
|
|
2033
|
+
menuTree: {
|
|
2034
|
+
ppleaseSelectANewType: "Please select the new type",
|
|
2035
|
+
blankPage: "Blank page",
|
|
2036
|
+
systemPage: "System page",
|
|
2037
|
+
currentSuperior: "Current superior",
|
|
2038
|
+
newBoss: "New superior",
|
|
2039
|
+
},
|
|
2040
|
+
/*大纲树*/
|
|
2041
|
+
outlineTree: {
|
|
2042
|
+
modalBox: "Modal box",
|
|
2043
|
+
mainView: "Front view",
|
|
2044
|
+
},
|
|
2045
|
+
/*页面布局*/
|
|
2046
|
+
page: {
|
|
2047
|
+
displayDirection: "Display direction",
|
|
2048
|
+
crosswise: "Horizontal",
|
|
2049
|
+
lengthways: "Longitudinal",
|
|
2050
|
+
cuttingMode: "Cutting method",
|
|
2051
|
+
fill: "Fill",
|
|
2052
|
+
adapt: "Adapt",
|
|
2053
|
+
fixed: "Fixed",
|
|
2054
|
+
indicatorPosition: "Indicator position",
|
|
2055
|
+
notShow: "Do not display",
|
|
2056
|
+
external: "External",
|
|
2057
|
+
inside: "Internal",
|
|
2058
|
+
arrowDisplay: "Arrow display",
|
|
2059
|
+
hover: "Hover",
|
|
2060
|
+
show: "Show",
|
|
2061
|
+
detailGenerator: "Details Generator",
|
|
2062
|
+
sourceTable: "Source Table",
|
|
2063
|
+
fieldConfiguration: "Field configuration",
|
|
2064
|
+
displayColumn: "Display columns",
|
|
2065
|
+
chartGenerator: "Chart Generator",
|
|
2066
|
+
selectionView: "Select View",
|
|
2067
|
+
selectionChart: "Select Chart",
|
|
2068
|
+
add: "Add",
|
|
2069
|
+
formGenerator: "Form builder",
|
|
2070
|
+
viewGenerator: "View Builder",
|
|
2071
|
+
interactiveForm: "Interactive Form",
|
|
2072
|
+
treeGenerator: "Tree Generator",
|
|
2073
|
+
associationTable: "Association Table",
|
|
2074
|
+
sourceView: "Source view",
|
|
2075
|
+
id: "Identifier",
|
|
2076
|
+
limitsAuthority: "Permission",
|
|
2077
|
+
temporarilyAuthority: "No permission at present",
|
|
2078
|
+
statisticalHeading: "Statistical title",
|
|
2079
|
+
copywritingContent: "Copywriting content",
|
|
2080
|
+
tag: "Label",
|
|
2081
|
+
boundField: "Bound field",
|
|
2082
|
+
typeAction: "Interaction type",
|
|
2083
|
+
displayType: "Display type",
|
|
2084
|
+
dataDictionary: "Data dictionary",
|
|
2085
|
+
foreignAssociationTable: "Foreign key association table",
|
|
2086
|
+
width: "Width",
|
|
2087
|
+
height: "Height",
|
|
2088
|
+
displayNumber: "Display number",
|
|
2089
|
+
maximumNumberOfZero: "When selecting multiple items, the maximum number of items that users can choose is 0, so there is no limit",
|
|
2090
|
+
maximumLength: "Maximum length",
|
|
2091
|
+
stepSize: "Step length",
|
|
2092
|
+
minimumValue: "Min",
|
|
2093
|
+
maximumValue: "Max",
|
|
2094
|
+
numericalAccuracy: "Precision",
|
|
2095
|
+
maximumUploadNumber: "Maximum upload quantity",
|
|
2096
|
+
uploadFile: "Upload files",
|
|
2097
|
+
extraParameter: "Additional parameters",
|
|
2098
|
+
displayFormat: "Display format",
|
|
2099
|
+
default: "Default value",
|
|
2100
|
+
actionProperties: "Operational attribute",
|
|
2101
|
+
clearable: "Clearable",
|
|
2102
|
+
hide: "Hide",
|
|
2103
|
+
disable: "Disable",
|
|
2104
|
+
bringTo: "Can be submitted",
|
|
2105
|
+
timeSelector: "Time selector",
|
|
2106
|
+
allowDragging: "Allow drag and drop",
|
|
2107
|
+
download: "Download",
|
|
2108
|
+
idHasDirectSubmitOperation: "ID exists for direct submission operation",
|
|
2109
|
+
submitFirstAndThenRefreshForm: "Tag hiding",
|
|
2110
|
+
tagTiding: "Tag hiding",
|
|
2111
|
+
formIsRefreshedAfterSubmission: "Refresh after submitting the main form",
|
|
2112
|
+
check: "Check",
|
|
2113
|
+
required: "Required",
|
|
2114
|
+
labelHelp: "Tag Help Information",
|
|
2115
|
+
gridSpacing: "Grid spacing",
|
|
2116
|
+
listAttribute: "Lists properties",
|
|
2117
|
+
cardShadow: "Card shadow",
|
|
2118
|
+
listConfigurationItem: "List configuration items",
|
|
2119
|
+
tabConfiguration: "Tab configuration",
|
|
2120
|
+
tabLocation: "Page position",
|
|
2121
|
+
tabTop: "Top",
|
|
2122
|
+
tabRight: "Right",
|
|
2123
|
+
tabBottom: "Bottom",
|
|
2124
|
+
tabLeft: "Left",
|
|
2125
|
+
tabType: "Page type",
|
|
2126
|
+
tabLine: "Line",
|
|
2127
|
+
carding: "Cardification",
|
|
2128
|
+
percentageOfWidth: "Width",
|
|
2129
|
+
residualProportion: "Remaining proportion",
|
|
2130
|
+
arrangementDirection: "Arrangement direction",
|
|
2131
|
+
horizontal: "Level",
|
|
2132
|
+
vertical: "Vertical",
|
|
2133
|
+
mainDrawAlignment: "Main draw alignment",
|
|
2134
|
+
startingPoint: "Starting point",
|
|
2135
|
+
endPoint: "End",
|
|
2136
|
+
center: "Center",
|
|
2137
|
+
bothEnds: "Both ends",
|
|
2138
|
+
twoSides: "Both sides",
|
|
2139
|
+
crossAxisAlignment: "Cross axis alignment",
|
|
2140
|
+
baseLine: "Baseline",
|
|
2141
|
+
stretch: "Stretch",
|
|
2142
|
+
multilineOrNot: "Is it multiple lines",
|
|
2143
|
+
multiRow: "Multi line",
|
|
2144
|
+
singleLine: "Single row",
|
|
2145
|
+
setFixedWidth: "Set fixed width",
|
|
2146
|
+
setAFixedHeight: "Set a fixed height",
|
|
2147
|
+
containerWidth: "Container width",
|
|
2148
|
+
containerHeight: "Container height",
|
|
2149
|
+
subheading: "Subtitle",
|
|
2150
|
+
image: "Picture",
|
|
2151
|
+
linkAddress: "Link address",
|
|
2152
|
+
icon: "Icon",
|
|
2153
|
+
chainedValue: "Link value",
|
|
2154
|
+
listOfRotographs: "List of carousel images",
|
|
2155
|
+
presentationFormat: "Display format",
|
|
2156
|
+
yearMonthDay: "Year Month Day",
|
|
2157
|
+
yearMonthDayHourMinutes: "Year Month Day Hour: Minute",
|
|
2158
|
+
yearMonthDayHourMinutesSecond: "Year Month Day Hour: Minute: Second",
|
|
2159
|
+
NumericalValue: "Numerical value",
|
|
2160
|
+
dividingLineDirection: "Direction of dividing line",
|
|
2161
|
+
textPosition: "Text position",
|
|
2162
|
+
left: "Be at the left side",
|
|
2163
|
+
right: "Be at the right",
|
|
2164
|
+
layout: "Layout",
|
|
2165
|
+
iconView: "Icon Display",
|
|
2166
|
+
smallIconRight: "Right small icon",
|
|
2167
|
+
color: "Colour",
|
|
2168
|
+
size: "Size",
|
|
2169
|
+
medium: "Big",
|
|
2170
|
+
small: "Default",
|
|
2171
|
+
mini: "Small",
|
|
2172
|
+
theme: "Theme",
|
|
2173
|
+
timeInterval: "Time interval",
|
|
2174
|
+
wheelCastingAttribute: "Carousel attribute",
|
|
2175
|
+
automaticSwitching: "Automatic switching",
|
|
2176
|
+
loopDisplay: "Loop display",
|
|
2177
|
+
buttonConfiguration: "Button configuration",
|
|
2178
|
+
rule: "Rule",
|
|
2179
|
+
empty: "Clear",
|
|
2180
|
+
emptyButton: "Clear button?",
|
|
2181
|
+
text: "Text",
|
|
2182
|
+
executionFunction: "Execution method",
|
|
2183
|
+
interactiveMode: "Interaction mode",
|
|
2184
|
+
systemsMethod: "Systems method",
|
|
2185
|
+
componentMethod: "Component method",
|
|
2186
|
+
interactiveComponent: "Interactive components",
|
|
2187
|
+
interactiveMethod: "Interactive methods",
|
|
2188
|
+
hide: "Hide",
|
|
2189
|
+
tableAuthority: "Table permissions",
|
|
2190
|
+
pagePermissions: "Page permissions",
|
|
2191
|
+
openSubbutton: "Activate sub button",
|
|
2192
|
+
subbutton: "Sub button",
|
|
2193
|
+
addition: "Add",
|
|
2194
|
+
keyValue: "Key value",
|
|
2195
|
+
name: "Name",
|
|
2196
|
+
maximumDisplayNumber: "Maximum number of displays",
|
|
2197
|
+
bgcolor: "Background color",
|
|
2198
|
+
numericalColor: "Numerical color",
|
|
2199
|
+
fontcolor: "Font color",
|
|
2200
|
+
fontSize: "Font size",
|
|
2201
|
+
align: "Justification",
|
|
2202
|
+
alignLeft: "Left justifying",
|
|
2203
|
+
alignRight: "Right alignment",
|
|
2204
|
+
fontWeight: "Bold font",
|
|
2205
|
+
lighter: "Fine",
|
|
2206
|
+
fontNormal: "Default",
|
|
2207
|
+
bolder: "Wide",
|
|
2208
|
+
italic: "Italic",
|
|
2209
|
+
fontStyleNormal: "Convention",
|
|
2210
|
+
textModification: "Text-decoration",
|
|
2211
|
+
none: "None",
|
|
2212
|
+
underline: "Underline",
|
|
2213
|
+
lineThrough: "Strikethrough",
|
|
2214
|
+
rowHeight: "Row height",
|
|
2215
|
+
interval: "Spacing",
|
|
2216
|
+
filletCorner: "Rounded corners",
|
|
2217
|
+
padding: "Padding",
|
|
2218
|
+
paddingTop: "padding-top",
|
|
2219
|
+
paddingLeft: "padding-left",
|
|
2220
|
+
paddingBottom: "padding-bottom",
|
|
2221
|
+
paddingRight: "padding-right",
|
|
2222
|
+
margin: "Margin",
|
|
2223
|
+
marginTop: "margin-top",
|
|
2224
|
+
marginLeft: "margin-left",
|
|
2225
|
+
marginBottom: "margin-bottom",
|
|
2226
|
+
marginRight: "margin-right",
|
|
2227
|
+
positionType: "Location type",
|
|
2228
|
+
defaultPositioning: "Default positioning",
|
|
2229
|
+
relativePositioning: "Relative positioning",
|
|
2230
|
+
absolutePositioning: "Absolute positioning",
|
|
2231
|
+
fixedPositioning: "Fixed positioning",
|
|
2232
|
+
viscousPositioning: "Adhesive positioning",
|
|
2233
|
+
customStyle: "Custom style",
|
|
2234
|
+
customClass: "Customize [Class]",
|
|
2235
|
+
currencySymbol: "Currency symbol",
|
|
2236
|
+
displayMode: "Display mode",
|
|
2237
|
+
uppercaseField: "Convert to uppercase field",
|
|
2238
|
+
detailGenerator: "Details Generator",
|
|
2239
|
+
dataSheet: "Data table",
|
|
2240
|
+
clearFieldConfiguration: "Clear field configuration",
|
|
2241
|
+
clearField: "Clear fields?",
|
|
2242
|
+
columnPresentation: "Column display",
|
|
2243
|
+
sourceField: "Source field",
|
|
2244
|
+
tableField: "Table Fields",
|
|
2245
|
+
analogData: "Analog data",
|
|
2246
|
+
displayFormat: "Display format",
|
|
2247
|
+
displaysThousandths: "Display percentile",
|
|
2248
|
+
numericalAccuracy: "Precision",
|
|
2249
|
+
operationalAttribute: "Operational attribute",
|
|
2250
|
+
overbold: "Bold",
|
|
2251
|
+
highlight: "Highlight",
|
|
2252
|
+
numberColumns: "Number of columns",
|
|
2253
|
+
borderOrNot: "Does it have a border",
|
|
2254
|
+
view: "View",
|
|
2255
|
+
chart: "Chart",
|
|
2256
|
+
chartHeight: "Chart height",
|
|
2257
|
+
fixedHeight: "Fixed height",
|
|
2258
|
+
relativeAltitude: "Relative height",
|
|
2259
|
+
dataObject: "Data object",
|
|
2260
|
+
inlineModel: "In line mode",
|
|
2261
|
+
tagPosition: "Label position",
|
|
2262
|
+
keepRight: "Right",
|
|
2263
|
+
keepLeft: "Left",
|
|
2264
|
+
leanAgainst: "ToP",
|
|
2265
|
+
labelWidth: "Label width",
|
|
2266
|
+
field: "Field",
|
|
2267
|
+
labelWidth: "Related fields",
|
|
2268
|
+
formsName: "Form Name",
|
|
2269
|
+
cascadingFilter: "Cascade filtering",
|
|
2270
|
+
viewFiltering: "Views filter",
|
|
2271
|
+
webResource: "Web resources",
|
|
2272
|
+
controlstype: "Operation type",
|
|
2273
|
+
noteMatchingDataDictionaryCodeValue: "Note: The matching data dictionary code value 1 is static and 2 is dynamic. Please match them one by one!",
|
|
2274
|
+
targetObject: "Target Object",
|
|
2275
|
+
noteMatchingDataDictionaryAssociationTable: "Note: The matching data dictionary association table is the data dictionary annotation value. Please annotate the corresponding table name",
|
|
2276
|
+
configurationView: "Configuration view",
|
|
2277
|
+
selectUseview: "Choose to use the view",
|
|
2278
|
+
visualArea: "Visible area",
|
|
2279
|
+
custom: "Customize",
|
|
2280
|
+
useView: "Using views",
|
|
2281
|
+
useForm: "Use forms",
|
|
2282
|
+
viewWeights: "Default view weights",
|
|
2283
|
+
form: "Form",
|
|
2284
|
+
component: "Component",
|
|
2285
|
+
tableHeight: "Table height",
|
|
2286
|
+
treeGenerator: "Tree generator",
|
|
2287
|
+
baseTemplate: "Basic template",
|
|
2288
|
+
pcNavigationConfiguration: "PC navigation",
|
|
2289
|
+
mobileNavigationConfiguration: "Mobile navigation",
|
|
2290
|
+
searchWid: "Pop up width",
|
|
2291
|
+
disableCode: "Filtering value",
|
|
2292
|
+
disableMode: "Filtering method",
|
|
2293
|
+
refreshMode: "Refresh mode",
|
|
2294
|
+
refreshFields: "Refresh fields",
|
|
2295
|
+
allFields: "All fields",
|
|
2296
|
+
specifyFields: "Specify fields",
|
|
2297
|
+
placeholder: "Placeholder",
|
|
2298
|
+
maxLineClamp: "Display rows",
|
|
2299
|
+
maxLineClampTip: "Unlimited empty time",
|
|
2300
|
+
rightDirection: "Right",
|
|
2301
|
+
leftDirection: "Left",
|
|
2302
|
+
topDirection: "Top",
|
|
2303
|
+
bottomDirection: "Bottom",
|
|
2304
|
+
interactive: "Interactive",
|
|
2305
|
+
associatedComponents: "Associated Components",
|
|
2306
|
+
callbackComponent: "Callback component",
|
|
2307
|
+
callbackMethod: "Callback method",
|
|
2308
|
+
bindValue: "Bind value",
|
|
2309
|
+
associationBinding: "Association binding",
|
|
2310
|
+
timer: "Timer",
|
|
2311
|
+
spaceTrim: "Remove spaces",
|
|
2312
|
+
aroundSpace: "Front and back spaces",
|
|
2313
|
+
allSpace: "All spaces"
|
|
2314
|
+
},
|
|
2315
|
+
/*集群列表 */
|
|
2316
|
+
colony: {
|
|
2317
|
+
crash: "Downtime",
|
|
2318
|
+
working: "At work",
|
|
2319
|
+
waitingToBeAwakened: "Waiting to be awakened",
|
|
2320
|
+
},
|
|
2321
|
+
/*翻译*/
|
|
2322
|
+
translation: {
|
|
2323
|
+
name: "Name",
|
|
2324
|
+
type: "Type",
|
|
2325
|
+
stateCodes: "Status",
|
|
2326
|
+
value: "Value",
|
|
2327
|
+
valueTip: "Value to be translated",
|
|
2328
|
+
key: "Key",
|
|
2329
|
+
keyTip: "The corresponding Key after translation can be obtained based on the Key value to obtain the corresponding translation value (value)",
|
|
2330
|
+
initialize: "Initialize Translation",
|
|
2331
|
+
initializeTip: "Initialize translation?",
|
|
2332
|
+
initializeOk: "Initialize Now",
|
|
2333
|
+
importTip: "Select the (. xlsx) file to import",
|
|
2334
|
+
errTip: "Data error, please add again!"
|
|
2335
|
+
},
|
|
2336
|
+
/**查重 */
|
|
2337
|
+
duplicatechecking: {
|
|
2338
|
+
name: "Name",
|
|
2339
|
+
status: "Status",
|
|
2340
|
+
explain: "Explain",
|
|
2341
|
+
basicTable: "BasicTable",
|
|
2342
|
+
matchingTable: "MatchingTable",
|
|
2343
|
+
caseSensitive: "Case-sensitive",
|
|
2344
|
+
allowSave: "Allow saving",
|
|
2345
|
+
checkConfigurationRetryRule: "Configuration of plagiarism detection rules",
|
|
2346
|
+
repeatDetectionRuleCondition: "Repeat the detection rule conditions",
|
|
2347
|
+
enable: "Enable",
|
|
2348
|
+
deactivate: "Deactivate",
|
|
2349
|
+
duplicateDetected: "Duplicate information has been detected",
|
|
2350
|
+
myNewRecord: "My new record",
|
|
2351
|
+
pleaseSelectBasicTable: "Please select the basic table",
|
|
2352
|
+
possibleDuplicateRecords: "Possible duplicate records",
|
|
2353
|
+
pleaseBasicTableandmach: "The basic fields need to be consistent with the matching fields",
|
|
2354
|
+
numberCharacters: "Number of characters",
|
|
2355
|
+
ignoreNullValues: "Ignore null values",
|
|
2356
|
+
handle: "Handle",
|
|
2357
|
+
matchingField: "Matching field",
|
|
2358
|
+
field: "Field",
|
|
2359
|
+
basicField: "Basic field",
|
|
2360
|
+
condition: "Condition",
|
|
2361
|
+
recordPleaseCheckSaveRecord: "The record may duplicate an existing record. Please check the possible duplicate items and decide whether to still save this record.",
|
|
2362
|
+
isSave: "Save",
|
|
2363
|
+
},
|
|
2364
|
+
/*布局容器组件*/
|
|
2365
|
+
layoutContainer: {
|
|
2366
|
+
containerPanel: "Container Panel",
|
|
2367
|
+
gridLayout: "Grid Layout",
|
|
2368
|
+
collapse: "Folding panel",
|
|
2369
|
+
collapseitem1: "Collapse 1",
|
|
2370
|
+
collapseitem2: "Collapse 2",
|
|
2371
|
+
card: "Card layout",
|
|
2372
|
+
tabs: "TAB page layout",
|
|
2373
|
+
tabsitem1: "TAB page 1",
|
|
2374
|
+
tabsitem2: "TAB page 2",
|
|
2375
|
+
form: "Form container",
|
|
2376
|
+
treePanel: "Tree selection container",
|
|
2377
|
+
flexLayout: "Block layout",
|
|
2378
|
+
},
|
|
2379
|
+
/*基础组件*/
|
|
2380
|
+
basiccomponents: {
|
|
2381
|
+
divider: "Divider",
|
|
2382
|
+
textContent: "Text Content",
|
|
2383
|
+
title: "Title",
|
|
2384
|
+
subtitle: "Sub Title",
|
|
2385
|
+
fonticon: "Fonticon",
|
|
2386
|
+
image: "Image",
|
|
2387
|
+
tag: "Tag",
|
|
2388
|
+
link: "Link",
|
|
2389
|
+
QRcode: "QRcode",
|
|
2390
|
+
banner: "banner",
|
|
2391
|
+
},
|
|
2392
|
+
/*功能组件*/
|
|
2393
|
+
functionalcomponents: {
|
|
2394
|
+
btnGroup: "Button",
|
|
2395
|
+
textSearch: "Text Search",
|
|
2396
|
+
currentTime: "Current Time",
|
|
2397
|
+
currentUser: "Current User",
|
|
2398
|
+
},
|
|
2399
|
+
/*数据展示组件*/
|
|
2400
|
+
datadisplaycomponents: {
|
|
2401
|
+
table: "view",
|
|
2402
|
+
list: "List",
|
|
2403
|
+
descriptions: "Descriptions",
|
|
2404
|
+
echarts: "Echarts",
|
|
2405
|
+
chartBI: "BI chart",
|
|
2406
|
+
statisticValue: "Statistic Value",
|
|
2407
|
+
statistic: "statistic",
|
|
2408
|
+
},
|
|
2409
|
+
/*表单组件*/
|
|
2410
|
+
formcomponents: {
|
|
2411
|
+
input: "Single-line Text",
|
|
2412
|
+
textarea: "Multi-line Text",
|
|
2413
|
+
inputNumber: "Input Number",
|
|
2414
|
+
editor: "Editor",
|
|
2415
|
+
switch: "Switch",
|
|
2416
|
+
radio: "Radio",
|
|
2417
|
+
checkbox: "Checkbox",
|
|
2418
|
+
select: "Select",
|
|
2419
|
+
selectMultiple: "Select Multiple",
|
|
2420
|
+
uploadImg: "Upload Img",
|
|
2421
|
+
uploadFile: "Upload File",
|
|
2422
|
+
datePicker: "Date Picker",
|
|
2423
|
+
timePicker: "Time Picker",
|
|
2424
|
+
},
|
|
2425
|
+
/*弹层组件*/
|
|
2426
|
+
elasticlayercomponents: {
|
|
2427
|
+
dialog: "Dialog",
|
|
2428
|
+
drawer: "Drawer",
|
|
2429
|
+
popover: "Popover",
|
|
2430
|
+
title: "title",
|
|
2431
|
+
},
|
|
2432
|
+
/*高级组件*/
|
|
2433
|
+
advancedcomponents: {
|
|
2434
|
+
customComponent: "Custom Component",
|
|
2435
|
+
approval: "Approval",
|
|
2436
|
+
},
|
|
2437
|
+
/*页面组件*/
|
|
2438
|
+
pagecomponents: {
|
|
2439
|
+
tableDefinition: "Table Definition",
|
|
2440
|
+
dictionary: "Dictionary",
|
|
2441
|
+
processManagement: "Process Management",
|
|
2442
|
+
solution: "Solution",
|
|
2443
|
+
webResources: "Web Resources",
|
|
2444
|
+
plugin: "Plugin",
|
|
2445
|
+
translation: "Translation",
|
|
2446
|
+
institution: "Institution",
|
|
2447
|
+
position: "Position",
|
|
2448
|
+
log: "Log",
|
|
2449
|
+
serviceSystem: "Service System",
|
|
2450
|
+
systemConfiguration: "System Configuration",
|
|
2451
|
+
userManagement: "User Management",
|
|
2452
|
+
roleManagement: "Role Management",
|
|
2453
|
+
securityFieldManagement: "Security Field Management",
|
|
2454
|
+
onlineUser: "Online User",
|
|
2455
|
+
taskManagement: "Task Management",
|
|
2456
|
+
sendEmail: "Send Email",
|
|
2457
|
+
templateLibrary: "Template Library",
|
|
2458
|
+
messageTemplate: "Message Template",
|
|
2459
|
+
messageReminderRules: "Message Reminder Rules",
|
|
2460
|
+
messageSendingRecord: "Message Sending Record",
|
|
2461
|
+
instantMessage: "Instant Message",
|
|
2462
|
+
announcementManagement: "Announcement Management",
|
|
2463
|
+
systemFile: "System File",
|
|
2464
|
+
},
|
|
2465
|
+
/*数据源*/
|
|
2466
|
+
dataSource: {
|
|
2467
|
+
name: "Connection Name",
|
|
2468
|
+
dataSourceType: "Data source type",
|
|
2469
|
+
host: "Host",
|
|
2470
|
+
port: "Port",
|
|
2471
|
+
database: "Database",
|
|
2472
|
+
userName: "User",
|
|
2473
|
+
extend: "Extend",
|
|
2474
|
+
connectionString: "Connection string",
|
|
2475
|
+
testConnection: "Test connection"
|
|
1768
2476
|
},
|
|
2477
|
+
/*方法*/
|
|
2478
|
+
function: {
|
|
2479
|
+
reloadData: "Reload data",
|
|
2480
|
+
refreshData: "Refresh data",
|
|
2481
|
+
downLoadData: "Drop down to load data",
|
|
2482
|
+
deleteIdData: "Delete data based on ID",
|
|
2483
|
+
previewComponents: "Preview components",
|
|
2484
|
+
filePreview: "File preview",
|
|
2485
|
+
globalComponents: "Global components",
|
|
2486
|
+
pageComponents: "On page components",
|
|
2487
|
+
}
|
|
1769
2488
|
}
|
|
1770
2489
|
};
|