@lobehub/chat 0.158.0 → 0.158.1
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 +25 -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)/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
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
### [Version 0.158.1](https://github.com/lobehub/lobe-chat/compare/v0.158.0...v0.158.1)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2024-05-13**</sup>
|
|
8
|
+
|
|
9
|
+
#### 💄 Styles
|
|
10
|
+
|
|
11
|
+
- **misc**: Add PWA install and metadata & ld generate.
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
<details>
|
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
17
|
+
|
|
18
|
+
#### Styles
|
|
19
|
+
|
|
20
|
+
- **misc**: Add PWA install and metadata & ld generate, closes [#2438](https://github.com/lobehub/lobe-chat/issues/2438) ([6e9c69a](https://github.com/lobehub/lobe-chat/commit/6e9c69a))
|
|
21
|
+
|
|
22
|
+
</details>
|
|
23
|
+
|
|
24
|
+
<div align="right">
|
|
25
|
+
|
|
26
|
+
[](#readme-top)
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
5
30
|
## [Version 0.158.0](https://github.com/lobehub/lobe-chat/compare/v0.157.2...v0.158.0)
|
|
6
31
|
|
|
7
32
|
<sup>Released on **2024-05-13**</sup>
|
package/locales/ar/common.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "تقدم LobeChat أفضل تجربة استخدام لـ ChatGPT و OLLaMA و Gemini و Claude WebUI",
|
|
4
|
+
"title": "LobeChat: أداة أداء شخصية LLM، لتمنح نفسك عقلًا أكثر ذكاءً"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "إنشاء محتوى، كتابة نصوص، إجابة على الأسئلة، إنشاء صور، إنشاء فيديو، إنشاء صوت، وكيل ذكاء اصطناعي، سير عمل تلقائي، قم بتخصيص مساعد ذكاء اصطناعي / GPTs / OLLaMA الخاص بك",
|
|
8
|
+
"title": "سوق المساعدين"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "البحث، إنشاء رسوم بيانية، أكاديمي، إنشاء صور، إنشاء فيديو، إنشاء صوت، سير عمل تلقائي، قم بتخصيص قدرات الإضافات الخاصة بـ ChatGPT / OLLaMA",
|
|
12
|
+
"title": "سوق الإضافات"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "تقدم LobeChat أفضل تجربة استخدام لـ ChatGPT و OLLaMA و Gemini و Claude WebUI",
|
|
16
|
+
"title": "مرحبًا بك في استخدام LobeChat: أداة أداء شخصية LLM، لتمنح نفسك عقلًا أكثر ذكاءً"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/locales/ar/plugin.json
CHANGED
|
@@ -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/ar/tool.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat предлага най-доброто използване на ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: Личен инструмент за ефективност на LLM, даващ по-умен мозък"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Създаване на съдържание, копирайтинг, въпроси и отговори, генериране на изображения, генериране на видео, генериране на глас, интелигентен агент, автоматизирани работни процеси, персонализирайте си собствения AI / GPTs / OLLaMA интелигентен асистент",
|
|
8
|
+
"title": "Пазар на асистенти"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Търсене, генериране на диаграми, академични изследвания, генериране на изображения, генериране на видео, генериране на глас, автоматизирани работни процеси, персонализирайте си собствените способности на ChatGPT / OLLaMA с инструментите на ToolCall",
|
|
12
|
+
"title": "Пазар на добавки"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat предлага най-доброто използване на ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "Добре дошли в LobeChat: Личен инструмент за ефективност на LLM, даващ по-умен мозък"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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/bg-BG/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "Връзките към изображенията, генерирани от DALL·E3, са валидни само за 1 час, кеширане на изображенията локално...",
|
|
5
5
|
"generate": "Генерирай",
|
|
6
6
|
"generating": "Генериране...",
|
|
7
|
-
"images": "Изображения:"
|
|
7
|
+
"images": "Изображения:",
|
|
8
|
+
"prompt": "подсказка"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat bietet Ihnen das beste ChatGPT-, OLLaMA-, Gemini- und Claude-WebUI-Nutzererlebnis.",
|
|
4
|
+
"title": "LobeChat: Persönliches LLM-Produktivitätstool, um deinem Gehirn mehr Intelligenz zu verleihen"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Inhalts-Erstellung, Copywriting, Fragen & Antworten, Bildgenerierung, Videogenerierung, Sprachgenerierung, intelligente Agenten, Automatisierungs-Workflows - gestalten Sie Ihren eigenen AI / GPTs / OLLaMA intelligenten Assistenten",
|
|
8
|
+
"title": "Assistentenmarkt"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Suche, Diagrammerstellung, Akademisch, Bildgenerierung, Videogenerierung, Sprachgenerierung, Automatisierungs-Workflows - passen Sie die exklusiven ToolCall-Plugin-Fähigkeiten für ChatGPT / OLLaMA an",
|
|
12
|
+
"title": "Plugin-Markt"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat bietet Ihnen das beste ChatGPT-, OLLaMA-, Gemini- und Claude-WebUI-Nutzererlebnis.",
|
|
16
|
+
"title": "Willkommen bei LobeChat: Persönliches LLM-Produktivitätstool, um deinem Gehirn mehr Intelligenz zu verleihen"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Funktionsaufruf",
|
|
5
5
|
"off": "Debugging deaktivieren",
|
|
6
6
|
"on": "Plugin-Aufrufinformationen anzeigen",
|
|
7
|
-
"
|
|
7
|
+
"payload": "Plugin-Payload",
|
|
8
|
+
"response": "Antwort",
|
|
9
|
+
"tool_call": "Tool Call Request"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Plugin wird ausgeführt..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Plugin-Liste",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Plugins werden überprüft...",
|
|
133
|
-
"unknown": "Unbekanntes Plugin"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Plugin-Einstellung",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Installiert"
|
|
163
161
|
},
|
|
164
162
|
"title": "Plugin-Shop"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Unbekanntes Plugin"
|
|
166
165
|
}
|
package/locales/de-DE/tool.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"copySuccess": "Copied successfully",
|
|
15
15
|
"dataStatistics": {
|
|
16
16
|
"messages": "Messages",
|
|
17
|
-
"sessions": "
|
|
17
|
+
"sessions": "Agents",
|
|
18
18
|
"today": "Today's New",
|
|
19
19
|
"topics": "Topics"
|
|
20
20
|
},
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"title": "Import Data"
|
|
60
60
|
},
|
|
61
|
+
"installPWA": "Install browser app",
|
|
61
62
|
"lang": {
|
|
62
63
|
"ar": "Arabic",
|
|
63
64
|
"bg-BG": "Bulgarian",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat offers you the best ChatGPT, OLLaMA, Gemini, Claude WebUI user experience",
|
|
4
|
+
"title": "LobeChat: Personal LLM Productivity Tool, Give Yourself a Smarter Brain"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Content creation, copywriting, Q&A, image generation, video generation, voice generation, smart agents, automation workflows, customize your own AI / GPTs / OLLaMA intelligent agent",
|
|
8
|
+
"title": "Agent Market"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Search, chart generation, academic, image generation, video generation, voice generation, automation workflows, customize ChatGPT / OLLaMA exclusive ToolCall plugin capabilities",
|
|
12
|
+
"title": "Plugin Market"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat offers you the best ChatGPT, OLLaMA, Gemini, Claude WebUI user experience",
|
|
16
|
+
"title": "Welcome to LobeChat: Personal LLM Productivity Tool, Give Yourself a Smarter Brain"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Function Call",
|
|
5
5
|
"off": "Turn off debug",
|
|
6
6
|
"on": "View plugin invocation information",
|
|
7
|
-
"
|
|
7
|
+
"payload": "plugin payload",
|
|
8
|
+
"response": "Response",
|
|
9
|
+
"tool_call": "tool call request"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Plugin is running..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Plugin List",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Detecting plugins...",
|
|
133
|
-
"unknown": "Unknown Plugin"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Plugin Settings",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Installed"
|
|
163
161
|
},
|
|
164
162
|
"title": "Plugin Store"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Unknown plugin"
|
|
166
165
|
}
|
package/locales/en-US/tool.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat ofrece la mejor experiencia de uso de ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: Herramienta personal de productividad LLM para tener un cerebro más inteligente"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Creación de contenido, redacción, preguntas y respuestas, generación de imágenes, generación de videos, generación de voz, agente inteligente, flujo de trabajo automatizado, personaliza tu asistente inteligente AI / GPTs / OLLaMA exclusivo",
|
|
8
|
+
"title": "Mercado de asistentes"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Búsqueda, generación de gráficos, académico, generación de imágenes, generación de videos, generación de voz, flujo de trabajo automatizado, personaliza las capacidades de los complementos ToolCall exclusivos de ChatGPT / OLLaMA",
|
|
12
|
+
"title": "Mercado de complementos"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat ofrece la mejor experiencia de uso de ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "¡Bienvenido a LobeChat: Herramienta personal de productividad LLM para tener un cerebro más inteligente!"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Llamada a función",
|
|
5
5
|
"off": "Desactivado",
|
|
6
6
|
"on": "Ver información de llamada de complemento",
|
|
7
|
-
"
|
|
7
|
+
"payload": "carga del complemento",
|
|
8
|
+
"response": "Respuesta",
|
|
9
|
+
"tool_call": "solicitud de llamada de herramienta"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Ejecutando complemento..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Lista de complementos",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Comprobando complementos...",
|
|
133
|
-
"unknown": "Complemento desconocido"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Configuración de complementos",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Instalados"
|
|
163
161
|
},
|
|
164
162
|
"title": "Tienda de complementos"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Plugin desconocido"
|
|
166
165
|
}
|
package/locales/es-ES/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "El enlace de la imagen generada por DALL·E 3 solo es válido durante 1 hora, descargando la imagen al dispositivo local...",
|
|
5
5
|
"generate": "Generar",
|
|
6
6
|
"generating": "Generando...",
|
|
7
|
-
"images": "Imágenes:"
|
|
7
|
+
"images": "Imágenes:",
|
|
8
|
+
"prompt": "Palabra de aviso"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat offre la meilleure expérience d'utilisation de ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: Outil de productivité personnel LLM, pour un cerveau plus intelligent"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Création de contenu, rédaction, questions-réponses, génération d'images, génération de vidéos, génération vocale, agent intelligent, flux de travail automatisé, personnalisez votre agent intelligent AI / GPTs / OLLaMA",
|
|
8
|
+
"title": "Marché des agents"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Recherche, génération de graphiques, académique, génération d'images, génération de vidéos, génération vocale, flux de travail automatisé, personnalisez les capacités des plugins ToolCall exclusifs de ChatGPT / OLLaMA",
|
|
12
|
+
"title": "Marché des plugins"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat offre la meilleure expérience d'utilisation de ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "Bienvenue sur LobeChat: Outil de productivité personnel LLM, pour un cerveau plus intelligent"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Appel de fonction",
|
|
5
5
|
"off": "Désactivé",
|
|
6
6
|
"on": "Activer le débogage",
|
|
7
|
-
"
|
|
7
|
+
"payload": "charge du plugin",
|
|
8
|
+
"response": "Réponse",
|
|
9
|
+
"tool_call": "demande d'appel d'outil"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Exécution du plugin en cours..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Liste des plugins",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Vérification des plugins en cours...",
|
|
133
|
-
"unknown": "Plugin inconnu"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Paramètres des plugins",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Installés"
|
|
163
161
|
},
|
|
164
162
|
"title": "Boutique de plugins"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Plugin inconnu"
|
|
166
165
|
}
|
package/locales/fr-FR/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "Les liens d'image générés par DallE3 ne sont valides que pendant 1 heure. Le téléchargement de l'image est en cours...",
|
|
5
5
|
"generate": "Générer",
|
|
6
6
|
"generating": "En cours de génération...",
|
|
7
|
-
"images": "Images :"
|
|
7
|
+
"images": "Images :",
|
|
8
|
+
"prompt": "Mot de rappel"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat offre la migliore esperienza di utilizzo di ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
4
|
+
"title": "LobeChat: strumento personale per la produttività LLM, per un cervello più intelligente"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "Creazione di contenuti, copywriting, domande e risposte, generazione di immagini, generazione di video, generazione vocale, agente intelligente, flusso di lavoro automatizzato, personalizza il tuo assistente intelligente AI / GPTs / OLLaMA",
|
|
8
|
+
"title": "Mercato degli assistenti"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "Ricerca, generazione di grafici, accademico, generazione di immagini, generazione di video, generazione vocale, flusso di lavoro automatizzato, personalizza le capacità di plugin di ToolCall esclusive di ChatGPT / OLLaMA",
|
|
12
|
+
"title": "Mercato dei plugin"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat offre la migliore esperienza di utilizzo di ChatGPT, OLLaMA, Gemini, Claude WebUI",
|
|
16
|
+
"title": "Benvenuto su LobeChat: strumento personale per la produttività LLM, per un cervello più intelligente"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"function_call": "Chiamata di funzione",
|
|
5
5
|
"off": "Disattivato",
|
|
6
6
|
"on": "Visualizza informazioni sulla chiamata del plugin",
|
|
7
|
-
"
|
|
7
|
+
"payload": "carico del plugin",
|
|
8
|
+
"response": "Risposta",
|
|
9
|
+
"tool_call": "richiesta di chiamata dello strumento"
|
|
8
10
|
},
|
|
9
11
|
"detailModal": {
|
|
10
12
|
"info": {
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
"plugin": "Esecuzione del plugin in corso..."
|
|
129
131
|
},
|
|
130
132
|
"pluginList": "Elenco dei plugin",
|
|
131
|
-
"plugins": {
|
|
132
|
-
"loading": "Rilevamento dei plugin in corso...",
|
|
133
|
-
"unknown": "Plugin sconosciuto"
|
|
134
|
-
},
|
|
135
133
|
"setting": "Impostazioni del plugin",
|
|
136
134
|
"settings": {
|
|
137
135
|
"indexUrl": {
|
|
@@ -162,5 +160,6 @@
|
|
|
162
160
|
"installed": "Installati"
|
|
163
161
|
},
|
|
164
162
|
"title": "Negozio dei plugin"
|
|
165
|
-
}
|
|
163
|
+
},
|
|
164
|
+
"unknownPlugin": "Plugin sconosciuto"
|
|
166
165
|
}
|
package/locales/it-IT/tool.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"downloading": "Il link dell'immagine generata da DALL·E3 è valido solo per 1 ora, sta scaricando l'immagine in locale...",
|
|
5
5
|
"generate": "Genera",
|
|
6
6
|
"generating": "Generazione in corso...",
|
|
7
|
-
"images": "Immagini:"
|
|
7
|
+
"images": "Immagini:",
|
|
8
|
+
"prompt": "parola chiave"
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChatは、ChatGPT、OLLaMA、Gemini、Claude WebUIの最高の使用体験を提供します",
|
|
4
|
+
"title": "LobeChat: 個人LLM効率ツール、より賢い脳を手に入れよう"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "コンテンツ作成、コピーライティング、質問回答、画像生成、動画生成、音声生成、スマートエージェント、ワークフローの自動化、あなただけのAI / GPTs / OLLaMAスマートアシスタントをカスタマイズ",
|
|
8
|
+
"title": "アシスタントマーケット"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "検索、チャート生成、アカデミック、画像生成、動画生成、音声生成、ワークフローの自動化、ChatGPT / OLLaMA専用のToolCallプラグイン機能をカスタマイズ",
|
|
12
|
+
"title": "プラグインマーケット"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChatは、ChatGPT、OLLaMA、Gemini、Claude WebUIの最高の使用体験を提供します",
|
|
16
|
+
"title": "LobeChatをご利用いただきありがとうございます:個人LLM効率ツール、より賢い脳を手に入れよう"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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/ja-JP/tool.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chat": {
|
|
3
|
+
"description": "LobeChat은 최고의 ChatGPT, OLLaMA, Gemini, Claude WebUI 사용 경험을 제공합니다.",
|
|
4
|
+
"title": "LobeChat: 개인 LLM 생산성 도구, 더 똑똑한 두뇌를 위해"
|
|
5
|
+
},
|
|
6
|
+
"market": {
|
|
7
|
+
"description": "콘텐츠 작성, 문구, 질의응답, 이미지 생성, 비디오 생성, 음성 생성, 지능형 에이전트, 자동화된 워크플로우를 통해 AI / GPTs / OLLaMA를 맞춤 설정하세요.",
|
|
8
|
+
"title": "어시스턴트 마켓"
|
|
9
|
+
},
|
|
10
|
+
"plugins": {
|
|
11
|
+
"description": "검색, 차트 생성, 학술, 이미지 생성, 비디오 생성, 음성 생성, 자동화된 워크플로우를 통해 ChatGPT / OLLaMA 전용 ToolCall 플러그인 능력을 맞춤 설정하세요.",
|
|
12
|
+
"title": "플러그인 마켓"
|
|
13
|
+
},
|
|
14
|
+
"welcome": {
|
|
15
|
+
"description": "LobeChat은 최고의 ChatGPT, OLLaMA, Gemini, Claude WebUI 사용 경험을 제공합니다.",
|
|
16
|
+
"title": "LobeChat를 사용해 주셔서 감사합니다: 개인 LLM 생산성 도구, 더 똑똑한 두뇌를 위해"
|
|
17
|
+
}
|
|
18
|
+
}
|