verteilen-core 1.3.21 → 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 +2 -1
- package/dist/lan/zh_TW.json +2 -1
- package/dist/plugins/i18n.d.ts +4 -0
- package/package.json +1 -1
- package/src/lan/en.json +2 -1
- package/src/lan/zh_TW.json +2 -1
package/dist/lan/en.json
CHANGED
package/dist/lan/zh_TW.json
CHANGED
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -283,6 +283,7 @@ export declare const i18nDefaultData: {
|
|
|
283
283
|
"job-count": string;
|
|
284
284
|
hidden: string;
|
|
285
285
|
runtime: string;
|
|
286
|
+
value: string;
|
|
286
287
|
};
|
|
287
288
|
codehint: {
|
|
288
289
|
v_path: string;
|
|
@@ -707,6 +708,7 @@ export declare const i18nDefaultData: {
|
|
|
707
708
|
"job-count": string;
|
|
708
709
|
hidden: string;
|
|
709
710
|
runtime: string;
|
|
711
|
+
value: string;
|
|
710
712
|
};
|
|
711
713
|
codehint: {
|
|
712
714
|
v_path: string;
|
|
@@ -1134,6 +1136,7 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1134
1136
|
"job-count": string;
|
|
1135
1137
|
hidden: string;
|
|
1136
1138
|
runtime: string;
|
|
1139
|
+
value: string;
|
|
1137
1140
|
};
|
|
1138
1141
|
codehint: {
|
|
1139
1142
|
v_path: string;
|
|
@@ -1558,6 +1561,7 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1558
1561
|
"job-count": string;
|
|
1559
1562
|
hidden: string;
|
|
1560
1563
|
runtime: string;
|
|
1564
|
+
value: string;
|
|
1561
1565
|
};
|
|
1562
1566
|
codehint: {
|
|
1563
1567
|
v_path: string;
|
package/package.json
CHANGED
package/src/lan/en.json
CHANGED