@lobehub/chat 0.158.0 → 0.158.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 +50 -0
- package/locales/ar/common.json +1 -0
- package/locales/ar/metadata.json +18 -0
- package/locales/ar/plugin.json +5 -6
- package/locales/ar/tool.json +2 -1
- package/locales/bg-BG/common.json +1 -0
- package/locales/bg-BG/metadata.json +18 -0
- package/locales/bg-BG/plugin.json +5 -6
- package/locales/bg-BG/tool.json +2 -1
- package/locales/de-DE/common.json +1 -0
- package/locales/de-DE/metadata.json +18 -0
- package/locales/de-DE/plugin.json +5 -6
- package/locales/de-DE/tool.json +2 -1
- package/locales/en-US/common.json +2 -1
- package/locales/en-US/metadata.json +18 -0
- package/locales/en-US/plugin.json +5 -6
- package/locales/en-US/tool.json +2 -1
- package/locales/es-ES/common.json +1 -0
- package/locales/es-ES/metadata.json +18 -0
- package/locales/es-ES/plugin.json +5 -6
- package/locales/es-ES/tool.json +2 -1
- package/locales/fr-FR/common.json +1 -0
- package/locales/fr-FR/metadata.json +18 -0
- package/locales/fr-FR/plugin.json +5 -6
- package/locales/fr-FR/tool.json +2 -1
- package/locales/it-IT/common.json +1 -0
- package/locales/it-IT/metadata.json +18 -0
- package/locales/it-IT/plugin.json +5 -6
- package/locales/it-IT/tool.json +2 -1
- package/locales/ja-JP/common.json +1 -0
- package/locales/ja-JP/metadata.json +18 -0
- package/locales/ja-JP/plugin.json +5 -6
- package/locales/ja-JP/tool.json +2 -1
- package/locales/ko-KR/common.json +1 -0
- package/locales/ko-KR/metadata.json +18 -0
- package/locales/ko-KR/plugin.json +5 -6
- package/locales/ko-KR/tool.json +2 -1
- package/locales/nl-NL/common.json +1 -0
- package/locales/nl-NL/metadata.json +18 -0
- package/locales/nl-NL/plugin.json +63 -64
- package/locales/nl-NL/tool.json +2 -1
- package/locales/pl-PL/common.json +1 -0
- package/locales/pl-PL/metadata.json +18 -0
- package/locales/pl-PL/plugin.json +98 -99
- package/locales/pl-PL/tool.json +2 -1
- package/locales/pt-BR/common.json +1 -0
- package/locales/pt-BR/metadata.json +18 -0
- package/locales/pt-BR/plugin.json +5 -6
- package/locales/pt-BR/tool.json +2 -1
- package/locales/ru-RU/common.json +1 -0
- package/locales/ru-RU/metadata.json +18 -0
- package/locales/ru-RU/plugin.json +5 -6
- package/locales/ru-RU/tool.json +2 -1
- package/locales/tr-TR/common.json +1 -0
- package/locales/tr-TR/metadata.json +18 -0
- package/locales/tr-TR/plugin.json +5 -6
- package/locales/tr-TR/tool.json +2 -1
- package/locales/vi-VN/common.json +1 -0
- package/locales/vi-VN/metadata.json +18 -0
- package/locales/vi-VN/plugin.json +5 -6
- package/locales/vi-VN/tool.json +2 -1
- package/locales/zh-CN/common.json +1 -0
- package/locales/zh-CN/metadata.json +18 -0
- package/locales/zh-CN/plugin.json +5 -6
- package/locales/zh-CN/tool.json +2 -1
- package/locales/zh-TW/common.json +1 -0
- package/locales/zh-TW/metadata.json +18 -0
- package/locales/zh-TW/plugin.json +5 -6
- package/locales/zh-TW/tool.json +2 -1
- package/package.json +2 -1
- package/public/manifest.json +76 -16
- package/public/og/cover.png +0 -0
- package/public/screenshots/shot-1.desktop.png +0 -0
- package/public/screenshots/shot-1.mobile.png +0 -0
- package/public/screenshots/shot-2.desktop.png +0 -0
- package/public/screenshots/shot-2.mobile.png +0 -0
- package/public/screenshots/shot-3.desktop.png +0 -0
- package/public/screenshots/shot-3.mobile.png +0 -0
- package/public/screenshots/shot-4.desktop.png +0 -0
- package/public/screenshots/shot-4.mobile.png +0 -0
- package/public/screenshots/shot-5.desktop.png +0 -0
- package/public/screenshots/shot-5.mobile.png +0 -0
- package/src/app/(auth)/login/[[...login]]/page.tsx +14 -7
- package/src/app/(auth)/signup/[[...signup]]/page.tsx +14 -7
- package/src/app/(main)/(mobile)/me/(home)/features/useCategory.tsx +16 -1
- package/src/app/(main)/(mobile)/me/(home)/page.tsx +10 -0
- package/src/app/(main)/(mobile)/me/data/page.tsx +10 -0
- package/src/app/(main)/(mobile)/me/profile/page.tsx +11 -0
- package/src/app/(main)/(mobile)/me/settings/page.tsx +11 -0
- package/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/page.tsx +21 -1
- package/src/app/(main)/market/page.tsx +17 -8
- package/src/app/(main)/profile/[[...slugs]]/page.tsx +7 -4
- package/src/app/(main)/settings/about/page.tsx +5 -2
- package/src/app/(main)/settings/agent/page.tsx +5 -3
- package/src/app/(main)/settings/common/page.tsx +5 -3
- package/src/app/(main)/settings/llm/page.tsx +5 -2
- package/src/app/(main)/settings/sync/page.tsx +5 -3
- package/src/app/(main)/settings/tts/page.tsx +5 -3
- package/src/app/(main)/welcome/page.tsx +19 -6
- package/src/app/layout.tsx +1 -1
- package/src/app/metadata.ts +44 -54
- package/src/app/page.tsx +4 -4
- package/src/components/StructuredData/index.tsx +12 -0
- package/src/features/User/UserPanel/useMenu.tsx +16 -0
- package/src/hooks/usePWAInstall.ts +18 -0
- package/src/locales/default/common.ts +2 -1
- package/src/locales/default/index.ts +2 -0
- package/src/locales/default/metadata.ts +20 -0
- package/src/server/ld.ts +218 -0
- package/src/server/metadata.ts +96 -0
- package/src/server/translation.ts +11 -1
- package/src/utils/genOG.ts +20 -0
- package/public/screenshots/screenshot-1.png +0 -0
- package/public/screenshots/screenshot-2.png +0 -0
- package/public/screenshots/screenshot-3.png +0 -0
- package/public/screenshots/screenshot-4.png +0 -0
- package/src/app/(auth)/login/[[...login]]/PageTitle.tsx +0 -13
- package/src/app/(auth)/signup/[[...signup]]/PageTitle.tsx +0 -13
- /package/public/icons/{maskable-icon-192x192.png → icon-192x192.maskable.png} +0 -0
- /package/public/icons/{maskable-icon-512x512.png → icon-512x512.maskable.png} +0 -0
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "함수 호출",
|
|
5
5
|
"off": "디버그 끄기",
|
|
6
6
|
"on": "플러그인 호출 정보 보기",
|
|
7
|
-
"
|
|
7
|
+
"payload": "페이로드",
|
|
8
|
+
"response": "응답",
|
|
9
|
+
"tool_call": "도구 호출"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "플러그인 실행 중..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "플러그인 목록",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "플러그인을 확인하는 중...",
|
|
133
|
-
"unknown": "알 수 없는 플러그인"
|
|
134
|
-
},
|
|
135
133
|
"setting": "플러그인 설정",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "설치됨"
|
|
163
161
|
},
|
|
164
162
|
"title": "플러그인 스토어"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "알 수 없는 플러그인"
|
|
166
165
|
}
|
package/locales/ko-KR/tool.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat biedt je de beste ChatGPT, OLLaMA, Gemini, Claude WebUI gebruikerservaring",
|
|
4
|
+
"title": "LobeChat: Persoonlijke LLM-productiviteitstool, geef jezelf een slimmer brein"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Content creatie, copywriting, Q&A, beeldgeneratie, videogeneratie, spraakgeneratie, intelligente agent, geautomatiseerde workflows, pas je eigen AI / GPTs / OLLaMA slimme assistent aan",
|
|
8
|
+
"title": "Assistentenmarkt"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Zoeken, grafieken genereren, academisch, beeldgeneratie, videogeneratie, spraakgeneratie, geautomatiseerde workflows, pas ChatGPT / OLLaMA exclusieve ToolCall plug-inmogelijkheden aan",
|
|
12
|
+
"title": "Plug-insmarkt"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat biedt je de beste ChatGPT, OLLaMA, Gemini, Claude WebUI gebruikerservaring",
|
|
16
|
+
"title": "Welkom bij LobeChat: Persoonlijke LLM-productiviteitstool, geef jezelf een slimmer brein"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,111 +1,113 @@
|
|
|
1
1
|
{
|
|
2
2
|
"debug": {
|
|
3
|
-
"arguments": "
|
|
4
|
-
"function_call": "
|
|
5
|
-
"off": "
|
|
6
|
-
"on": "
|
|
7
|
-
"
|
|
3
|
+
"arguments": "Argumenten",
|
|
4
|
+
"function_call": "Functieoproep",
|
|
5
|
+
"off": "Zet debug uit",
|
|
6
|
+
"on": "Bekijk plug-in oproepinformatie",
|
|
7
|
+
"payload": "plug-in payload",
|
|
8
|
+
"response": "Reactie",
|
|
9
|
+
"tool_call": "Tool-oproepverzoek"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
11
|
-
"description": "API
|
|
12
|
-
"name": "API
|
|
13
|
+
"description": "API-beschrijving",
|
|
14
|
+
"name": "API-naam"
|
|
13
15
|
},
|
|
14
16
|
"tabs": {
|
|
15
|
-
"info": "
|
|
16
|
-
"manifest": "
|
|
17
|
-
"settings": "
|
|
17
|
+
"info": "Plug-in mogelijkheden",
|
|
18
|
+
"manifest": "Installatiebestand",
|
|
19
|
+
"settings": "Instellingen"
|
|
18
20
|
},
|
|
19
|
-
"title": "
|
|
21
|
+
"title": "Plug-in Details"
|
|
20
22
|
},
|
|
21
23
|
"dev": {
|
|
22
|
-
"confirmDeleteDevPlugin": "
|
|
24
|
+
"confirmDeleteDevPlugin": "Weet u zeker dat u deze lokale plug-in wilt verwijderen? Eenmaal verwijderd, kan het niet worden hersteld.",
|
|
23
25
|
"customParams": {
|
|
24
26
|
"useProxy": {
|
|
25
|
-
"label": "
|
|
27
|
+
"label": "Installeren via proxy (als u problemen ondervindt met toegang tot cross-origin, probeer dan deze optie in te schakelen en opnieuw te installeren)"
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
|
-
"deleteSuccess": "
|
|
30
|
+
"deleteSuccess": "Plug-in succesvol verwijderd",
|
|
29
31
|
"manifest": {
|
|
30
32
|
"identifier": {
|
|
31
|
-
"desc": "
|
|
32
|
-
"label": "
|
|
33
|
+
"desc": "De unieke identificatie van de plug-in",
|
|
34
|
+
"label": "Identificatie"
|
|
33
35
|
},
|
|
34
36
|
"mode": {
|
|
35
|
-
"local": "
|
|
36
|
-
"local-tooltip": "
|
|
37
|
-
"url": "
|
|
37
|
+
"local": "Visuele configuratie",
|
|
38
|
+
"local-tooltip": "Visuele configuratie wordt op dit moment niet ondersteund",
|
|
39
|
+
"url": "Online link"
|
|
38
40
|
},
|
|
39
41
|
"name": {
|
|
40
|
-
"desc": "
|
|
41
|
-
"label": "
|
|
42
|
-
"placeholder": "
|
|
42
|
+
"desc": "De titel van de plug-in",
|
|
43
|
+
"label": "Titel",
|
|
44
|
+
"placeholder": "Zoekmachine"
|
|
43
45
|
}
|
|
44
46
|
},
|
|
45
47
|
"meta": {
|
|
46
48
|
"author": {
|
|
47
|
-
"desc": "
|
|
48
|
-
"label": "
|
|
49
|
+
"desc": "De auteur van de plug-in",
|
|
50
|
+
"label": "Auteur"
|
|
49
51
|
},
|
|
50
52
|
"avatar": {
|
|
51
|
-
"desc": "
|
|
52
|
-
"label": "
|
|
53
|
+
"desc": "Het pictogram van de plug-in, kan een Emoji of een URL zijn",
|
|
54
|
+
"label": "Pictogram"
|
|
53
55
|
},
|
|
54
56
|
"description": {
|
|
55
|
-
"desc": "
|
|
56
|
-
"label": "
|
|
57
|
-
"placeholder": "
|
|
57
|
+
"desc": "De beschrijving van de plug-in",
|
|
58
|
+
"label": "Beschrijving",
|
|
59
|
+
"placeholder": "Informatie verkrijgen van zoekmachines"
|
|
58
60
|
},
|
|
59
|
-
"formFieldRequired": "
|
|
61
|
+
"formFieldRequired": "Dit veld is verplicht",
|
|
60
62
|
"homepage": {
|
|
61
|
-
"desc": "
|
|
62
|
-
"label": "
|
|
63
|
+
"desc": "De startpagina van de plug-in",
|
|
64
|
+
"label": "Startpagina"
|
|
63
65
|
},
|
|
64
66
|
"identifier": {
|
|
65
|
-
"desc": "
|
|
66
|
-
"errorDuplicate": "
|
|
67
|
-
"label": "
|
|
68
|
-
"pattenErrorMessage": "
|
|
67
|
+
"desc": "De unieke identificatie van de plug-in, ondersteunt alleen alfanumerieke tekens, koppelteken - en underscore _",
|
|
68
|
+
"errorDuplicate": "De identificatie wordt al gebruikt door een andere plug-in, wijzig de identificatie",
|
|
69
|
+
"label": "Identificatie",
|
|
70
|
+
"pattenErrorMessage": "Alleen alfanumerieke tekens, koppelteken - en underscore _ zijn toegestaan"
|
|
69
71
|
},
|
|
70
72
|
"manifest": {
|
|
71
|
-
"desc": "LobeChat
|
|
72
|
-
"label": "
|
|
73
|
-
"preview": "
|
|
74
|
-
"refresh": "
|
|
73
|
+
"desc": "LobeChat zal de plug-in installeren via deze link",
|
|
74
|
+
"label": "Plug-in Beschrijving (Manifest) URL",
|
|
75
|
+
"preview": "Voorbeeld",
|
|
76
|
+
"refresh": "Vernieuwen"
|
|
75
77
|
},
|
|
76
78
|
"title": {
|
|
77
|
-
"desc": "
|
|
78
|
-
"label": "
|
|
79
|
-
"placeholder": "
|
|
79
|
+
"desc": "De titel van de plug-in",
|
|
80
|
+
"label": "Titel",
|
|
81
|
+
"placeholder": "Zoekmachine"
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
|
-
"metaConfig": "
|
|
83
|
-
"modalDesc": "
|
|
84
|
+
"metaConfig": "Configuratie van plug-inmetadata",
|
|
85
|
+
"modalDesc": "Na het toevoegen van een aangepaste plug-in kan deze worden gebruikt voor verificatie van plug-inontwikkeling of direct in de sessie. Raadpleeg de <1>ontwikkelingsdocumentatie↗</> voor plug-inontwikkeling.",
|
|
84
86
|
"openai": {
|
|
85
|
-
"importUrl": "
|
|
87
|
+
"importUrl": "Importeren van URL-link",
|
|
86
88
|
"schema": "Schema"
|
|
87
89
|
},
|
|
88
90
|
"preview": {
|
|
89
|
-
"card": "
|
|
90
|
-
"desc": "
|
|
91
|
-
"title": "
|
|
91
|
+
"card": "Voorbeeld van plug-inweergave",
|
|
92
|
+
"desc": "Voorbeeld van plug-inbeschrijving",
|
|
93
|
+
"title": "Voorbeeld van plug-innaam"
|
|
92
94
|
},
|
|
93
|
-
"save": "
|
|
94
|
-
"saveSuccess": "
|
|
95
|
+
"save": "Installeer plug-in",
|
|
96
|
+
"saveSuccess": "Instellingen van plug-in succesvol opgeslagen",
|
|
95
97
|
"tabs": {
|
|
96
|
-
"manifest": "
|
|
97
|
-
"meta": "
|
|
98
|
+
"manifest": "Functiebeschrijving Manifest (Manifest)",
|
|
99
|
+
"meta": "Plug-in Metadata"
|
|
98
100
|
},
|
|
99
101
|
"title": {
|
|
100
|
-
"create": "
|
|
101
|
-
"edit": "
|
|
102
|
+
"create": "Aangepaste plug-in toevoegen",
|
|
103
|
+
"edit": "Aangepaste plug-in bewerken"
|
|
102
104
|
},
|
|
103
105
|
"type": {
|
|
104
|
-
"lobe": "LobeChat
|
|
105
|
-
"openai": "OpenAI
|
|
106
|
+
"lobe": "LobeChat-plug-in",
|
|
107
|
+
"openai": "OpenAI-plug-in"
|
|
106
108
|
},
|
|
107
|
-
"update": "
|
|
108
|
-
"updateSuccess": "
|
|
109
|
+
"update": "Bijwerken",
|
|
110
|
+
"updateSuccess": "Instellingen van plug-in succesvol bijgewerkt"
|
|
109
111
|
},
|
|
110
112
|
"error": {
|
|
111
113
|
"fetchError": "Het ophalen van de manifest-link is mislukt. Zorg ervoor dat de link geldig is en controleer of de link cross-origin toegang toestaat.",
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Plugin wordt uitgevoerd..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Lijst met plugins",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Plugins worden gecontroleerd...",
|
|
133
|
-
"unknown": "Onbekende plugin"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Plugin-instellingen",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Geïnstalleerd"
|
|
163
161
|
},
|
|
164
162
|
"title": "Pluginwinkel"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "onbekende plugin"
|
|
166
165
|
}
|
package/locales/nl-NL/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "De link naar de afbeelding gegenereerd door DallE3 is slechts 1 uur geldig. De afbeelding wordt lokaal in de cache opgeslagen...",
|
|
5
5
|
"generate": "Genereren",
|
|
6
6
|
"generating": "Bezig met genereren...",
|
|
7
|
-
"images": "Afbeeldingen:"
|
|
7
|
+
"images": "Afbeeldingen:",
|
|
8
|
+
"prompt": "prompt"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat zapewnia najlepsze doświadczenie użytkowania ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: narzędzie do poprawy efektywności osobistej LLM, dając sobie bardziej inteligentny umysł"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Tworzenie treści, copywriting, pytania i odpowiedzi, generowanie obrazów, generowanie wideo, generowanie głosu, inteligentny agent, automatyzacja workflowów - dostosuj swojego własnego asystenta AI / GPTs / OLLaMA",
|
|
8
|
+
"title": "Rynek asystentów"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Wyszukiwanie, generowanie wykresów, akademickie, generowanie obrazów, generowanie wideo, generowanie głosu, automatyzacja workflowów - dostosuj ekskluzywne możliwości narzędzi ToolCall dla ChatGPT / OLLaMA",
|
|
12
|
+
"title": "Rynek wtyczek"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat zapewnia najlepsze doświadczenie użytkowania ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "Witaj w LobeChat: narzędziu do poprawy efektywności osobistej LLM, dając sobie bardziej inteligentny umysł"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,166 +1,165 @@
|
|
|
1
1
|
{
|
|
2
2
|
"debug": {
|
|
3
|
-
"arguments": "
|
|
4
|
-
"function_call": "
|
|
5
|
-
"off": "
|
|
6
|
-
"on": "
|
|
7
|
-
"
|
|
3
|
+
"arguments": "Argumenty",
|
|
4
|
+
"function_call": "Wywołanie funkcji",
|
|
5
|
+
"off": "Wyłącz debugowanie",
|
|
6
|
+
"on": "Wyświetl informacje o wywołaniach wtyczki",
|
|
7
|
+
"payload": "dane wejściowe wtyczki",
|
|
8
|
+
"response": "Odpowiedź",
|
|
9
|
+
"tool_call": "żądanie wywołania narzędzia"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
11
|
-
"description": "API
|
|
12
|
-
"name": "API
|
|
13
|
+
"description": "Opis interfejsu API",
|
|
14
|
+
"name": "Nazwa interfejsu API"
|
|
13
15
|
},
|
|
14
16
|
"tabs": {
|
|
15
|
-
"info": "
|
|
16
|
-
"manifest": "
|
|
17
|
-
"settings": "
|
|
17
|
+
"info": "Zdolności wtyczki",
|
|
18
|
+
"manifest": "Plik instalacyjny",
|
|
19
|
+
"settings": "Ustawienia"
|
|
18
20
|
},
|
|
19
|
-
"title": "
|
|
21
|
+
"title": "Szczegóły wtyczki"
|
|
20
22
|
},
|
|
21
23
|
"dev": {
|
|
22
|
-
"confirmDeleteDevPlugin": "
|
|
24
|
+
"confirmDeleteDevPlugin": "Czy na pewno chcesz usunąć tę lokalną wtyczkę? Po usunięciu nie będzie możliwe jej odzyskanie.",
|
|
23
25
|
"customParams": {
|
|
24
26
|
"useProxy": {
|
|
25
|
-
"label": "
|
|
27
|
+
"label": "Zainstaluj za pośrednictwem serwera proxy (jeśli występują błędy dostępu z innej domeny, spróbuj włączyć tę opcję i ponownie zainstalować)"
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
|
-
"deleteSuccess": "
|
|
30
|
+
"deleteSuccess": "Wtyczka została pomyślnie usunięta",
|
|
29
31
|
"manifest": {
|
|
30
32
|
"identifier": {
|
|
31
|
-
"desc": "
|
|
32
|
-
"label": "
|
|
33
|
+
"desc": "Unikalny identyfikator wtyczki",
|
|
34
|
+
"label": "Identyfikator"
|
|
33
35
|
},
|
|
34
36
|
"mode": {
|
|
35
|
-
"local": "
|
|
36
|
-
"local-tooltip": "
|
|
37
|
-
"url": "
|
|
37
|
+
"local": "Konfiguracja wizualna",
|
|
38
|
+
"local-tooltip": "Konfiguracja wizualna nie jest obecnie obsługiwana",
|
|
39
|
+
"url": "Link online"
|
|
38
40
|
},
|
|
39
41
|
"name": {
|
|
40
|
-
"desc": "
|
|
41
|
-
"label": "
|
|
42
|
-
"placeholder": "
|
|
42
|
+
"desc": "Tytuł wtyczki",
|
|
43
|
+
"label": "Tytuł",
|
|
44
|
+
"placeholder": "Wyszukiwarka"
|
|
43
45
|
}
|
|
44
46
|
},
|
|
45
47
|
"meta": {
|
|
46
48
|
"author": {
|
|
47
|
-
"desc": "
|
|
48
|
-
"label": "
|
|
49
|
+
"desc": "Autor wtyczki",
|
|
50
|
+
"label": "Autor"
|
|
49
51
|
},
|
|
50
52
|
"avatar": {
|
|
51
|
-
"desc": "
|
|
52
|
-
"label": "
|
|
53
|
+
"desc": "Ikona wtyczki, może być emotikonem lub adresem URL",
|
|
54
|
+
"label": "Ikona"
|
|
53
55
|
},
|
|
54
56
|
"description": {
|
|
55
|
-
"desc": "
|
|
56
|
-
"label": "
|
|
57
|
-
"placeholder": "
|
|
57
|
+
"desc": "Opis wtyczki",
|
|
58
|
+
"label": "Opis",
|
|
59
|
+
"placeholder": "Pobierz informacje z wyszukiwarek"
|
|
58
60
|
},
|
|
59
|
-
"formFieldRequired": "
|
|
61
|
+
"formFieldRequired": "To pole jest wymagane",
|
|
60
62
|
"homepage": {
|
|
61
|
-
"desc": "
|
|
62
|
-
"label": "
|
|
63
|
+
"desc": "Strona główna wtyczki",
|
|
64
|
+
"label": "Strona główna"
|
|
63
65
|
},
|
|
64
66
|
"identifier": {
|
|
65
|
-
"desc": "
|
|
66
|
-
"errorDuplicate": "
|
|
67
|
-
"label": "
|
|
68
|
-
"pattenErrorMessage": "
|
|
67
|
+
"desc": "Unikalny identyfikator wtyczki, obsługuje tylko znaki alfanumeryczne, myślnik - i podkreślenie _",
|
|
68
|
+
"errorDuplicate": "Identyfikator jest już używany przez inną wtyczkę, proszę zmień identyfikator",
|
|
69
|
+
"label": "Identyfikator",
|
|
70
|
+
"pattenErrorMessage": "Dozwolone są tylko znaki alfanumeryczne, myślnik - i podkreślenie _"
|
|
69
71
|
},
|
|
70
72
|
"manifest": {
|
|
71
|
-
"desc": "LobeChat
|
|
72
|
-
"label": "
|
|
73
|
-
"preview": "
|
|
74
|
-
"refresh": "
|
|
73
|
+
"desc": "LobeChat zainstaluje wtyczkę za pomocą tego linku",
|
|
74
|
+
"label": "Opis wtyczki (Manifest) URL",
|
|
75
|
+
"preview": "Podgląd",
|
|
76
|
+
"refresh": "Odśwież"
|
|
75
77
|
},
|
|
76
78
|
"title": {
|
|
77
|
-
"desc": "
|
|
78
|
-
"label": "
|
|
79
|
-
"placeholder": "
|
|
79
|
+
"desc": "Tytuł wtyczki",
|
|
80
|
+
"label": "Tytuł",
|
|
81
|
+
"placeholder": "Wyszukiwarka"
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
|
-
"metaConfig": "
|
|
83
|
-
"modalDesc": "
|
|
84
|
+
"metaConfig": "Konfiguracja metadanych wtyczki",
|
|
85
|
+
"modalDesc": "Po dodaniu niestandardowej wtyczki można jej używać do weryfikacji rozwoju wtyczki lub bezpośrednio w sesji. Proszę odnieść się do <1>dokumentacji rozwojowej↗</> dotyczącej rozwoju wtyczki.",
|
|
84
86
|
"openai": {
|
|
85
|
-
"importUrl": "
|
|
86
|
-
"schema": "
|
|
87
|
+
"importUrl": "Importuj z linku URL",
|
|
88
|
+
"schema": "Schemat"
|
|
87
89
|
},
|
|
88
90
|
"preview": {
|
|
89
|
-
"card": "
|
|
90
|
-
"desc": "
|
|
91
|
-
"title": "
|
|
91
|
+
"card": "Podgląd wyświetlania wtyczki",
|
|
92
|
+
"desc": "Podgląd opisu wtyczki",
|
|
93
|
+
"title": "Podgląd nazwy wtyczki"
|
|
92
94
|
},
|
|
93
|
-
"save": "
|
|
94
|
-
"saveSuccess": "
|
|
95
|
+
"save": "Zainstaluj wtyczkę",
|
|
96
|
+
"saveSuccess": "Ustawienia wtyczki zostały pomyślnie zapisane",
|
|
95
97
|
"tabs": {
|
|
96
|
-
"manifest": "
|
|
97
|
-
"meta": "
|
|
98
|
+
"manifest": "Opis funkcji manifestu (Manifest)",
|
|
99
|
+
"meta": "Metadane wtyczki"
|
|
98
100
|
},
|
|
99
101
|
"title": {
|
|
100
|
-
"create": "
|
|
101
|
-
"edit": "
|
|
102
|
+
"create": "Dodaj niestandardową wtyczkę",
|
|
103
|
+
"edit": "Edytuj niestandardową wtyczkę"
|
|
102
104
|
},
|
|
103
105
|
"type": {
|
|
104
|
-
"lobe": "LobeChat
|
|
105
|
-
"openai": "OpenAI
|
|
106
|
+
"lobe": "Wtyczka LobeChat",
|
|
107
|
+
"openai": "Wtyczka OpenAI"
|
|
106
108
|
},
|
|
107
|
-
"update": "
|
|
108
|
-
"updateSuccess": "
|
|
109
|
+
"update": "Aktualizuj",
|
|
110
|
+
"updateSuccess": "Ustawienia wtyczki zostały pomyślnie zaktualizowane"
|
|
109
111
|
},
|
|
110
112
|
"error": {
|
|
111
|
-
"fetchError": "
|
|
112
|
-
"installError": "
|
|
113
|
-
"manifestInvalid": "
|
|
114
|
-
"noManifest": "
|
|
115
|
-
"openAPIInvalid": "OpenAPI
|
|
116
|
-
"reinstallError": "
|
|
117
|
-
"urlError": "
|
|
113
|
+
"fetchError": "Nie udało się pobrać linku manifestu. Upewnij się, że link jest poprawny i zezwala na dostęp z innej domeny.",
|
|
114
|
+
"installError": "Instalacja wtyczki {{name}} nie powiodła się",
|
|
115
|
+
"manifestInvalid": "Manifest nie spełnia specyfikacji. Wynik walidacji: \n\n {{error}}",
|
|
116
|
+
"noManifest": "Plik manifestu nie istnieje",
|
|
117
|
+
"openAPIInvalid": "Analiza OpenAPI nie powiodła się. Błąd: \n\n {{error}}",
|
|
118
|
+
"reinstallError": "Nie udało się odświeżyć wtyczki {{name}}",
|
|
119
|
+
"urlError": "Link nie zwrócił treści w formacie JSON. Upewnij się, że jest to poprawny link."
|
|
118
120
|
},
|
|
119
121
|
"list": {
|
|
120
122
|
"item": {
|
|
121
|
-
"deprecated.title": "
|
|
122
|
-
"local.config": "
|
|
123
|
-
"local.title": "
|
|
123
|
+
"deprecated.title": "Usunięte",
|
|
124
|
+
"local.config": "Konfiguracja",
|
|
125
|
+
"local.title": "Lokalne"
|
|
124
126
|
}
|
|
125
127
|
},
|
|
126
128
|
"loading": {
|
|
127
|
-
"content": "
|
|
128
|
-
"plugin": "
|
|
129
|
+
"content": "Wywoływanie wtyczki...",
|
|
130
|
+
"plugin": "Wtyczka jest uruchomiona..."
|
|
129
131
|
},
|
|
130
|
-
"pluginList": "
|
|
131
|
-
"
|
|
132
|
-
"loading": "插件检测中...",
|
|
133
|
-
"unknown": "未知插件"
|
|
134
|
-
},
|
|
135
|
-
"setting": "插件设置",
|
|
132
|
+
"pluginList": "Lista wtyczek",
|
|
133
|
+
"setting": "Ustawienia wtyczki",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
138
|
-
"title": "
|
|
139
|
-
"tooltip": "
|
|
136
|
+
"title": "Indeks sklepu",
|
|
137
|
+
"tooltip": "Edycja nie jest obecnie obsługiwana"
|
|
140
138
|
},
|
|
141
|
-
"modalDesc": "
|
|
142
|
-
"title": "
|
|
139
|
+
"modalDesc": "Po skonfigurowaniu adresu sklepu wtyczek możesz korzystać z niestandardowego sklepu wtyczek",
|
|
140
|
+
"title": "Skonfiguruj sklep wtyczek"
|
|
143
141
|
},
|
|
144
142
|
"store": {
|
|
145
143
|
"actions": {
|
|
146
|
-
"confirmUninstall": "
|
|
147
|
-
"detail": "
|
|
148
|
-
"install": "
|
|
149
|
-
"manifest": "
|
|
150
|
-
"settings": "
|
|
151
|
-
"uninstall": "
|
|
144
|
+
"confirmUninstall": "Wtyczka zostanie odinstalowana. Po odinstalowaniu konfiguracja wtyczki zostanie wyczyszczona. Potwierdź swoje działanie.",
|
|
145
|
+
"detail": "Szczegóły",
|
|
146
|
+
"install": "Instaluj",
|
|
147
|
+
"manifest": "Edytuj plik instalacyjny",
|
|
148
|
+
"settings": "Ustawienia",
|
|
149
|
+
"uninstall": "Odinstaluj"
|
|
152
150
|
},
|
|
153
|
-
"communityPlugin": "
|
|
154
|
-
"customPlugin": "
|
|
155
|
-
"empty": "
|
|
156
|
-
"installAllPlugins": "
|
|
157
|
-
"networkError": "
|
|
158
|
-
"placeholder": "
|
|
159
|
-
"releasedAt": "
|
|
151
|
+
"communityPlugin": "Wtyczka społecznościowa",
|
|
152
|
+
"customPlugin": "Niestandardowa wtyczka",
|
|
153
|
+
"empty": "Brak zainstalowanych wtyczek",
|
|
154
|
+
"installAllPlugins": "Zainstaluj wszystkie",
|
|
155
|
+
"networkError": "Nie udało się pobrać sklepu wtyczek. Sprawdź swoje połączenie sieciowe i spróbuj ponownie",
|
|
156
|
+
"placeholder": "Szukaj nazwy wtyczki, opisu lub słowa kluczowego...",
|
|
157
|
+
"releasedAt": "Wydane {{createdAt}}",
|
|
160
158
|
"tabs": {
|
|
161
|
-
"all": "
|
|
162
|
-
"installed": "
|
|
159
|
+
"all": "Wszystkie",
|
|
160
|
+
"installed": "Zainstalowane"
|
|
163
161
|
},
|
|
164
|
-
"title": "
|
|
165
|
-
}
|
|
162
|
+
"title": "Sklep wtyczek"
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "nieznana wtyczka"
|
|
166
165
|
}
|
package/locales/pl-PL/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "Linki do obrazów wygenerowanych przez DallE3 są ważne tylko przez 1 godzinę. Trwa pobieranie obrazów do lokalnego bufora...",
|
|
5
5
|
"generate": "Generuj",
|
|
6
6
|
"generating": "Generowanie...",
|
|
7
|
-
"images": "Obrazy:"
|
|
7
|
+
"images": "Obrazy:",
|
|
8
|
+
"prompt": "słowo kluczowe"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat oferece a melhor experiência de uso do ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: Ferramenta de produtividade pessoal LLM para um cérebro mais inteligente"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Criação de conteúdo, redação, perguntas e respostas, geração de imagens, geração de vídeos, geração de voz, agente inteligente, fluxo de trabalho automatizado, personalize seu assistente de IA / GPTs / OLLaMA exclusivo",
|
|
8
|
+
"title": "Mercado de assistentes"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Pesquisa, geração de gráficos, acadêmico, geração de imagens, geração de vídeos, geração de voz, fluxo de trabalho automatizado, personalize a capacidade de plug-in exclusiva do ChatGPT / OLLaMA com ToolCall",
|
|
12
|
+
"title": "Mercado de plug-ins"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat oferece a melhor experiência de uso do ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "Bem-vindo ao LobeChat: Ferramenta de produtividade pessoal LLM para um cérebro mais inteligente"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Chamada de Função",
|
|
5
5
|
"off": "Desativar Depuração",
|
|
6
6
|
"on": "Ver Informações de Chamada de Plugin",
|
|
7
|
-
"
|
|
7
|
+
"payload": "carga do plugin",
|
|
8
|
+
"response": "Resposta",
|
|
9
|
+
"tool_call": "solicitação de chamada de ferramenta"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Executando o plugin..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Lista de Plugins",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Verificando plugins...",
|
|
133
|
-
"unknown": "Plugin desconhecido"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Configuração do Plugin",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Instalados"
|
|
163
161
|
},
|
|
164
162
|
"title": "Loja de Plugins"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Plugin desconhecido"
|
|
166
165
|
}
|