verteilen-core 1.4.86 → 1.4.87
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 +3 -1
- package/dist/lan/zh_TW.json +3 -1
- package/dist/plugins/i18n.d.ts +8 -0
- package/package.json +1 -1
package/dist/lan/en.json
CHANGED
|
@@ -24,7 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"content_db": "Content Database",
|
|
26
26
|
"content_service": "Content Service",
|
|
27
|
-
"open_guest": "Guest Login"
|
|
27
|
+
"open_guest": "Guest Login",
|
|
28
|
+
"account": "Root Account",
|
|
29
|
+
"password": "Root Password"
|
|
28
30
|
},
|
|
29
31
|
"login": {
|
|
30
32
|
"title": "Account Login",
|
package/dist/lan/zh_TW.json
CHANGED
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ export declare const i18nDefaultData: {
|
|
|
44
44
|
content_db: string;
|
|
45
45
|
content_service: string;
|
|
46
46
|
open_guest: string;
|
|
47
|
+
account: string;
|
|
48
|
+
password: string;
|
|
47
49
|
};
|
|
48
50
|
login: {
|
|
49
51
|
title: string;
|
|
@@ -531,6 +533,8 @@ export declare const i18nDefaultData: {
|
|
|
531
533
|
content_db: string;
|
|
532
534
|
content_service: string;
|
|
533
535
|
open_guest: string;
|
|
536
|
+
account: string;
|
|
537
|
+
password: string;
|
|
534
538
|
};
|
|
535
539
|
login: {
|
|
536
540
|
title: string;
|
|
@@ -1025,6 +1029,8 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1025
1029
|
content_db: string;
|
|
1026
1030
|
content_service: string;
|
|
1027
1031
|
open_guest: string;
|
|
1032
|
+
account: string;
|
|
1033
|
+
password: string;
|
|
1028
1034
|
};
|
|
1029
1035
|
login: {
|
|
1030
1036
|
title: string;
|
|
@@ -1512,6 +1518,8 @@ export declare const i18n: import("vue-i18n").I18n<{
|
|
|
1512
1518
|
content_db: string;
|
|
1513
1519
|
content_service: string;
|
|
1514
1520
|
open_guest: string;
|
|
1521
|
+
account: string;
|
|
1522
|
+
password: string;
|
|
1515
1523
|
};
|
|
1516
1524
|
login: {
|
|
1517
1525
|
title: string;
|