verteilen-core 1.4.88 → 1.4.90
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
package/dist/lan/zh_TW.json
CHANGED
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export declare const i18nDefaultData: {
|
|
|
47
47
|
open_register: string;
|
|
48
48
|
account: string;
|
|
49
49
|
password: string;
|
|
50
|
+
success: string;
|
|
50
51
|
};
|
|
51
52
|
login: {
|
|
52
53
|
title: string;
|
|
@@ -537,6 +538,7 @@ export declare const i18nDefaultData: {
|
|
|
537
538
|
open_register: string;
|
|
538
539
|
account: string;
|
|
539
540
|
password: string;
|
|
541
|
+
success: string;
|
|
540
542
|
};
|
|
541
543
|
login: {
|
|
542
544
|
title: string;
|
|
@@ -1034,6 +1036,7 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1034
1036
|
open_register: string;
|
|
1035
1037
|
account: string;
|
|
1036
1038
|
password: string;
|
|
1039
|
+
success: string;
|
|
1037
1040
|
};
|
|
1038
1041
|
login: {
|
|
1039
1042
|
title: string;
|
|
@@ -1524,6 +1527,7 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1524
1527
|
open_register: string;
|
|
1525
1528
|
account: string;
|
|
1526
1529
|
password: string;
|
|
1530
|
+
success: string;
|
|
1527
1531
|
};
|
|
1528
1532
|
login: {
|
|
1529
1533
|
title: string;
|