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 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",
@@ -24,7 +24,9 @@
24
24
  },
25
25
  "content_db": "內容資料庫",
26
26
  "content_service": "內容雲端",
27
- "open_guest": "遊客登入"
27
+ "open_guest": "遊客登入",
28
+ "account": "管理員帳號",
29
+ "password": "管理員密碼"
28
30
  },
29
31
  "login": {
30
32
  "title": "帳號登入",
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.4.86",
3
+ "version": "1.4.87",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",