@nocobase/plugin-multi-app-manager 2.0.0-alpha.49 → 2.0.0-alpha.50
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/externalVersion.js +5 -5
- package/dist/locale/de-DE.json +19 -7
- package/dist/locale/en-US.json +21 -8
- package/dist/locale/es-ES.json +23 -6
- package/dist/locale/fr-FR.json +26 -0
- package/dist/locale/hu-HU.json +26 -0
- package/dist/locale/id-ID.json +26 -0
- package/dist/locale/it-IT.json +19 -7
- package/dist/locale/ja-JP.json +18 -6
- package/dist/locale/ko-KR.json +22 -7
- package/dist/locale/nl-NL.json +24 -9
- package/dist/locale/pt-BR.json +23 -6
- package/dist/locale/ru-RU.json +21 -6
- package/dist/locale/tr-TR.json +26 -0
- package/dist/locale/uk-UA.json +26 -0
- package/dist/locale/vi-VN.json +26 -0
- package/dist/locale/zh-CN.json +18 -17
- package/dist/locale/zh-TW.json +26 -0
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/server/server.js +2 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
@@ -17,10 +17,10 @@ module.exports = {
|
|
|
17
17
|
"react-router-dom": "6.30.1",
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
22
|
-
"@nocobase/telemetry": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/database": "2.0.0-alpha.50",
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.50",
|
|
22
|
+
"@nocobase/telemetry": "2.0.0-alpha.50",
|
|
23
23
|
"mysql2": "3.11.0",
|
|
24
24
|
"pg": "8.11.3",
|
|
25
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
25
|
+
"@nocobase/utils": "2.0.0-alpha.50"
|
|
26
26
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Anwendungen",
|
|
4
|
-
"App display name": "App-Anzeigename",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "App-ID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "App-Anzeigename",
|
|
5
|
+
"Applications": "Anwendungen",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Automatischer Start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Benutzerdefinierte Domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Anwendungen verwalten",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-App-Manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "An Menü anheften",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
9
21
|
"Standalone deployment": "Eigenständige Bereitstellung",
|
|
10
|
-
"Auto start": "Automatischer Start",
|
|
11
22
|
"Start mode": "Startmodus",
|
|
12
23
|
"Start on first visit": "Beim ersten Besuch starten",
|
|
13
|
-
"Start with main application": "Mit Hauptanwendung starten"
|
|
14
|
-
|
|
24
|
+
"Start with main application": "Mit Hauptanwendung starten",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Applications",
|
|
4
|
-
"App display name": "App display name",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "App ID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Manage applications",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
11
20
|
"Port": "Port",
|
|
12
|
-
"
|
|
13
|
-
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Aplicaciones",
|
|
4
|
-
"App display name": "Mostrar nombre de aplicación",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID de aplicación",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Mostrar nombre de aplicación",
|
|
5
|
+
"Applications": "Aplicaciones",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Dominio personalizado",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Gestionar aplicaciones",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Gestor de aplicaciones múltiples",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": " Fijar al menú",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "Alkalmazás azonosító",
|
|
4
|
+
"App display name": "Alkalmazás megjelenített neve",
|
|
5
|
+
"Applications": "Alkalmazások",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Automatikus indítás",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Egyéni domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Alkalmazások kezelése",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Több alkalmazás kezelő",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Rögzítés a menüben",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Önálló telepítés",
|
|
22
|
+
"Start mode": "Indítási mód",
|
|
23
|
+
"Start on first visit": "Indítás az első látogatáskor",
|
|
24
|
+
"Start with main application": "Indítás a fő alkalmazással",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "ID Aplikasi",
|
|
4
|
+
"App display name": "Nama tampilan aplikasi",
|
|
5
|
+
"Applications": "Aplikasi",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Mulai otomatis",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Domain kustom",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Kelola aplikasi",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Manajer multi-aplikasi",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Sematkan ke menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Penyebaran mandiri",
|
|
22
|
+
"Start mode": "Mode mulai",
|
|
23
|
+
"Start on first visit": "Mulai pada kunjungan pertama",
|
|
24
|
+
"Start with main application": "Mulai dengan aplikasi utama",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Applicazioni",
|
|
4
|
-
"App display name": "Nome visualizzato app",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID app",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Nome visualizzato app",
|
|
5
|
+
"Applications": "Applicazioni",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Avvio automatico",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Dominio personalizzato",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Gestisci applicazioni",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Gestore multi-app",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Fissa al menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
9
21
|
"Standalone deployment": "Distribuzione autonoma",
|
|
10
|
-
"Auto start": "Avvio automatico",
|
|
11
22
|
"Start mode": "Modalità di avvio",
|
|
12
23
|
"Start on first visit": "Avvia alla prima visita",
|
|
13
|
-
"Start with main application": "Avvia con l'applicazione principale"
|
|
14
|
-
|
|
24
|
+
"Start with main application": "Avvia con l'applicazione principale",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "アプリケーション",
|
|
4
|
-
"App display name": "アプリ表示名",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "アプリID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "アプリ表示名",
|
|
5
|
+
"Applications": "アプリケーション",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "自動起動",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "カスタムドメイン",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "アプリケーションを管理",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "マルチアプリ管理",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "メニューに固定",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
9
21
|
"Standalone deployment": "スタンドアロンデプロイメント",
|
|
10
|
-
"Auto start": "自動起動",
|
|
11
22
|
"Start mode": "起動モード",
|
|
12
23
|
"Start on first visit": "初回訪問時に起動する",
|
|
13
|
-
"Start with main application": "メインアプリケーションと共に起動する"
|
|
24
|
+
"Start with main application": "メインアプリケーションと共に起動する",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
14
26
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "앱 ID",
|
|
4
4
|
"App display name": "앱 표시 이름",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"Applications": "애플리케이션",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "자동 시작",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "사용자 정의 도메인",
|
|
8
|
-
"
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "애플리케이션 관리",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "다중 앱 관리자",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "메뉴에 고정",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
9
21
|
"Standalone deployment": "독립형 배포",
|
|
10
|
-
"
|
|
11
|
-
|
|
22
|
+
"Start mode": "시작 모드",
|
|
23
|
+
"Start on first visit": "첫 방문 시 시작",
|
|
24
|
+
"Start with main application": "메인 애플리케이션과 함께 시작",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App weergavenaam",
|
|
5
|
+
"Applications": "Applicaties",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Automatisch starten",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Aangepast domein",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Beheer applicaties",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app beheerder",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Vastmaken aan menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Zelfstandige implementatie",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
11
26
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Aplicativos",
|
|
4
|
-
"App display name": "Nome de exibição do aplicativo",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID do aplicativo",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Nome de exibição do aplicativo",
|
|
5
|
+
"Applications": "Aplicativos",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Domínio personalizado",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Gerenciar aplicativos",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Gerenciador de aplicativos múltiplos",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Fixar no menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Приложения",
|
|
4
|
-
"App display name": "Отображаемое имя приложения",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID приложения",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Отображаемое имя приложения",
|
|
5
|
+
"Applications": "Приложения",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Автозапуск",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Пользовательский домен",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Управление приложениями",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Менеджер многоприложений",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Закрепить в меню",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
9
21
|
"Standalone deployment": "Автономное развертывание",
|
|
10
|
-
"
|
|
11
|
-
|
|
22
|
+
"Start mode": "Режим запуска",
|
|
23
|
+
"Start on first visit": "Запускать при первом посещении",
|
|
24
|
+
"Start with main application": "Запускать вместе с главным приложением",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "应用",
|
|
4
|
-
"App display name": "应用名称",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "独立的 JWT 密钥,保证与其他应用的数据与会话隔离。",
|
|
5
3
|
"App ID": "应用标识",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "应用名称",
|
|
5
|
+
"Applications": "应用",
|
|
6
|
+
"Authentication options": "认证选项",
|
|
7
|
+
"Auto start": "自动启动",
|
|
8
|
+
"Automatically generate a JWT secret": "自动生成 JWT 密钥",
|
|
7
9
|
"Custom domain": "自定义域名",
|
|
10
|
+
"JWT secret": "JWT 密钥",
|
|
8
11
|
"Manage applications": "管理应用",
|
|
12
|
+
"Migrate data": "迁移数据",
|
|
13
|
+
"Migrate data to new multi-app": "迁移数据至新多应用",
|
|
14
|
+
"Migrate successfully": "迁移成功",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "多应用未启用,请先启用",
|
|
16
|
+
"Multi-app manager": "多应用管理",
|
|
17
|
+
"Multi-app manager (deprecated)": "多应用管理(已废弃)",
|
|
18
|
+
"Pin to menu": "在菜单上显示",
|
|
19
|
+
"Please enter the port": "请输入端口号",
|
|
20
|
+
"Port": "端口号",
|
|
9
21
|
"Standalone deployment": "独立部署",
|
|
10
|
-
"Auto start": "自动启动",
|
|
11
22
|
"Start mode": "启动方式",
|
|
12
23
|
"Start on first visit": "首次访问时启动",
|
|
13
24
|
"Start with main application": "随主应用一同启动",
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
"Automatically generate a JWT secret": "自动生成 JWT 密钥",
|
|
17
|
-
"An independent JWT secret ensures data and session isolation from other applications.": "独立的 JWT 密钥,保证与其他应用的数据与会话隔离。",
|
|
18
|
-
"Migrate data": "迁移数据",
|
|
19
|
-
"Migrate successfully": "迁移成功",
|
|
20
|
-
"Port": "端口号",
|
|
21
|
-
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "迁移数据时,系统会基于该端口号自动为每个应用分配一个递增的端口号,您也可以在迁移后手动修改。",
|
|
22
|
-
"Migrate data to new multi-app": "迁移数据至新多应用",
|
|
23
|
-
"Multi-app is not enabled, please enable it first": "多应用未启用,请先启用",
|
|
24
|
-
"Please enter the port": "请输入端口号"
|
|
25
|
-
}
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "迁移数据时,系统会基于该端口号自动为每个应用分配一个递增的端口号,您也可以在迁移后手动修改。"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Migrate data": "Migrate data",
|
|
13
|
+
"Migrate data to new multi-app": "Migrate data to new multi-app",
|
|
14
|
+
"Migrate successfully": "Migrate successfully",
|
|
15
|
+
"Multi-app is not enabled, please enable it first": "Multi-app is not enabled, please enable it first",
|
|
16
|
+
"Multi-app manager": "Multi-app manager",
|
|
17
|
+
"Multi-app manager (deprecated)": "Multi-app manager (deprecated)",
|
|
18
|
+
"Pin to menu": "Pin to menu",
|
|
19
|
+
"Please enter the port": "Please enter the port",
|
|
20
|
+
"Port": "Port",
|
|
21
|
+
"Standalone deployment": "Standalone deployment",
|
|
22
|
+
"Start mode": "Start mode",
|
|
23
|
+
"Start on first visit": "Start on first visit",
|
|
24
|
+
"Start with main application": "Start with main application",
|
|
25
|
+
"When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate.": "When migrate data, the system automatically assigns an incrementing port number to each application based on this port number. You can also manually modify port number after the migrate."
|
|
26
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-
|
|
1
|
+
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-12-02T12:49:09.044Z"}
|
package/dist/server/server.js
CHANGED
|
@@ -142,7 +142,8 @@ const defaultAppOptionsFactory = (appName, mainApp) => {
|
|
|
142
142
|
cacheManager: {
|
|
143
143
|
...mainApp.options.cacheManager,
|
|
144
144
|
prefix: appName
|
|
145
|
-
}
|
|
145
|
+
},
|
|
146
|
+
logger: mainApp.options.logger
|
|
146
147
|
};
|
|
147
148
|
};
|
|
148
149
|
class PluginMultiAppManagerServer extends import_server.Plugin {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Multi-app runs applications in a process-sharing manner, suitable for testing and demo environments only. Do not use it in production.",
|
|
7
7
|
"description.ru-RU": "Позволяет динамически создавать несколько приложений без отдельных развертываний.",
|
|
8
8
|
"description.zh-CN": "多应用以进程共享的方式运行,仅适合测试和演示环境,生产环境下请勿使用。",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.50",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/multi-app-manager",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@nocobase/test": "2.x",
|
|
32
32
|
"@nocobase/utils": "2.x"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"system"
|
|
37
37
|
]
|