verteilen-core 1.3.20 → 1.3.22

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/dist/lan/en.json CHANGED
@@ -272,7 +272,10 @@
272
272
  "multi": "Multi",
273
273
  "cronjob": "Distribute",
274
274
  "task-count": "Task Count",
275
- "job-count": "Job Count"
275
+ "job-count": "Job Count",
276
+ "hidden": "Hidden",
277
+ "runtime": "Runtime",
278
+ "value": "Value"
276
279
  },
277
280
  "codehint": {
278
281
  "v_path": "Path module",
@@ -385,6 +388,7 @@
385
388
  "useTemplate": "Use Template",
386
389
  "useExistDatabase": "Use Exist Database",
387
390
  "execute-keep": "Execute (Keep)",
391
+ "select": "Select",
388
392
  "database-setting": "Database Setting",
389
393
  "database-select": "Database Select",
390
394
  "is-running": "Is Running",
@@ -272,7 +272,10 @@
272
272
  "multi": "多核心",
273
273
  "cronjob": "分散運算",
274
274
  "task-count": "流程數",
275
- "job-count": "工作數"
275
+ "job-count": "工作數",
276
+ "hidden": "隱藏",
277
+ "runtime": "執行生成",
278
+ "value": "數值"
276
279
  },
277
280
  "codehint": {
278
281
  "v_path": "Path module",
@@ -383,8 +386,9 @@
383
386
  "export": "匯出",
384
387
  "import": "匯入",
385
388
  "useTemplate": "使用樣板",
386
- "useExistParameter": "使用資料庫組",
389
+ "useExistDatabase": "使用資料庫組",
387
390
  "execute-keep": "執行 (保留)",
391
+ "select": "選擇",
388
392
  "database-setting": "資料庫設定",
389
393
  "database-select": "資料庫選擇",
390
394
  "is-running": "是否執行中",
@@ -281,6 +281,9 @@ export declare const i18nDefaultData: {
281
281
  cronjob: string;
282
282
  "task-count": string;
283
283
  "job-count": string;
284
+ hidden: string;
285
+ runtime: string;
286
+ value: string;
284
287
  };
285
288
  codehint: {
286
289
  v_path: string;
@@ -393,6 +396,7 @@ export declare const i18nDefaultData: {
393
396
  useTemplate: string;
394
397
  useExistDatabase: string;
395
398
  "execute-keep": string;
399
+ select: string;
396
400
  "database-setting": string;
397
401
  "database-select": string;
398
402
  "is-running": string;
@@ -702,6 +706,9 @@ export declare const i18nDefaultData: {
702
706
  cronjob: string;
703
707
  "task-count": string;
704
708
  "job-count": string;
709
+ hidden: string;
710
+ runtime: string;
711
+ value: string;
705
712
  };
706
713
  codehint: {
707
714
  v_path: string;
@@ -812,8 +819,9 @@ export declare const i18nDefaultData: {
812
819
  export: string;
813
820
  import: string;
814
821
  useTemplate: string;
815
- useExistParameter: string;
822
+ useExistDatabase: string;
816
823
  "execute-keep": string;
824
+ select: string;
817
825
  "database-setting": string;
818
826
  "database-select": string;
819
827
  "is-running": string;
@@ -1126,6 +1134,9 @@ export declare const i18n: import("vue-i18n").I18n<{
1126
1134
  cronjob: string;
1127
1135
  "task-count": string;
1128
1136
  "job-count": string;
1137
+ hidden: string;
1138
+ runtime: string;
1139
+ value: string;
1129
1140
  };
1130
1141
  codehint: {
1131
1142
  v_path: string;
@@ -1238,6 +1249,7 @@ export declare const i18n: import("vue-i18n").I18n<{
1238
1249
  useTemplate: string;
1239
1250
  useExistDatabase: string;
1240
1251
  "execute-keep": string;
1252
+ select: string;
1241
1253
  "database-setting": string;
1242
1254
  "database-select": string;
1243
1255
  "is-running": string;
@@ -1547,6 +1559,9 @@ export declare const i18n: import("vue-i18n").I18n<{
1547
1559
  cronjob: string;
1548
1560
  "task-count": string;
1549
1561
  "job-count": string;
1562
+ hidden: string;
1563
+ runtime: string;
1564
+ value: string;
1550
1565
  };
1551
1566
  codehint: {
1552
1567
  v_path: string;
@@ -1657,8 +1672,9 @@ export declare const i18n: import("vue-i18n").I18n<{
1657
1672
  export: string;
1658
1673
  import: string;
1659
1674
  useTemplate: string;
1660
- useExistParameter: string;
1675
+ useExistDatabase: string;
1661
1676
  "execute-keep": string;
1677
+ select: string;
1662
1678
  "database-setting": string;
1663
1679
  "database-select": string;
1664
1680
  "is-running": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.3.20",
3
+ "version": "1.3.22",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",
package/src/lan/en.json CHANGED
@@ -272,7 +272,10 @@
272
272
  "multi": "Multi",
273
273
  "cronjob": "Distribute",
274
274
  "task-count": "Task Count",
275
- "job-count": "Job Count"
275
+ "job-count": "Job Count",
276
+ "hidden": "Hidden",
277
+ "runtime": "Runtime",
278
+ "value": "Value"
276
279
  },
277
280
  "codehint": {
278
281
  "v_path": "Path module",
@@ -385,6 +388,7 @@
385
388
  "useTemplate": "Use Template",
386
389
  "useExistDatabase": "Use Exist Database",
387
390
  "execute-keep": "Execute (Keep)",
391
+ "select": "Select",
388
392
  "database-setting": "Database Setting",
389
393
  "database-select": "Database Select",
390
394
  "is-running": "Is Running",
@@ -272,7 +272,10 @@
272
272
  "multi": "多核心",
273
273
  "cronjob": "分散運算",
274
274
  "task-count": "流程數",
275
- "job-count": "工作數"
275
+ "job-count": "工作數",
276
+ "hidden": "隱藏",
277
+ "runtime": "執行生成",
278
+ "value": "數值"
276
279
  },
277
280
  "codehint": {
278
281
  "v_path": "Path module",
@@ -383,8 +386,9 @@
383
386
  "export": "匯出",
384
387
  "import": "匯入",
385
388
  "useTemplate": "使用樣板",
386
- "useExistParameter": "使用資料庫組",
389
+ "useExistDatabase": "使用資料庫組",
387
390
  "execute-keep": "執行 (保留)",
391
+ "select": "選擇",
388
392
  "database-setting": "資料庫設定",
389
393
  "database-select": "資料庫選擇",
390
394
  "is-running": "是否執行中",