@lobehub/chat 1.109.1 → 1.110.0
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/.cursor/rules/i18n.mdc +1 -2
- package/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/apps/desktop/electron-builder.js +22 -0
- package/apps/desktop/src/main/controllers/McpInstallCtr.ts +153 -0
- package/apps/desktop/src/main/controllers/index.ts +19 -0
- package/apps/desktop/src/main/core/App.ts +46 -0
- package/apps/desktop/src/main/core/infrastructure/IoCContainer.ts +4 -0
- package/apps/desktop/src/main/core/infrastructure/ProtocolManager.ts +256 -0
- package/apps/desktop/src/main/types/protocol.ts +60 -0
- package/apps/desktop/src/main/utils/__tests__/protocol.test.ts +203 -0
- package/apps/desktop/src/main/utils/protocol.ts +210 -0
- package/changelog/v1.json +9 -0
- package/locales/ar/plugin.json +196 -136
- package/locales/bg-BG/plugin.json +204 -144
- package/locales/de-DE/plugin.json +176 -116
- package/locales/en-US/plugin.json +192 -132
- package/locales/es-ES/plugin.json +203 -143
- package/locales/fa-IR/plugin.json +155 -95
- package/locales/fr-FR/plugin.json +161 -101
- package/locales/it-IT/plugin.json +193 -133
- package/locales/ja-JP/plugin.json +195 -135
- package/locales/ko-KR/plugin.json +163 -103
- package/locales/nl-NL/plugin.json +211 -151
- package/locales/pl-PL/plugin.json +171 -111
- package/locales/pt-BR/plugin.json +180 -120
- package/locales/ru-RU/plugin.json +191 -131
- package/locales/tr-TR/plugin.json +187 -127
- package/locales/vi-VN/plugin.json +152 -92
- package/locales/zh-CN/plugin.json +60 -0
- package/locales/zh-TW/plugin.json +157 -97
- package/package.json +2 -1
- package/packages/electron-client-ipc/src/events/index.ts +5 -2
- package/packages/electron-client-ipc/src/events/protocol.ts +29 -0
- package/packages/electron-client-ipc/src/types/index.ts +1 -0
- package/packages/electron-client-ipc/src/types/mcpInstall.ts +19 -0
- package/packages/types/src/plugins/mcp.ts +38 -1
- package/packages/types/src/plugins/protocol.ts +166 -0
- package/src/app/[variants]/(main)/chat/_layout/Desktop/index.tsx +4 -1
- package/src/app/[variants]/(main)/discover/(detail)/mcp/[slug]/features/Sidebar/ActionButton/index.tsx +1 -2
- package/src/components/KeyValueEditor/index.tsx +4 -2
- package/src/features/MCP/MCPInstallProgress/index.tsx +1 -1
- package/src/features/PluginDevModal/MCPManifestForm/index.tsx +30 -36
- package/src/features/PluginStore/McpList/List/Item.tsx +1 -1
- package/src/features/ProtocolUrlHandler/InstallPlugin/ConfigDisplay.tsx +211 -0
- package/src/features/ProtocolUrlHandler/InstallPlugin/CustomPluginInstallModal.tsx +228 -0
- package/src/features/ProtocolUrlHandler/InstallPlugin/OfficialPluginInstallModal/Detail.tsx +44 -0
- package/src/features/ProtocolUrlHandler/InstallPlugin/OfficialPluginInstallModal/index.tsx +105 -0
- package/src/features/ProtocolUrlHandler/InstallPlugin/index.tsx +55 -0
- package/src/features/ProtocolUrlHandler/InstallPlugin/types.ts +45 -0
- package/src/features/ProtocolUrlHandler/index.tsx +30 -0
- package/src/locales/default/plugin.ts +60 -0
- package/src/store/tool/slices/mcpStore/action.ts +127 -1
- package/src/store/tool/slices/mcpStore/initialState.ts +8 -13
- package/src/store/tool/slices/mcpStore/selectors.ts +13 -0
@@ -1,49 +1,49 @@
|
|
1
1
|
{
|
2
2
|
"confirm": "Bevestigen",
|
3
3
|
"debug": {
|
4
|
-
"arguments": "
|
5
|
-
"function_call": "
|
6
|
-
"off": "
|
7
|
-
"on": "
|
8
|
-
"payload": "
|
9
|
-
"pluginState": "
|
10
|
-
"response": "
|
11
|
-
"title": "Plugin
|
12
|
-
"tool_call": "Tool-
|
4
|
+
"arguments": "Aanroepparameters",
|
5
|
+
"function_call": "Functieaanroep",
|
6
|
+
"off": "Debuggen uitschakelen",
|
7
|
+
"on": "Plugin-aanroepinformatie bekijken",
|
8
|
+
"payload": "Plugin payload",
|
9
|
+
"pluginState": "Plugin status",
|
10
|
+
"response": "Resultaat",
|
11
|
+
"title": "Plugin details",
|
12
|
+
"tool_call": "Tool-aanroepverzoek"
|
13
13
|
},
|
14
14
|
"detailModal": {
|
15
15
|
"customPlugin": {
|
16
|
-
"description": "Ga naar de bewerkingspagina voor
|
16
|
+
"description": "Ga naar de bewerkingspagina voor details",
|
17
17
|
"editBtn": "Nu bewerken",
|
18
18
|
"title": "Dit is een aangepaste plugin"
|
19
19
|
},
|
20
20
|
"emptyState": {
|
21
|
-
"description": "Installeer deze
|
22
|
-
"title": "Bekijk
|
21
|
+
"description": "Installeer deze plugin eerst om de mogelijkheden en configuratieopties te bekijken",
|
22
|
+
"title": "Bekijk plugindetails na installatie"
|
23
23
|
},
|
24
24
|
"info": {
|
25
25
|
"description": "API-beschrijving",
|
26
26
|
"name": "API-naam"
|
27
27
|
},
|
28
28
|
"tabs": {
|
29
|
-
"info": "
|
29
|
+
"info": "Pluginmogelijkheden",
|
30
30
|
"manifest": "Installatiebestand",
|
31
31
|
"settings": "Instellingen"
|
32
32
|
},
|
33
|
-
"title": "
|
33
|
+
"title": "Plugindetails"
|
34
34
|
},
|
35
35
|
"dev": {
|
36
|
-
"confirmDeleteDevPlugin": "Weet u zeker dat u deze
|
36
|
+
"confirmDeleteDevPlugin": "Deze lokale plugin wordt verwijderd en kan niet worden hersteld. Weet u zeker dat u deze plugin wilt verwijderen?",
|
37
37
|
"customParams": {
|
38
38
|
"useProxy": {
|
39
|
-
"label": "Installeren via proxy (
|
39
|
+
"label": "Installeren via proxy (schakel dit in bij CORS-fouten en probeer opnieuw te installeren)"
|
40
40
|
}
|
41
41
|
},
|
42
|
-
"deleteSuccess": "
|
42
|
+
"deleteSuccess": "Plugin succesvol verwijderd",
|
43
43
|
"manifest": {
|
44
44
|
"identifier": {
|
45
|
-
"desc": "
|
46
|
-
"label": "
|
45
|
+
"desc": "Unieke identificatie van de plugin",
|
46
|
+
"label": "Identificator"
|
47
47
|
},
|
48
48
|
"mode": {
|
49
49
|
"mcp": "MCP-plugin",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"url": "Online link"
|
52
52
|
},
|
53
53
|
"name": {
|
54
|
-
"desc": "
|
54
|
+
"desc": "Plugin titel",
|
55
55
|
"label": "Titel",
|
56
56
|
"placeholder": "Zoekmachine"
|
57
57
|
}
|
@@ -61,200 +61,200 @@
|
|
61
61
|
"title": "Geavanceerde instellingen"
|
62
62
|
},
|
63
63
|
"args": {
|
64
|
-
"desc": "
|
65
|
-
"label": "Commando-
|
66
|
-
"placeholder": "
|
67
|
-
"required": "Voer
|
64
|
+
"desc": "Parameters doorgeven aan het uitvoeringscommando, meestal hier de MCP-servernaam of het pad naar het opstartscript invoeren",
|
65
|
+
"label": "Commando-argumenten",
|
66
|
+
"placeholder": "Bijv.: mcp-hello-world",
|
67
|
+
"required": "Voer opstartparameters in"
|
68
68
|
},
|
69
69
|
"auth": {
|
70
70
|
"bear": "API-sleutel",
|
71
71
|
"desc": "Kies de authenticatiemethode voor de MCP-server",
|
72
72
|
"label": "Authenticatietype",
|
73
|
-
"none": "Geen authenticatie
|
74
|
-
"placeholder": "Selecteer
|
73
|
+
"none": "Geen authenticatie nodig",
|
74
|
+
"placeholder": "Selecteer authenticatietype",
|
75
75
|
"token": {
|
76
76
|
"desc": "Voer je API-sleutel of Bearer-token in",
|
77
77
|
"label": "API-sleutel",
|
78
78
|
"placeholder": "sk-xxxxx",
|
79
|
-
"required": "Voer
|
79
|
+
"required": "Voer authenticatietoken in"
|
80
80
|
}
|
81
81
|
},
|
82
82
|
"avatar": {
|
83
83
|
"label": "Plugin-icoon"
|
84
84
|
},
|
85
85
|
"command": {
|
86
|
-
"desc": "Uitvoerbaar bestand of script om
|
86
|
+
"desc": "Uitvoerbaar bestand of script om MCP STDIO-server te starten",
|
87
87
|
"label": "Commando",
|
88
|
-
"placeholder": "
|
89
|
-
"required": "Voer
|
88
|
+
"placeholder": "Bijv.: npx / uv / docker enz.",
|
89
|
+
"required": "Voer opstartcommando in"
|
90
90
|
},
|
91
91
|
"desc": {
|
92
|
-
"desc": "Voeg een beschrijving
|
93
|
-
"label": "
|
94
|
-
"placeholder": "
|
92
|
+
"desc": "Voeg een beschrijving toe voor de plugin",
|
93
|
+
"label": "Pluginbeschrijving",
|
94
|
+
"placeholder": "Voeg gebruiks- en scenario-informatie toe"
|
95
95
|
},
|
96
96
|
"endpoint": {
|
97
|
-
"desc": "Voer het adres van je MCP Streamable HTTP
|
97
|
+
"desc": "Voer het adres van je MCP Streamable HTTP-server in",
|
98
98
|
"label": "MCP Endpoint URL"
|
99
99
|
},
|
100
100
|
"env": {
|
101
|
-
"add": "
|
102
|
-
"desc": "Voer de omgevingsvariabelen in die
|
103
|
-
"duplicateKeyError": "
|
104
|
-
"formValidationFailed": "Formuliervalidatie
|
105
|
-
"keyRequired": "
|
106
|
-
"label": "
|
107
|
-
"stringifyError": "Kan parameters niet serialiseren, controleer
|
101
|
+
"add": "Voeg een regel toe",
|
102
|
+
"desc": "Voer de omgevingsvariabelen in die de MCP-server nodig heeft",
|
103
|
+
"duplicateKeyError": "Sleutel moet uniek zijn",
|
104
|
+
"formValidationFailed": "Formuliervalidatie mislukt, controleer parameterindeling",
|
105
|
+
"keyRequired": "Sleutel mag niet leeg zijn",
|
106
|
+
"label": "MCP Server omgevingsvariabelen",
|
107
|
+
"stringifyError": "Kan parameters niet serialiseren, controleer parameterindeling"
|
108
108
|
},
|
109
109
|
"headers": {
|
110
110
|
"add": "Voeg een regel toe",
|
111
|
-
"desc": "Voer
|
111
|
+
"desc": "Voer HTTP-headers in",
|
112
112
|
"label": "HTTP-headers"
|
113
113
|
},
|
114
114
|
"identifier": {
|
115
|
-
"desc": "Geef je MCP-plugin een naam,
|
116
|
-
"invalid": "
|
117
|
-
"label": "MCP
|
118
|
-
"placeholder": "
|
119
|
-
"required": "Voer
|
115
|
+
"desc": "Geef je MCP-plugin een naam, alleen Engelse tekens toegestaan",
|
116
|
+
"invalid": "Identificator mag alleen letters, cijfers, koppeltekens en underscores bevatten",
|
117
|
+
"label": "MCP-pluginnaam",
|
118
|
+
"placeholder": "Bijv.: my-mcp-plugin",
|
119
|
+
"required": "Voer MCP-service-identificator in"
|
120
120
|
},
|
121
|
-
"previewManifest": "
|
121
|
+
"previewManifest": "Plugin manifest bekijken",
|
122
122
|
"quickImport": "Snelle import van JSON-configuratie",
|
123
123
|
"quickImportError": {
|
124
|
-
"empty": "
|
125
|
-
"invalidJson": "
|
124
|
+
"empty": "Inhoud mag niet leeg zijn",
|
125
|
+
"invalidJson": "Ongeldige JSON-indeling",
|
126
126
|
"invalidStructure": "Ongeldige JSON-structuur"
|
127
127
|
},
|
128
|
-
"stdioNotSupported": "
|
129
|
-
"testConnection": "
|
130
|
-
"testConnectionTip": "
|
128
|
+
"stdioNotSupported": "Huidige omgeving ondersteunt geen stdio-type MCP-plugins",
|
129
|
+
"testConnection": "Verbinding testen",
|
130
|
+
"testConnectionTip": "MCP-plugin kan pas normaal worden gebruikt na succesvolle verbindingstest",
|
131
131
|
"type": {
|
132
|
-
"desc": "Kies
|
132
|
+
"desc": "Kies het communicatieprotocol van de MCP-plugin, webversie ondersteunt alleen Streamable HTTP",
|
133
133
|
"httpFeature1": "Compatibel met web- en desktopversies",
|
134
|
-
"httpFeature2": "Verbind met
|
135
|
-
"httpShortDesc": "Communicatieprotocol op
|
136
|
-
"label": "MCP
|
137
|
-
"stdioFeature1": "Lagere
|
138
|
-
"stdioFeature2": "MCP-server moet lokaal
|
139
|
-
"stdioNotAvailable": "STDIO-modus
|
140
|
-
"stdioShortDesc": "Communicatieprotocol op
|
141
|
-
"title": "MCP-
|
134
|
+
"httpFeature2": "Verbind met externe MCP-server zonder extra installatie",
|
135
|
+
"httpShortDesc": "Communicatieprotocol gebaseerd op gestreamde HTTP",
|
136
|
+
"label": "MCP-plugin type",
|
137
|
+
"stdioFeature1": "Lagere communicatielatentie, geschikt voor lokaal gebruik",
|
138
|
+
"stdioFeature2": "MCP-server moet lokaal geïnstalleerd en uitgevoerd worden",
|
139
|
+
"stdioNotAvailable": "STDIO-modus alleen beschikbaar in desktopversie",
|
140
|
+
"stdioShortDesc": "Communicatieprotocol gebaseerd op standaardinvoer/-uitvoer",
|
141
|
+
"title": "MCP-plugin type"
|
142
142
|
},
|
143
143
|
"url": {
|
144
|
-
"desc": "Voer
|
144
|
+
"desc": "Voer het Streamable HTTP-adres van je MCP-server in, SSE-modus wordt niet ondersteund",
|
145
145
|
"invalid": "Voer een geldige URL in",
|
146
|
-
"label": "HTTP Endpoint URL",
|
147
|
-
"required": "Voer
|
146
|
+
"label": "Streamable HTTP Endpoint URL",
|
147
|
+
"required": "Voer MCP-service-URL in"
|
148
148
|
}
|
149
149
|
},
|
150
150
|
"meta": {
|
151
151
|
"author": {
|
152
|
-
"desc": "
|
152
|
+
"desc": "Auteur van de plugin",
|
153
153
|
"label": "Auteur"
|
154
154
|
},
|
155
155
|
"avatar": {
|
156
|
-
"desc": "
|
157
|
-
"label": "
|
156
|
+
"desc": "Plugin-icoon, kan een emoji of URL zijn",
|
157
|
+
"label": "Icoon"
|
158
158
|
},
|
159
159
|
"description": {
|
160
|
-
"desc": "
|
160
|
+
"desc": "Pluginbeschrijving",
|
161
161
|
"label": "Beschrijving",
|
162
|
-
"placeholder": "
|
162
|
+
"placeholder": "Zoek informatie via zoekmachine"
|
163
163
|
},
|
164
164
|
"formFieldRequired": "Dit veld is verplicht",
|
165
165
|
"homepage": {
|
166
|
-
"desc": "
|
166
|
+
"desc": "Startpagina van de plugin",
|
167
167
|
"label": "Startpagina"
|
168
168
|
},
|
169
169
|
"identifier": {
|
170
|
-
"desc": "
|
171
|
-
"errorDuplicate": "
|
172
|
-
"label": "
|
173
|
-
"pattenErrorMessage": "Alleen
|
170
|
+
"desc": "Unieke identificatie van de plugin, wordt automatisch herkend uit manifest",
|
171
|
+
"errorDuplicate": "Identificator is al in gebruik, wijzig deze",
|
172
|
+
"label": "Identificator",
|
173
|
+
"pattenErrorMessage": "Alleen Engelse letters, cijfers, - en _ zijn toegestaan"
|
174
174
|
},
|
175
175
|
"lobe": "{{appName}} plugin",
|
176
176
|
"manifest": {
|
177
|
-
"desc": "{{appName}}
|
178
|
-
"label": "
|
179
|
-
"preview": "
|
177
|
+
"desc": "{{appName}} installeert de plugin via deze link",
|
178
|
+
"label": "Plugin manifest URL",
|
179
|
+
"preview": "Manifest bekijken",
|
180
180
|
"refresh": "Vernieuwen"
|
181
181
|
},
|
182
|
-
"openai": "OpenAI
|
182
|
+
"openai": "OpenAI-plugin",
|
183
183
|
"title": {
|
184
|
-
"desc": "
|
184
|
+
"desc": "Plugin titel",
|
185
185
|
"label": "Titel",
|
186
186
|
"placeholder": "Zoekmachine"
|
187
187
|
}
|
188
188
|
},
|
189
|
-
"metaConfig": "
|
190
|
-
"modalDesc": "Na
|
189
|
+
"metaConfig": "Plugin meta-informatie configuratie",
|
190
|
+
"modalDesc": "Na toevoegen van een aangepaste plugin kan deze gebruikt worden voor ontwikkelvalidatie of direct in gesprekken. Raadpleeg de <1>ontwikkelaarsdocumentatie↗</> voor pluginontwikkeling.",
|
191
191
|
"openai": {
|
192
|
-
"importUrl": "Importeren
|
192
|
+
"importUrl": "Importeren via URL",
|
193
193
|
"schema": "Schema"
|
194
194
|
},
|
195
195
|
"preview": {
|
196
196
|
"api": {
|
197
197
|
"noParams": "Deze tool heeft geen parameters",
|
198
|
-
"noResults": "Geen API
|
198
|
+
"noResults": "Geen API gevonden die aan de zoekcriteria voldoet",
|
199
199
|
"params": "Parameters:",
|
200
200
|
"searchPlaceholder": "Zoek tool..."
|
201
201
|
},
|
202
|
-
"card": "
|
203
|
-
"desc": "
|
202
|
+
"card": "Plugin preview weergave",
|
203
|
+
"desc": "Plugin beschrijving preview",
|
204
204
|
"empty": {
|
205
|
-
"desc": "Na configuratie kunt u hier de
|
206
|
-
"title": "Begin met
|
205
|
+
"desc": "Na configuratie kunt u hier de ondersteunde toolmogelijkheden van de plugin bekijken",
|
206
|
+
"title": "Begin met preview na configuratie"
|
207
207
|
},
|
208
|
-
"title": "
|
208
|
+
"title": "Plugin naam preview"
|
209
209
|
},
|
210
|
-
"save": "
|
211
|
-
"saveSuccess": "
|
210
|
+
"save": "Plugin installeren",
|
211
|
+
"saveSuccess": "Plugin-instellingen succesvol opgeslagen",
|
212
212
|
"tabs": {
|
213
|
-
"manifest": "
|
214
|
-
"meta": "
|
213
|
+
"manifest": "Functionaliteitsmanifest",
|
214
|
+
"meta": "Plugin meta-informatie"
|
215
215
|
},
|
216
216
|
"title": {
|
217
|
-
"create": "Aangepaste
|
218
|
-
"edit": "Aangepaste
|
217
|
+
"create": "Aangepaste plugin toevoegen",
|
218
|
+
"edit": "Aangepaste plugin bewerken"
|
219
219
|
},
|
220
220
|
"type": {
|
221
|
-
"lobe": "
|
222
|
-
"openai": "OpenAI-
|
221
|
+
"lobe": "{{appName}} plugin",
|
222
|
+
"openai": "OpenAI-plugin"
|
223
223
|
},
|
224
224
|
"update": "Bijwerken",
|
225
|
-
"updateSuccess": "
|
225
|
+
"updateSuccess": "Plugin-instellingen succesvol bijgewerkt"
|
226
226
|
},
|
227
227
|
"error": {
|
228
|
-
"fetchError": "
|
229
|
-
"installError": "
|
230
|
-
"manifestInvalid": "Manifest voldoet niet aan de
|
231
|
-
"noManifest": "
|
232
|
-
"openAPIInvalid": "OpenAPI
|
233
|
-
"reinstallError": "
|
228
|
+
"fetchError": "Manifest-link ophalen mislukt, controleer de geldigheid van de link en of cross-origin toegang is toegestaan",
|
229
|
+
"installError": "Plugin {{name}} installatie mislukt",
|
230
|
+
"manifestInvalid": "Manifest voldoet niet aan de specificaties, validatiefout: \n\n {{error}}",
|
231
|
+
"noManifest": "Manifestbestand bestaat niet",
|
232
|
+
"openAPIInvalid": "OpenAPI parsing mislukt, fout: \n\n {{error}}",
|
233
|
+
"reinstallError": "Plugin {{name}} verversen mislukt",
|
234
234
|
"testConnectionFailed": "Manifest ophalen mislukt: {{error}}",
|
235
|
-
"urlError": "De link retourneert geen JSON-
|
235
|
+
"urlError": "De link retourneert geen JSON-inhoud, zorg dat het een geldige link is"
|
236
236
|
},
|
237
237
|
"inspector": {
|
238
238
|
"args": "Bekijk parameterlijst",
|
239
|
-
"pluginRender": "Bekijk
|
239
|
+
"pluginRender": "Bekijk plugin-interface"
|
240
240
|
},
|
241
241
|
"list": {
|
242
242
|
"item": {
|
243
|
-
"deprecated.title": "
|
243
|
+
"deprecated.title": "Verwijderd",
|
244
244
|
"local.config": "Configuratie",
|
245
245
|
"local.title": "Aangepast"
|
246
246
|
}
|
247
247
|
},
|
248
248
|
"loading": {
|
249
|
-
"content": "Plugin
|
249
|
+
"content": "Plugin aan het aanroepen...",
|
250
250
|
"plugin": "Plugin wordt uitgevoerd..."
|
251
251
|
},
|
252
252
|
"localSystem": {
|
253
253
|
"apiName": {
|
254
|
-
"listLocalFiles": "
|
254
|
+
"listLocalFiles": "Bestandslijst bekijken",
|
255
255
|
"moveLocalFiles": "Bestanden verplaatsen",
|
256
|
-
"readLocalFile": "
|
257
|
-
"renameLocalFile": "
|
256
|
+
"readLocalFile": "Bestandsinhoud lezen",
|
257
|
+
"renameLocalFile": "Naam wijzigen",
|
258
258
|
"searchLocalFiles": "Bestanden zoeken",
|
259
259
|
"writeLocalFile": "Bestand schrijven"
|
260
260
|
},
|
@@ -263,15 +263,15 @@
|
|
263
263
|
"mcpInstall": {
|
264
264
|
"CHECKING_INSTALLATION": "Installatieomgeving controleren...",
|
265
265
|
"COMPLETED": "Installatie voltooid",
|
266
|
-
"CONFIGURATION_REQUIRED": "Voltooi de configuratie
|
266
|
+
"CONFIGURATION_REQUIRED": "Voltooi de configuratie om door te gaan met installatie",
|
267
267
|
"ERROR": "Installatiefout",
|
268
268
|
"FETCHING_MANIFEST": "Plugin manifest ophalen...",
|
269
269
|
"GETTING_SERVER_MANIFEST": "MCP-server initialiseren...",
|
270
|
-
"INSTALLING_PLUGIN": "Plugin
|
271
|
-
"configurationDescription": "Deze MCP-plugin vereist configuratieparameters om correct te functioneren
|
270
|
+
"INSTALLING_PLUGIN": "Plugin aan het installeren...",
|
271
|
+
"configurationDescription": "Deze MCP-plugin vereist configuratieparameters om correct te functioneren, vul de benodigde informatie in",
|
272
272
|
"configurationRequired": "Pluginparameters configureren",
|
273
273
|
"continueInstall": "Installatie voortzetten",
|
274
|
-
"dependenciesDescription": "Deze plugin vereist de installatie van de volgende systeemafhankelijkheden
|
274
|
+
"dependenciesDescription": "Deze plugin vereist de installatie van de volgende systeemafhankelijkheden. Installeer de ontbrekende afhankelijkheden volgens de instructies en klik op 'Opnieuw controleren' om door te gaan.",
|
275
275
|
"dependenciesRequired": "Installeer de systeemafhankelijkheden van de plugin",
|
276
276
|
"dependencyStatus": {
|
277
277
|
"installed": "Geïnstalleerd",
|
@@ -280,14 +280,14 @@
|
|
280
280
|
},
|
281
281
|
"errorDetails": {
|
282
282
|
"args": "Parameters",
|
283
|
-
"command": "
|
283
|
+
"command": "Commando",
|
284
284
|
"connectionParams": "Verbindingsparameters",
|
285
285
|
"env": "Omgevingsvariabelen",
|
286
|
-
"errorOutput": "
|
286
|
+
"errorOutput": "Foutlog",
|
287
287
|
"exitCode": "Exitcode",
|
288
288
|
"hideDetails": "Details verbergen",
|
289
289
|
"originalError": "Oorspronkelijke fout",
|
290
|
-
"showDetails": "Details
|
290
|
+
"showDetails": "Details bekijken"
|
291
291
|
},
|
292
292
|
"errorTypes": {
|
293
293
|
"AUTHORIZATION_ERROR": "Autorisatiefout",
|
@@ -300,32 +300,92 @@
|
|
300
300
|
"installError": "MCP-plugin installatie mislukt, reden: {{detail}}",
|
301
301
|
"installMethods": {
|
302
302
|
"manual": "Handmatige installatie:",
|
303
|
-
"recommended": "Aanbevolen
|
303
|
+
"recommended": "Aanbevolen installatie:"
|
304
304
|
},
|
305
305
|
"recheckDependencies": "Opnieuw controleren",
|
306
306
|
"skipDependencies": "Controle overslaan"
|
307
307
|
},
|
308
|
-
"pluginList": "
|
308
|
+
"pluginList": "Pluginlijst",
|
309
|
+
"protocolInstall": {
|
310
|
+
"actions": {
|
311
|
+
"install": "Installeren",
|
312
|
+
"installAnyway": "Toch installeren",
|
313
|
+
"installed": "Geïnstalleerd"
|
314
|
+
},
|
315
|
+
"config": {
|
316
|
+
"args": "Parameters",
|
317
|
+
"command": "Commando",
|
318
|
+
"env": "Omgevingsvariabelen",
|
319
|
+
"headers": "Headers",
|
320
|
+
"title": "Configuratie-informatie",
|
321
|
+
"type": {
|
322
|
+
"http": "Type: HTTP",
|
323
|
+
"label": "Type",
|
324
|
+
"stdio": "Type: Stdio"
|
325
|
+
},
|
326
|
+
"url": "Serviceadres"
|
327
|
+
},
|
328
|
+
"custom": {
|
329
|
+
"badge": "Aangepaste plugin",
|
330
|
+
"security": {
|
331
|
+
"description": "Deze plugin is niet officieel geverifieerd, installatie kan veiligheidsrisico's met zich meebrengen! Zorg dat u de bron vertrouwt.",
|
332
|
+
"title": "⚠️ Veiligheidswaarschuwing"
|
333
|
+
},
|
334
|
+
"title": "Aangepaste plugin installeren"
|
335
|
+
},
|
336
|
+
"marketplace": {
|
337
|
+
"title": "Derde partij plugins installeren",
|
338
|
+
"trustedBy": "Aangeboden door {{name}}",
|
339
|
+
"unverified": {
|
340
|
+
"title": "Ongeverifieerde derde partij plugin",
|
341
|
+
"warning": "Deze plugin komt uit een niet-geverifieerde derde partij markt, bevestig dat u de bron vertrouwt voor installatie."
|
342
|
+
},
|
343
|
+
"verified": "Geverifieerd"
|
344
|
+
},
|
345
|
+
"messages": {
|
346
|
+
"connectionTestFailed": "Verbindingstest mislukt",
|
347
|
+
"installError": "Plugin-installatie mislukt, probeer opnieuw",
|
348
|
+
"installSuccess": "Plugin {{name}} succesvol geïnstalleerd!",
|
349
|
+
"manifestError": "Plugin details ophalen mislukt, controleer netwerkverbinding en probeer opnieuw",
|
350
|
+
"manifestNotFound": "Plugin manifest niet gevonden"
|
351
|
+
},
|
352
|
+
"meta": {
|
353
|
+
"author": "Auteur",
|
354
|
+
"homepage": "Startpagina",
|
355
|
+
"identifier": "Identificator",
|
356
|
+
"source": "Bron",
|
357
|
+
"version": "Versie"
|
358
|
+
},
|
359
|
+
"official": {
|
360
|
+
"badge": "LobeHub officiële plugin",
|
361
|
+
"description": "Deze plugin is ontwikkeld en onderhouden door LobeHub, grondig beveiligd en veilig in gebruik.",
|
362
|
+
"loadingMessage": "Plugin details ophalen...",
|
363
|
+
"loadingTitle": "Bezig met laden",
|
364
|
+
"title": "Officiële plugin installeren"
|
365
|
+
},
|
366
|
+
"title": "MCP-plugin installeren",
|
367
|
+
"warning": "⚠️ Bevestig dat u deze pluginbron vertrouwt, kwaadaardige plugins kunnen uw systeem in gevaar brengen."
|
368
|
+
},
|
309
369
|
"search": {
|
310
370
|
"apiName": {
|
311
|
-
"crawlMultiPages": "Meerdere pagina
|
371
|
+
"crawlMultiPages": "Meerdere pagina's lezen",
|
312
372
|
"crawlSinglePage": "Pagina-inhoud lezen",
|
313
373
|
"search": "Pagina zoeken"
|
314
374
|
},
|
315
375
|
"config": {
|
316
|
-
"addKey": "
|
376
|
+
"addKey": "Sleutel toevoegen",
|
317
377
|
"close": "Verwijderen",
|
318
|
-
"confirm": "Configuratie voltooid en opnieuw
|
378
|
+
"confirm": "Configuratie voltooid en opnieuw geprobeerd"
|
319
379
|
},
|
320
380
|
"crawPages": {
|
321
|
-
"crawling": "Linkherkenning",
|
381
|
+
"crawling": "Linkherkenning bezig",
|
322
382
|
"detail": {
|
323
383
|
"preview": "Voorbeeld",
|
324
|
-
"raw": "
|
325
|
-
"tooLong": "
|
384
|
+
"raw": "Ruwe tekst",
|
385
|
+
"tooLong": "Tekst is te lang, alleen de eerste {{characters}} tekens worden in de context opgenomen"
|
326
386
|
},
|
327
387
|
"meta": {
|
328
|
-
"crawler": "
|
388
|
+
"crawler": "Crawling modus",
|
329
389
|
"words": "Aantal tekens"
|
330
390
|
}
|
331
391
|
},
|
@@ -333,9 +393,9 @@
|
|
333
393
|
"baseURL": "Voer in",
|
334
394
|
"description": "Voer de URL van SearchXNG in om te beginnen met online zoeken",
|
335
395
|
"keyPlaceholder": "Voer sleutel in",
|
336
|
-
"title": "
|
337
|
-
"unconfiguredDesc": "Neem contact op met de beheerder om
|
338
|
-
"unconfiguredTitle": "SearchXNG zoekmachine
|
396
|
+
"title": "SearchXNG zoekmachine configureren",
|
397
|
+
"unconfiguredDesc": "Neem contact op met de beheerder om SearchXNG zoekmachine te configureren en online zoeken te starten",
|
398
|
+
"unconfiguredTitle": "SearchXNG zoekmachine niet geconfigureerd"
|
339
399
|
},
|
340
400
|
"title": "Online zoeken"
|
341
401
|
},
|
@@ -345,66 +405,66 @@
|
|
345
405
|
"prompts": "Promptwoorden",
|
346
406
|
"resources": "Middelen",
|
347
407
|
"title": "Pluginmogelijkheden",
|
348
|
-
"tools": "
|
408
|
+
"tools": "Tools"
|
349
409
|
},
|
350
410
|
"configuration": {
|
351
411
|
"title": "Pluginconfiguratie"
|
352
412
|
},
|
353
413
|
"connection": {
|
354
|
-
"args": "
|
355
|
-
"command": "
|
414
|
+
"args": "Opstartparameters",
|
415
|
+
"command": "Opstartcommando",
|
356
416
|
"title": "Verbindingsinformatie",
|
357
417
|
"type": "Verbindingstype",
|
358
418
|
"url": "Serviceadres"
|
359
419
|
},
|
360
420
|
"edit": "Bewerken",
|
361
|
-
"envConfigDescription": "Deze configuraties worden als omgevingsvariabelen doorgegeven
|
362
|
-
"httpTypeNotice": "HTTP-type MCP-plugins hebben momenteel geen omgevingsvariabelen
|
421
|
+
"envConfigDescription": "Deze configuraties worden als omgevingsvariabelen doorgegeven bij het starten van de MCP-server",
|
422
|
+
"httpTypeNotice": "HTTP-type MCP-plugins hebben momenteel geen omgevingsvariabelen nodig",
|
363
423
|
"indexUrl": {
|
364
424
|
"title": "Marktindex",
|
365
|
-
"tooltip": "Online bewerken
|
425
|
+
"tooltip": "Online bewerken niet ondersteund, stel in via omgevingsvariabelen bij deployment"
|
366
426
|
},
|
367
427
|
"messages": {
|
368
|
-
"connectionUpdateFailed": "
|
428
|
+
"connectionUpdateFailed": "Verbindingsinformatie bijwerken mislukt",
|
369
429
|
"connectionUpdateSuccess": "Verbindingsinformatie succesvol bijgewerkt",
|
370
430
|
"envUpdateFailed": "Opslaan van omgevingsvariabelen mislukt",
|
371
431
|
"envUpdateSuccess": "Omgevingsvariabelen succesvol opgeslagen"
|
372
432
|
},
|
373
|
-
"modalDesc": "Na
|
433
|
+
"modalDesc": "Na configuratie van de pluginmarkt kunt u aangepaste pluginmarkten gebruiken",
|
374
434
|
"rules": {
|
375
435
|
"argsRequired": "Voer opstartparameters in",
|
376
|
-
"commandRequired": "Voer
|
377
|
-
"urlRequired": "Voer
|
436
|
+
"commandRequired": "Voer opstartcommando in",
|
437
|
+
"urlRequired": "Voer serviceadres in"
|
378
438
|
},
|
379
439
|
"saveSettings": "Instellingen opslaan",
|
380
|
-
"title": "
|
440
|
+
"title": "Pluginmarkt instellingen"
|
381
441
|
},
|
382
|
-
"showInPortal": "
|
442
|
+
"showInPortal": "Bekijk details in de werkruimte",
|
383
443
|
"store": {
|
384
444
|
"actions": {
|
385
445
|
"cancel": "Installatie annuleren",
|
386
|
-
"confirmUninstall": "Deze plugin wordt
|
446
|
+
"confirmUninstall": "Deze plugin wordt verwijderd en de configuratie wordt gewist. Bevestig uw actie.",
|
387
447
|
"detail": "Details",
|
388
448
|
"install": "Installeren",
|
389
449
|
"manifest": "Installatiebestand bewerken",
|
390
450
|
"settings": "Instellingen",
|
391
451
|
"uninstall": "Verwijderen"
|
392
452
|
},
|
393
|
-
"communityPlugin": "
|
453
|
+
"communityPlugin": "Derde partij community",
|
394
454
|
"customPlugin": "Aangepast",
|
395
|
-
"empty": "Geen geïnstalleerde plugins
|
455
|
+
"empty": "Geen geïnstalleerde plugins",
|
396
456
|
"emptySelectHint": "Selecteer een plugin om details te bekijken",
|
397
|
-
"installAllPlugins": "
|
398
|
-
"networkError": "
|
399
|
-
"placeholder": "Zoek
|
457
|
+
"installAllPlugins": "Alles installeren",
|
458
|
+
"networkError": "Pluginwinkel ophalen mislukt, controleer netwerkverbinding en probeer opnieuw",
|
459
|
+
"placeholder": "Zoek pluginnaam, beschrijving of trefwoorden...",
|
400
460
|
"releasedAt": "Uitgebracht op {{createdAt}}",
|
401
461
|
"tabs": {
|
402
462
|
"installed": "Geïnstalleerd",
|
403
|
-
"mcp": "MCP-
|
404
|
-
"old": "LobeChat-
|
463
|
+
"mcp": "MCP-plugins",
|
464
|
+
"old": "LobeChat-plugins"
|
405
465
|
},
|
406
466
|
"title": "Pluginwinkel"
|
407
467
|
},
|
408
468
|
"unknownError": "Onbekende fout",
|
409
|
-
"unknownPlugin": "
|
469
|
+
"unknownPlugin": "Onbekende plugin"
|
410
470
|
}
|