@lobehub/chat 1.82.1 → 1.82.2
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/CHANGELOG.md +26 -0
- package/changelog/v1.json +9 -0
- package/locales/ar/plugin.json +25 -5
- package/locales/bg-BG/plugin.json +25 -5
- package/locales/de-DE/plugin.json +30 -5
- package/locales/en-US/plugin.json +30 -5
- package/locales/es-ES/plugin.json +25 -5
- package/locales/fa-IR/plugin.json +25 -5
- package/locales/fr-FR/plugin.json +25 -5
- package/locales/it-IT/plugin.json +25 -5
- package/locales/ja-JP/plugin.json +25 -5
- package/locales/ko-KR/plugin.json +30 -5
- package/locales/nl-NL/plugin.json +25 -5
- package/locales/pl-PL/plugin.json +30 -5
- package/locales/pt-BR/plugin.json +25 -5
- package/locales/ru-RU/plugin.json +25 -5
- package/locales/tr-TR/plugin.json +25 -5
- package/locales/vi-VN/plugin.json +30 -5
- package/locales/zh-CN/plugin.json +23 -8
- package/locales/zh-TW/plugin.json +25 -5
- package/package.json +1 -1
- package/src/config/aiModels/openrouter.ts +6 -6
- package/src/features/PluginDevModal/MCPManifestForm/ArgsInput.tsx +1 -1
- package/src/features/PluginDevModal/MCPManifestForm/index.tsx +160 -97
- package/src/features/PluginDevModal/MCPManifestForm/utils.test.ts +262 -0
- package/src/features/PluginDevModal/MCPManifestForm/utils.ts +151 -0
- package/src/features/PluginDevModal/index.tsx +31 -22
- package/src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts +1 -1
- package/src/locales/default/plugin.ts +16 -3
- package/src/server/services/mcp/index.ts +7 -0
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "charge du plugin",
|
8
8
|
"pluginState": "État du plugin",
|
9
9
|
"response": "Réponse",
|
10
|
+
"title": "Détails du plugin",
|
10
11
|
"tool_call": "demande d'appel d'outil"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -50,12 +51,13 @@
|
|
50
51
|
"desc": "Liste des paramètres à passer à la commande STDIO",
|
51
52
|
"label": "Paramètres de commande",
|
52
53
|
"placeholder": "Par exemple : --port 8080 --debug",
|
53
|
-
"
|
54
|
+
"required": "Veuillez entrer les paramètres de démarrage"
|
54
55
|
},
|
55
56
|
"command": {
|
56
57
|
"desc": "Fichier exécutable ou script utilisé pour démarrer le plugin MCP STDIO",
|
57
58
|
"label": "Commande",
|
58
|
-
"placeholder": "Par exemple : python main.py ou /path/to/executable"
|
59
|
+
"placeholder": "Par exemple : python main.py ou /path/to/executable",
|
60
|
+
"required": "Veuillez entrer la commande de démarrage"
|
59
61
|
},
|
60
62
|
"endpoint": {
|
61
63
|
"desc": "Entrez l'adresse de votre serveur HTTP Streamable MCP",
|
@@ -65,15 +67,29 @@
|
|
65
67
|
"desc": "Donnez un nom à votre plugin MCP, en utilisant des caractères anglais",
|
66
68
|
"invalid": "Vous ne pouvez entrer que des caractères anglais, des chiffres, - et _",
|
67
69
|
"label": "Nom du plugin MCP",
|
68
|
-
"placeholder": "Par exemple : my-mcp-plugin"
|
70
|
+
"placeholder": "Par exemple : my-mcp-plugin",
|
71
|
+
"required": "Veuillez entrer l'identifiant du service MCP"
|
69
72
|
},
|
73
|
+
"previewManifest": "Aperçu du fichier de description du plugin",
|
74
|
+
"testConnection": "Tester la connexion",
|
75
|
+
"testConnectionTip": "Le plugin MCP ne peut être utilisé normalement qu'après un test de connexion réussi",
|
70
76
|
"type": {
|
71
77
|
"desc": "Choisissez le mode de communication du plugin MCP, la version web ne prend en charge que le HTTP Streamable",
|
72
|
-
"
|
78
|
+
"httpFeature1": "Compatible avec la version web et de bureau",
|
79
|
+
"httpFeature2": "Connexion à un serveur MCP distant, sans installation ni configuration supplémentaires",
|
80
|
+
"httpShortDesc": "Protocole de communication basé sur HTTP en continu",
|
81
|
+
"label": "Type de plugin MCP",
|
82
|
+
"stdioFeature1": "Latence de communication réduite, adapté à l'exécution locale",
|
83
|
+
"stdioFeature2": "Nécessite l'installation et l'exécution d'un serveur MCP local",
|
84
|
+
"stdioNotAvailable": "Le mode STDIO n'est disponible que dans la version de bureau",
|
85
|
+
"stdioShortDesc": "Protocole de communication basé sur l'entrée/sortie standard",
|
86
|
+
"title": "Type de plugin MCP"
|
73
87
|
},
|
74
88
|
"url": {
|
75
89
|
"desc": "Entrez l'adresse HTTP Streamable de votre serveur MCP, sans terminer par /sse",
|
76
|
-
"
|
90
|
+
"invalid": "Veuillez entrer une URL valide",
|
91
|
+
"label": "URL de l'endpoint HTTP",
|
92
|
+
"required": "Veuillez entrer l'URL du service MCP"
|
77
93
|
}
|
78
94
|
},
|
79
95
|
"meta": {
|
@@ -101,12 +117,14 @@
|
|
101
117
|
"label": "Identifiant",
|
102
118
|
"pattenErrorMessage": "Seuls les caractères alphanumériques, - et _ sont autorisés"
|
103
119
|
},
|
120
|
+
"lobe": "Plugin {{appName}}",
|
104
121
|
"manifest": {
|
105
122
|
"desc": "{{appName}} sera installé via ce lien pour ajouter le plugin.",
|
106
123
|
"label": "URL du fichier de description du plugin (Manifest)",
|
107
124
|
"preview": "Aperçu du Manifest",
|
108
125
|
"refresh": "Actualiser"
|
109
126
|
},
|
127
|
+
"openai": "Plugin OpenAI",
|
110
128
|
"title": {
|
111
129
|
"desc": "Titre du plugin",
|
112
130
|
"label": "Titre",
|
@@ -148,6 +166,7 @@
|
|
148
166
|
"noManifest": "Aucun fichier de description trouvé",
|
149
167
|
"openAPIInvalid": "Échec d'analyse de l'OpenAPI, erreur : \n\n {{error}}",
|
150
168
|
"reinstallError": "Échec de la mise à jour du plugin {{name}}",
|
169
|
+
"testConnectionFailed": "Échec de l'obtention du Manifest : {{error}}",
|
151
170
|
"urlError": "Ce lien ne renvoie pas de contenu au format JSON. Veuillez vous assurer qu'il s'agit d'un lien valide."
|
152
171
|
},
|
153
172
|
"inspector": {
|
@@ -226,5 +245,6 @@
|
|
226
245
|
},
|
227
246
|
"title": "Boutique de plugins"
|
228
247
|
},
|
248
|
+
"unknownError": "Erreur inconnue",
|
229
249
|
"unknownPlugin": "Plugin inconnu"
|
230
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "carico del plugin",
|
8
8
|
"pluginState": "Stato del plugin",
|
9
9
|
"response": "Risposta",
|
10
|
+
"title": "Dettagli del plugin",
|
10
11
|
"tool_call": "richiesta di chiamata dello strumento"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -50,12 +51,13 @@
|
|
50
51
|
"desc": "Elenco dei parametri da passare al comando STDIO",
|
51
52
|
"label": "Parametri del comando",
|
52
53
|
"placeholder": "Ad esempio: --port 8080 --debug",
|
53
|
-
"
|
54
|
+
"required": "Inserisci i parametri di avvio"
|
54
55
|
},
|
55
56
|
"command": {
|
56
57
|
"desc": "File eseguibile o script per avviare il plugin MCP STDIO",
|
57
58
|
"label": "Comando",
|
58
|
-
"placeholder": "Ad esempio: python main.py o /path/to/executable"
|
59
|
+
"placeholder": "Ad esempio: python main.py o /path/to/executable",
|
60
|
+
"required": "Inserisci il comando di avvio"
|
59
61
|
},
|
60
62
|
"endpoint": {
|
61
63
|
"desc": "Inserisci l'indirizzo del tuo server HTTP Streamable MCP",
|
@@ -65,15 +67,29 @@
|
|
65
67
|
"desc": "Assegna un nome al tuo plugin MCP, deve utilizzare caratteri inglesi",
|
66
68
|
"invalid": "Puoi inserire solo caratteri inglesi, numeri, e i simboli - e _",
|
67
69
|
"label": "Nome del plugin MCP",
|
68
|
-
"placeholder": "Ad esempio: my-mcp-plugin"
|
70
|
+
"placeholder": "Ad esempio: my-mcp-plugin",
|
71
|
+
"required": "Inserisci l'identificatore del servizio MCP"
|
69
72
|
},
|
73
|
+
"previewManifest": "Anteprima del file di descrizione del plugin",
|
74
|
+
"testConnection": "Test di connessione",
|
75
|
+
"testConnectionTip": "Il plugin MCP può essere utilizzato correttamente solo dopo un test di connessione riuscito",
|
70
76
|
"type": {
|
71
77
|
"desc": "Scegli il metodo di comunicazione del plugin MCP, la versione web supporta solo Streamable HTTP",
|
72
|
-
"
|
78
|
+
"httpFeature1": "Compatibile con la versione web e desktop",
|
79
|
+
"httpFeature2": "Collegamento a un server MCP remoto, senza installazione o configurazione aggiuntive",
|
80
|
+
"httpShortDesc": "Protocollo di comunicazione basato su HTTP streaming",
|
81
|
+
"label": "Tipo di plugin MCP",
|
82
|
+
"stdioFeature1": "Minore latenza nella comunicazione, adatto per esecuzione locale",
|
83
|
+
"stdioFeature2": "È necessario installare e far funzionare il server MCP localmente",
|
84
|
+
"stdioNotAvailable": "La modalità STDIO è disponibile solo nella versione desktop",
|
85
|
+
"stdioShortDesc": "Protocollo di comunicazione basato su input e output standard",
|
86
|
+
"title": "Tipo di plugin MCP"
|
73
87
|
},
|
74
88
|
"url": {
|
75
89
|
"desc": "Inserisci l'indirizzo HTTP Streamable del tuo server MCP, che non deve terminare con /sse",
|
76
|
-
"
|
90
|
+
"invalid": "Inserisci un URL valido",
|
91
|
+
"label": "URL Endpoint HTTP",
|
92
|
+
"required": "Inserisci l'URL del servizio MCP"
|
77
93
|
}
|
78
94
|
},
|
79
95
|
"meta": {
|
@@ -101,12 +117,14 @@
|
|
101
117
|
"label": "Identificatore",
|
102
118
|
"pattenErrorMessage": "Puoi inserire solo caratteri alfanumerici, - e _"
|
103
119
|
},
|
120
|
+
"lobe": "Plugin {{appName}}",
|
104
121
|
"manifest": {
|
105
122
|
"desc": "{{appName}} installerà il plugin tramite questo link",
|
106
123
|
"label": "URL del file di descrizione del plugin (Manifest)",
|
107
124
|
"preview": "Anteprima Manifest",
|
108
125
|
"refresh": "Aggiorna"
|
109
126
|
},
|
127
|
+
"openai": "Plugin OpenAI",
|
110
128
|
"title": {
|
111
129
|
"desc": "Titolo del plugin",
|
112
130
|
"label": "Titolo",
|
@@ -148,6 +166,7 @@
|
|
148
166
|
"noManifest": "Il file di descrizione non esiste",
|
149
167
|
"openAPIInvalid": "Analisi dell'OpenAPI fallita. Errore: \n\n {{error}}",
|
150
168
|
"reinstallError": "Ricaricamento del plugin {{name}} fallito",
|
169
|
+
"testConnectionFailed": "Impossibile ottenere il Manifest: {{error}}",
|
151
170
|
"urlError": "Il collegamento non restituisce contenuti nel formato JSON. Assicurati che il collegamento sia valido"
|
152
171
|
},
|
153
172
|
"inspector": {
|
@@ -226,5 +245,6 @@
|
|
226
245
|
},
|
227
246
|
"title": "Negozio dei plugin"
|
228
247
|
},
|
248
|
+
"unknownError": "Errore sconosciuto",
|
229
249
|
"unknownPlugin": "Plugin sconosciuto"
|
230
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "ペイロード",
|
8
8
|
"pluginState": "プラグインの状態",
|
9
9
|
"response": "レスポンス",
|
10
|
+
"title": "プラグインの詳細",
|
10
11
|
"tool_call": "ツール呼び出し"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -50,12 +51,13 @@
|
|
50
51
|
"desc": "STDIO コマンドに渡すパラメータのリスト",
|
51
52
|
"label": "コマンドパラメータ",
|
52
53
|
"placeholder": "例:--port 8080 --debug",
|
53
|
-
"
|
54
|
+
"required": "起動パラメータを入力してください"
|
54
55
|
},
|
55
56
|
"command": {
|
56
57
|
"desc": "MCP STDIO プラグインを起動するための実行可能ファイルまたはスクリプト",
|
57
58
|
"label": "コマンド",
|
58
|
-
"placeholder": "例:python main.py または /path/to/executable"
|
59
|
+
"placeholder": "例:python main.py または /path/to/executable",
|
60
|
+
"required": "起動コマンドを入力してください"
|
59
61
|
},
|
60
62
|
"endpoint": {
|
61
63
|
"desc": "あなたの MCP Streamable HTTP サーバーのアドレスを入力してください",
|
@@ -65,15 +67,29 @@
|
|
65
67
|
"desc": "あなたの MCP プラグインに名前を指定してください。英字を使用する必要があります",
|
66
68
|
"invalid": "英字、数字、- および _ のみを入力できます",
|
67
69
|
"label": "MCP プラグイン名",
|
68
|
-
"placeholder": "例:my-mcp-plugin"
|
70
|
+
"placeholder": "例:my-mcp-plugin",
|
71
|
+
"required": "MCP サービス識別子を入力してください"
|
69
72
|
},
|
73
|
+
"previewManifest": "プラグインの説明ファイルをプレビュー",
|
74
|
+
"testConnection": "接続をテスト",
|
75
|
+
"testConnectionTip": "接続テストが成功した後、MCP プラグインは正常に使用できます",
|
70
76
|
"type": {
|
71
77
|
"desc": "MCP プラグインの通信方式を選択してください。ウェブ版は Streamable HTTP のみをサポートしています",
|
72
|
-
"
|
78
|
+
"httpFeature1": "ウェブ版とデスクトップ版の互換性",
|
79
|
+
"httpFeature2": "追加のインストールや設定なしでリモートMCPサーバーに接続",
|
80
|
+
"httpShortDesc": "ストリーミングHTTPに基づく通信プロトコル",
|
81
|
+
"label": "MCP プラグインタイプ",
|
82
|
+
"stdioFeature1": "通信遅延が少なく、ローカル実行に適している",
|
83
|
+
"stdioFeature2": "ローカルにMCPサーバーをインストールして実行する必要がある",
|
84
|
+
"stdioNotAvailable": "STDIOモードはデスクトップ版でのみ利用可能",
|
85
|
+
"stdioShortDesc": "標準入力出力に基づく通信プロトコル",
|
86
|
+
"title": "MCPプラグインタイプ"
|
73
87
|
},
|
74
88
|
"url": {
|
75
89
|
"desc": "あなたのMCPサーバーストリーミングHTTPアドレスを入力してください。/sseで終わることはありません",
|
76
|
-
"
|
90
|
+
"invalid": "有効な URL アドレスを入力してください",
|
91
|
+
"label": "HTTP エンドポイント URL",
|
92
|
+
"required": "MCP サービスの URL を入力してください"
|
77
93
|
}
|
78
94
|
},
|
79
95
|
"meta": {
|
@@ -101,12 +117,14 @@
|
|
101
117
|
"label": "識別子",
|
102
118
|
"pattenErrorMessage": "英数字、-、_ のみ入力できます"
|
103
119
|
},
|
120
|
+
"lobe": "{{appName}} プラグイン",
|
104
121
|
"manifest": {
|
105
122
|
"desc": "{{appName}}はこのリンクを通じてプラグインをインストールします",
|
106
123
|
"label": "プラグイン記述ファイル (Manifest) URL",
|
107
124
|
"preview": "マニフェストのプレビュー",
|
108
125
|
"refresh": "更新"
|
109
126
|
},
|
127
|
+
"openai": "OpenAI プラグイン",
|
110
128
|
"title": {
|
111
129
|
"desc": "プラグインのタイトル",
|
112
130
|
"label": "タイトル",
|
@@ -148,6 +166,7 @@
|
|
148
166
|
"noManifest": "マニフェストが存在しません",
|
149
167
|
"openAPIInvalid": "OpenAPIの解析に失敗しました。エラー: \n\n {{error}}",
|
150
168
|
"reinstallError": "プラグイン{{name}}の再インストールに失敗しました",
|
169
|
+
"testConnectionFailed": "マニフェストの取得に失敗しました: {{error}}",
|
151
170
|
"urlError": "このリンクはJSON形式のコンテンツを返していません。有効なリンクであることを確認してください"
|
152
171
|
},
|
153
172
|
"inspector": {
|
@@ -226,5 +245,6 @@
|
|
226
245
|
},
|
227
246
|
"title": "プラグインストア"
|
228
247
|
},
|
248
|
+
"unknownError": "未知のエラー",
|
229
249
|
"unknownPlugin": "未知のプラグイン"
|
230
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "페이로드",
|
8
8
|
"pluginState": "플러그인 상태",
|
9
9
|
"response": "응답",
|
10
|
+
"title": "플러그인 세부정보",
|
10
11
|
"tool_call": "도구 호출"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -47,10 +48,16 @@
|
|
47
48
|
},
|
48
49
|
"mcp": {
|
49
50
|
"args": {
|
50
|
-
"
|
51
|
+
"desc": "STDIO 명령에 전달할 매개변수 목록, 일반적으로 여기에서 MCP 서버 이름을 입력합니다",
|
52
|
+
"label": "명령 매개변수",
|
53
|
+
"placeholder": "예: mcp-hello-world",
|
54
|
+
"required": "시작 매개변수를 입력하세요"
|
51
55
|
},
|
52
56
|
"command": {
|
53
|
-
"
|
57
|
+
"desc": "MCP STDIO 서버를 시작하는 실행 파일 또는 스크립트",
|
58
|
+
"label": "명령",
|
59
|
+
"placeholder": "예: npx / uv / docker 등",
|
60
|
+
"required": "시작 명령어를 입력하세요"
|
54
61
|
},
|
55
62
|
"endpoint": {
|
56
63
|
"desc": "당신의 MCP 스트리밍 HTTP 서버 주소를 입력하세요",
|
@@ -60,15 +67,29 @@
|
|
60
67
|
"desc": "당신의 MCP 플러그인에 이름을 지정하세요, 영어 문자 사용 필요",
|
61
68
|
"invalid": "영어 문자, 숫자, - 및 _ 기호만 입력할 수 있습니다",
|
62
69
|
"label": "MCP 플러그인 이름",
|
63
|
-
"placeholder": "예: my-mcp-plugin"
|
70
|
+
"placeholder": "예: my-mcp-plugin",
|
71
|
+
"required": "MCP 서비스 식별자를 입력하세요"
|
64
72
|
},
|
73
|
+
"previewManifest": "플러그인 설명 파일 미리보기",
|
74
|
+
"testConnection": "연결 테스트",
|
75
|
+
"testConnectionTip": "연결 테스트가 성공해야 MCP 플러그인을 정상적으로 사용할 수 있습니다",
|
65
76
|
"type": {
|
66
77
|
"desc": "MCP 플러그인의 통신 방식을 선택하세요, 웹 버전은 스트리밍 HTTP만 지원합니다",
|
67
|
-
"
|
78
|
+
"httpFeature1": "웹 버전과 데스크톱 버전 호환",
|
79
|
+
"httpFeature2": "원격 MCP 서버에 연결, 추가 설치 및 구성 필요 없음",
|
80
|
+
"httpShortDesc": "스트리밍 HTTP 기반 통신 프로토콜",
|
81
|
+
"label": "MCP 플러그인 유형",
|
82
|
+
"stdioFeature1": "더 낮은 통신 지연, 로컬 실행에 적합",
|
83
|
+
"stdioFeature2": "로컬에 MCP 서버를 설치하고 실행해야 함",
|
84
|
+
"stdioNotAvailable": "STDIO 모드는 데스크톱 버전에서만 사용 가능",
|
85
|
+
"stdioShortDesc": "표준 입력 및 출력을 기반으로 한 통신 프로토콜",
|
86
|
+
"title": "MCP 플러그인 유형"
|
68
87
|
},
|
69
88
|
"url": {
|
70
89
|
"desc": "MCP 서버의 스트리밍 HTTP 주소를 입력하세요. /sse로 끝나지 않습니다.",
|
71
|
-
"
|
90
|
+
"invalid": "유효한 URL 주소를 입력하세요",
|
91
|
+
"label": "HTTP 엔드포인트 URL",
|
92
|
+
"required": "MCP 서비스 URL을 입력하세요"
|
72
93
|
}
|
73
94
|
},
|
74
95
|
"meta": {
|
@@ -96,12 +117,14 @@
|
|
96
117
|
"label": "식별자",
|
97
118
|
"pattenErrorMessage": "영문자, 숫자, - 및 _만 입력할 수 있습니다."
|
98
119
|
},
|
120
|
+
"lobe": "{{appName}} 플러그인",
|
99
121
|
"manifest": {
|
100
122
|
"desc": "{{appName}}는 이 링크를 통해 플러그인을 설치합니다.",
|
101
123
|
"label": "Manifest 파일 URL",
|
102
124
|
"preview": "Manifest 미리보기",
|
103
125
|
"refresh": "새로 고침"
|
104
126
|
},
|
127
|
+
"openai": "OpenAI 플러그인",
|
105
128
|
"title": {
|
106
129
|
"desc": "플러그인 제목",
|
107
130
|
"label": "제목",
|
@@ -143,6 +166,7 @@
|
|
143
166
|
"noManifest": "설명 파일이 없습니다",
|
144
167
|
"openAPIInvalid": "OpenAPI 파싱에 실패했습니다. 오류: \n\n {{error}}",
|
145
168
|
"reinstallError": "플러그인 {{name}} 다시 설치 중 오류가 발생했습니다.",
|
169
|
+
"testConnectionFailed": "매니페스트를 가져오는 데 실패했습니다: {{error}}",
|
146
170
|
"urlError": "이 링크는 JSON 형식의 내용을 반환하지 않습니다. 유효한 링크인지 확인하세요."
|
147
171
|
},
|
148
172
|
"inspector": {
|
@@ -221,5 +245,6 @@
|
|
221
245
|
},
|
222
246
|
"title": "플러그인 스토어"
|
223
247
|
},
|
248
|
+
"unknownError": "알 수 없는 오류",
|
224
249
|
"unknownPlugin": "알 수 없는 플러그인"
|
225
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "plug-in payload",
|
8
8
|
"pluginState": "Pluginstatus",
|
9
9
|
"response": "Reactie",
|
10
|
+
"title": "Plugin Details",
|
10
11
|
"tool_call": "Tool-oproepverzoek"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -50,12 +51,13 @@
|
|
50
51
|
"desc": "Lijst van parameters die aan het STDIO-commando worden doorgegeven",
|
51
52
|
"label": "Commando-parameters",
|
52
53
|
"placeholder": "Bijvoorbeeld: --port 8080 --debug",
|
53
|
-
"
|
54
|
+
"required": "Voer de opstartparameters in"
|
54
55
|
},
|
55
56
|
"command": {
|
56
57
|
"desc": "Uitvoerbaar bestand of script om de MCP STDIO-plugin te starten",
|
57
58
|
"label": "Commando",
|
58
|
-
"placeholder": "Bijvoorbeeld: python main.py of /path/to/executable"
|
59
|
+
"placeholder": "Bijvoorbeeld: python main.py of /path/to/executable",
|
60
|
+
"required": "Voer het opstartcommando in"
|
59
61
|
},
|
60
62
|
"endpoint": {
|
61
63
|
"desc": "Voer het adres van je MCP Streamable HTTP Server in",
|
@@ -65,15 +67,29 @@
|
|
65
67
|
"desc": "Geef je MCP-plugin een naam, gebruik Engelse karakters",
|
66
68
|
"invalid": "Alleen Engelse karakters, cijfers, - en _ zijn toegestaan",
|
67
69
|
"label": "MCP Plugin Naam",
|
68
|
-
"placeholder": "Bijvoorbeeld: my-mcp-plugin"
|
70
|
+
"placeholder": "Bijvoorbeeld: my-mcp-plugin",
|
71
|
+
"required": "Voer de MCP service-identificator in"
|
69
72
|
},
|
73
|
+
"previewManifest": "Voorbeeld van het plugin beschrijvingsbestand",
|
74
|
+
"testConnection": "Test verbinding",
|
75
|
+
"testConnectionTip": "De MCP plugin kan pas normaal worden gebruikt na een succesvolle verbindingstest",
|
70
76
|
"type": {
|
71
77
|
"desc": "Kies de communicatiemethode voor de MCP-plugin, de webversie ondersteunt alleen Streamable HTTP",
|
72
|
-
"
|
78
|
+
"httpFeature1": "Compatibel met web- en desktopversies",
|
79
|
+
"httpFeature2": "Verbind met een externe MCP-server, zonder extra installatie of configuratie",
|
80
|
+
"httpShortDesc": "Communicatieprotocol op basis van streaming HTTP",
|
81
|
+
"label": "MCP Plugin Type",
|
82
|
+
"stdioFeature1": "Lagere communicatietijd, geschikt voor lokale uitvoering",
|
83
|
+
"stdioFeature2": "MCP-server moet lokaal worden geïnstalleerd en uitgevoerd",
|
84
|
+
"stdioNotAvailable": "STDIO-modus is alleen beschikbaar in de desktopversie",
|
85
|
+
"stdioShortDesc": "Communicatieprotocol op basis van standaardinvoer en -uitvoer",
|
86
|
+
"title": "MCP-plugintype"
|
73
87
|
},
|
74
88
|
"url": {
|
75
89
|
"desc": "Voer je MCP Server Streamable HTTP-adres in, dit eindigt niet op /sse",
|
76
|
-
"
|
90
|
+
"invalid": "Voer een geldige URL in",
|
91
|
+
"label": "HTTP Endpoint URL",
|
92
|
+
"required": "Voer de MCP service URL in"
|
77
93
|
}
|
78
94
|
},
|
79
95
|
"meta": {
|
@@ -101,12 +117,14 @@
|
|
101
117
|
"label": "Identificatie",
|
102
118
|
"pattenErrorMessage": "Alleen alfanumerieke tekens, koppelteken - en underscore _ zijn toegestaan"
|
103
119
|
},
|
120
|
+
"lobe": "{{appName}} plugin",
|
104
121
|
"manifest": {
|
105
122
|
"desc": "{{appName}} zal de plugin installeren via deze link",
|
106
123
|
"label": "Plug-in Beschrijving (Manifest) URL",
|
107
124
|
"preview": "Voorbeeld",
|
108
125
|
"refresh": "Vernieuwen"
|
109
126
|
},
|
127
|
+
"openai": "OpenAI plugin",
|
110
128
|
"title": {
|
111
129
|
"desc": "De titel van de plug-in",
|
112
130
|
"label": "Titel",
|
@@ -148,6 +166,7 @@
|
|
148
166
|
"noManifest": "Geen manifest beschikbaar",
|
149
167
|
"openAPIInvalid": "OpenAPI-analyse mislukt. Fout: \n\n {{error}}",
|
150
168
|
"reinstallError": "Vernieuwen van de plugin {{name}} is mislukt.",
|
169
|
+
"testConnectionFailed": "Manifest ophalen mislukt: {{error}}",
|
151
170
|
"urlError": "De link retourneert geen JSON-indeling. Zorg ervoor dat het een geldige link is."
|
152
171
|
},
|
153
172
|
"inspector": {
|
@@ -226,5 +245,6 @@
|
|
226
245
|
},
|
227
246
|
"title": "Pluginwinkel"
|
228
247
|
},
|
248
|
+
"unknownError": "Onbekende fout",
|
229
249
|
"unknownPlugin": "onbekende plugin"
|
230
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "dane wejściowe wtyczki",
|
8
8
|
"pluginState": "Stan wtyczki",
|
9
9
|
"response": "Odpowiedź",
|
10
|
+
"title": "Szczegóły wtyczki",
|
10
11
|
"tool_call": "żądanie wywołania narzędzia"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -47,10 +48,16 @@
|
|
47
48
|
},
|
48
49
|
"mcp": {
|
49
50
|
"args": {
|
50
|
-
"
|
51
|
+
"desc": "Lista argumentów przekazywanych do polecenia STDIO, zazwyczaj wpisz tutaj nazwę serwera MCP",
|
52
|
+
"label": "Argumenty polecenia",
|
53
|
+
"placeholder": "Na przykład: mcp-hello-world",
|
54
|
+
"required": "Proszę wprowadzić parametry uruchomienia"
|
51
55
|
},
|
52
56
|
"command": {
|
53
|
-
"
|
57
|
+
"desc": "Wykonywalny plik lub skrypt do uruchomienia serwera MCP STDIO",
|
58
|
+
"label": "Polecenie",
|
59
|
+
"placeholder": "Na przykład: npx / uv / docker itp.",
|
60
|
+
"required": "Proszę wprowadzić polecenie uruchomienia"
|
54
61
|
},
|
55
62
|
"endpoint": {
|
56
63
|
"desc": "Wprowadź adres swojego serwera MCP Streamable HTTP",
|
@@ -60,15 +67,29 @@
|
|
60
67
|
"desc": "Nadaj nazwę swojej wtyczce MCP, używając znaków angielskich",
|
61
68
|
"invalid": "Można wprowadzać tylko znaki angielskie, cyfry, oraz symbole - i _",
|
62
69
|
"label": "Nazwa wtyczki MCP",
|
63
|
-
"placeholder": "Na przykład: my-mcp-plugin"
|
70
|
+
"placeholder": "Na przykład: my-mcp-plugin",
|
71
|
+
"required": "Proszę wprowadzić identyfikator usługi MCP"
|
64
72
|
},
|
73
|
+
"previewManifest": "Podgląd pliku opisu wtyczki",
|
74
|
+
"testConnection": "Testuj połączenie",
|
75
|
+
"testConnectionTip": "Wtyczka MCP może być używana prawidłowo po pomyślnym teście połączenia",
|
65
76
|
"type": {
|
66
77
|
"desc": "Wybierz sposób komunikacji wtyczki MCP, wersja przeglądarkowa obsługuje tylko Streamable HTTP",
|
67
|
-
"
|
78
|
+
"httpFeature1": "Kompatybilność z wersją przeglądarkową i desktopową",
|
79
|
+
"httpFeature2": "Połączenie zdalnego serwera MCP, bez potrzeby dodatkowej instalacji i konfiguracji",
|
80
|
+
"httpShortDesc": "Protokół komunikacyjny oparty na strumieniowym HTTP",
|
81
|
+
"label": "Typ wtyczki MCP",
|
82
|
+
"stdioFeature1": "Niższe opóźnienie komunikacji, odpowiednie do lokalnego wykonania",
|
83
|
+
"stdioFeature2": "Wymaga lokalnej instalacji i uruchomienia serwera MCP",
|
84
|
+
"stdioNotAvailable": "Tryb STDIO jest dostępny tylko w wersji desktopowej",
|
85
|
+
"stdioShortDesc": "Protokół komunikacyjny oparty na standardowym wejściu/wyjściu",
|
86
|
+
"title": "Typ wtyczki MCP"
|
68
87
|
},
|
69
88
|
"url": {
|
70
89
|
"desc": "Wprowadź adres HTTP swojego serwera MCP Streamable, który nie kończy się na /sse",
|
71
|
-
"
|
90
|
+
"invalid": "Proszę wprowadzić prawidłowy adres URL",
|
91
|
+
"label": "URL punktu końcowego HTTP",
|
92
|
+
"required": "Proszę wprowadzić adres URL usługi MCP"
|
72
93
|
}
|
73
94
|
},
|
74
95
|
"meta": {
|
@@ -96,12 +117,14 @@
|
|
96
117
|
"label": "Identyfikator",
|
97
118
|
"pattenErrorMessage": "Dozwolone są tylko znaki alfanumeryczne, myślnik - i podkreślenie _"
|
98
119
|
},
|
120
|
+
"lobe": "Wtyczka {{appName}}",
|
99
121
|
"manifest": {
|
100
122
|
"desc": "{{appName}} zainstaluje wtyczkę za pośrednictwem tego linku",
|
101
123
|
"label": "Opis wtyczki (Manifest) URL",
|
102
124
|
"preview": "Podgląd",
|
103
125
|
"refresh": "Odśwież"
|
104
126
|
},
|
127
|
+
"openai": "Wtyczka OpenAI",
|
105
128
|
"title": {
|
106
129
|
"desc": "Tytuł wtyczki",
|
107
130
|
"label": "Tytuł",
|
@@ -143,6 +166,7 @@
|
|
143
166
|
"noManifest": "Plik manifestu nie istnieje",
|
144
167
|
"openAPIInvalid": "Analiza OpenAPI nie powiodła się. Błąd: \n\n {{error}}",
|
145
168
|
"reinstallError": "Nie udało się odświeżyć wtyczki {{name}}",
|
169
|
+
"testConnectionFailed": "Nie udało się pobrać manifestu: {{error}}",
|
146
170
|
"urlError": "Link nie zwrócił treści w formacie JSON. Upewnij się, że jest to poprawny link."
|
147
171
|
},
|
148
172
|
"inspector": {
|
@@ -221,5 +245,6 @@
|
|
221
245
|
},
|
222
246
|
"title": "Sklep wtyczek"
|
223
247
|
},
|
248
|
+
"unknownError": "Nieznany błąd",
|
224
249
|
"unknownPlugin": "nieznana wtyczka"
|
225
250
|
}
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"payload": "carga do plugin",
|
8
8
|
"pluginState": "Estado do plugin",
|
9
9
|
"response": "Resposta",
|
10
|
+
"title": "Detalhes do Plugin",
|
10
11
|
"tool_call": "solicitação de chamada de ferramenta"
|
11
12
|
},
|
12
13
|
"detailModal": {
|
@@ -50,12 +51,13 @@
|
|
50
51
|
"desc": "Lista de parâmetros a serem passados para o comando STDIO",
|
51
52
|
"label": "Parâmetros do comando",
|
52
53
|
"placeholder": "Por exemplo: --port 8080 --debug",
|
53
|
-
"
|
54
|
+
"required": "Por favor, insira os parâmetros de inicialização"
|
54
55
|
},
|
55
56
|
"command": {
|
56
57
|
"desc": "Arquivo executável ou script usado para iniciar o plugin MCP STDIO",
|
57
58
|
"label": "Comando",
|
58
|
-
"placeholder": "Por exemplo: python main.py ou /caminho/para/executável"
|
59
|
+
"placeholder": "Por exemplo: python main.py ou /caminho/para/executável",
|
60
|
+
"required": "Por favor, insira o comando de inicialização"
|
59
61
|
},
|
60
62
|
"endpoint": {
|
61
63
|
"desc": "Insira o endereço do seu Servidor HTTP Streamable MCP",
|
@@ -65,15 +67,29 @@
|
|
65
67
|
"desc": "Dê um nome ao seu plugin MCP, deve usar caracteres em inglês",
|
66
68
|
"invalid": "Somente caracteres em inglês, números, - e _ são permitidos",
|
67
69
|
"label": "Nome do plugin MCP",
|
68
|
-
"placeholder": "Por exemplo: meu-plugin-mcp"
|
70
|
+
"placeholder": "Por exemplo: meu-plugin-mcp",
|
71
|
+
"required": "Por favor, insira o identificador do serviço MCP"
|
69
72
|
},
|
73
|
+
"previewManifest": "Pré-visualizar arquivo de descrição do plugin",
|
74
|
+
"testConnection": "Testar conexão",
|
75
|
+
"testConnectionTip": "O plugin MCP só pode ser usado normalmente após a conexão ser testada com sucesso",
|
70
76
|
"type": {
|
71
77
|
"desc": "Escolha o método de comunicação do plugin MCP, a versão web suporta apenas Streamable HTTP",
|
72
|
-
"
|
78
|
+
"httpFeature1": "Compatível com a versão web e desktop",
|
79
|
+
"httpFeature2": "Conectar ao servidor MCP remoto, sem necessidade de instalação ou configuração adicional",
|
80
|
+
"httpShortDesc": "Protocolo de comunicação baseado em HTTP streaming",
|
81
|
+
"label": "Tipo de plugin MCP",
|
82
|
+
"stdioFeature1": "Menor latência de comunicação, adequado para execução local",
|
83
|
+
"stdioFeature2": "É necessário instalar e executar o servidor MCP localmente",
|
84
|
+
"stdioNotAvailable": "O modo STDIO está disponível apenas na versão desktop",
|
85
|
+
"stdioShortDesc": "Protocolo de comunicação baseado em entrada e saída padrão",
|
86
|
+
"title": "Tipo de plugin MCP"
|
73
87
|
},
|
74
88
|
"url": {
|
75
89
|
"desc": "Insira o endereço HTTP Streamable do seu servidor MCP, que não deve terminar com /sse",
|
76
|
-
"
|
90
|
+
"invalid": "Por favor, insira um URL válido",
|
91
|
+
"label": "URL do Endpoint HTTP",
|
92
|
+
"required": "Por favor, insira o URL do serviço MCP"
|
77
93
|
}
|
78
94
|
},
|
79
95
|
"meta": {
|
@@ -101,12 +117,14 @@
|
|
101
117
|
"label": "Identificador",
|
102
118
|
"pattenErrorMessage": "Apenas caracteres alfanuméricos, - e _ são permitidos"
|
103
119
|
},
|
120
|
+
"lobe": "Plugin {{appName}}",
|
104
121
|
"manifest": {
|
105
122
|
"desc": "{{appName}} será instalado através deste link para adicionar o plugin",
|
106
123
|
"label": "URL do Arquivo de Descrição do Plugin (Manifest)",
|
107
124
|
"preview": "Visualizar Manifesto",
|
108
125
|
"refresh": "Atualizar"
|
109
126
|
},
|
127
|
+
"openai": "Plugin OpenAI",
|
110
128
|
"title": {
|
111
129
|
"desc": "Título do plugin",
|
112
130
|
"label": "Título",
|
@@ -148,6 +166,7 @@
|
|
148
166
|
"noManifest": "Manifesto não encontrado",
|
149
167
|
"openAPIInvalid": "Falha ao analisar o OpenAPI. Erro: \n\n {{error}}",
|
150
168
|
"reinstallError": "Falha ao atualizar o plugin {{name}}",
|
169
|
+
"testConnectionFailed": "Falha ao obter o Manifest: {{error}}",
|
151
170
|
"urlError": "O link não retornou conteúdo no formato JSON. Certifique-se de que o link é válido."
|
152
171
|
},
|
153
172
|
"inspector": {
|
@@ -226,5 +245,6 @@
|
|
226
245
|
},
|
227
246
|
"title": "Loja de Plugins"
|
228
247
|
},
|
248
|
+
"unknownError": "Erro desconhecido",
|
229
249
|
"unknownPlugin": "Plugin desconhecido"
|
230
250
|
}
|