@lobehub/lobehub 2.0.0-next.74 → 2.0.0-next.75

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/changelog/v1.json +9 -0
  3. package/locales/ar/chat.json +5 -0
  4. package/locales/ar/models.json +15 -0
  5. package/locales/ar/tool.json +12 -1
  6. package/locales/bg-BG/chat.json +5 -0
  7. package/locales/bg-BG/models.json +15 -0
  8. package/locales/bg-BG/tool.json +12 -1
  9. package/locales/de-DE/chat.json +5 -0
  10. package/locales/de-DE/models.json +15 -0
  11. package/locales/de-DE/tool.json +12 -1
  12. package/locales/en-US/models.json +15 -0
  13. package/locales/es-ES/chat.json +5 -0
  14. package/locales/es-ES/models.json +15 -0
  15. package/locales/es-ES/tool.json +12 -1
  16. package/locales/fa-IR/chat.json +5 -0
  17. package/locales/fa-IR/models.json +15 -0
  18. package/locales/fa-IR/tool.json +12 -1
  19. package/locales/fr-FR/chat.json +5 -0
  20. package/locales/fr-FR/models.json +15 -0
  21. package/locales/fr-FR/tool.json +12 -1
  22. package/locales/it-IT/chat.json +5 -0
  23. package/locales/it-IT/models.json +15 -0
  24. package/locales/it-IT/tool.json +12 -1
  25. package/locales/ja-JP/chat.json +5 -0
  26. package/locales/ja-JP/models.json +15 -0
  27. package/locales/ja-JP/tool.json +12 -1
  28. package/locales/ko-KR/chat.json +5 -0
  29. package/locales/ko-KR/models.json +15 -0
  30. package/locales/ko-KR/tool.json +12 -1
  31. package/locales/nl-NL/chat.json +5 -0
  32. package/locales/nl-NL/models.json +15 -0
  33. package/locales/nl-NL/tool.json +12 -1
  34. package/locales/pl-PL/chat.json +5 -0
  35. package/locales/pl-PL/models.json +15 -0
  36. package/locales/pl-PL/tool.json +12 -1
  37. package/locales/pt-BR/chat.json +5 -0
  38. package/locales/pt-BR/models.json +15 -0
  39. package/locales/pt-BR/tool.json +12 -1
  40. package/locales/ru-RU/chat.json +5 -0
  41. package/locales/ru-RU/models.json +15 -0
  42. package/locales/ru-RU/tool.json +12 -1
  43. package/locales/tr-TR/chat.json +5 -0
  44. package/locales/tr-TR/models.json +15 -0
  45. package/locales/tr-TR/tool.json +12 -1
  46. package/locales/vi-VN/chat.json +5 -0
  47. package/locales/vi-VN/models.json +15 -0
  48. package/locales/vi-VN/tool.json +12 -1
  49. package/locales/zh-CN/models.json +15 -0
  50. package/locales/zh-TW/chat.json +5 -0
  51. package/locales/zh-TW/models.json +15 -0
  52. package/locales/zh-TW/tool.json +12 -1
  53. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [Version 2.0.0-next.75](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.74...v2.0.0-next.75)
6
+
7
+ <sup>Released on **2025-11-18**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update i18n.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update i18n, closes [#10277](https://github.com/lobehub/lobe-chat/issues/10277) ([7563b62](https://github.com/lobehub/lobe-chat/commit/7563b62))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ## [Version 2.0.0-next.74](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.73...v2.0.0-next.74)
6
31
 
7
32
  <sup>Released on **2025-11-17**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Update i18n."
6
+ ]
7
+ },
8
+ "date": "2025-11-18",
9
+ "version": "2.0.0-next.75"
10
+ },
2
11
  {
3
12
  "children": {
4
13
  "features": [
@@ -330,6 +330,11 @@
330
330
  "screenshot": "لقطة شاشة",
331
331
  "settings": "إعدادات التصدير",
332
332
  "text": "نص",
333
+ "widthMode": {
334
+ "label": "وضع العرض",
335
+ "narrow": "وضع الشاشة الضيقة",
336
+ "wide": "وضع الشاشة الواسعة"
337
+ },
333
338
  "withBackground": "تضمين صورة الخلفية",
334
339
  "withFooter": "تضمين تذييل",
335
340
  "withPluginInfo": "تضمين معلومات البرنامج المساعد",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct هو نموذج صغير الحجم وعالي الكفاءة أطلقته شركة Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "نموذج أساسي غير تأملي مفتوح المصدر من Meituan، مُحسَّن للتفاعل الحواري ومهام الوكلاء الذكيين، ويتميز في استدعاء الأدوات وسيناريوهات التفاعل المعقدة متعددة الجولات."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "نموذج قوي بحجم 70 مليار معلمة يتفوق في التفكير، والترميز، وتطبيقات اللغة الواسعة."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 هو نموذج لغوي كبير وفعّال، تم تطويره خصيصًا لتلبية احتياجات الترميز وتدفقات عمل الوكلاء."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "مصمم خصيصًا للترميز الفعّال وتدفقات عمل الوكلاء."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B هو نموذج حافة عالمي المستوى من Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 هو نموذج لغوي تقدمه Microsoft AI، يتميز بأداء ممتاز في الحوار المعقد، واللغات المتعددة، والاستدلال، والمساعدين الذكيين."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "يسعدنا أن نعلن عن إصدار Grok 4 Fast، وهو أحدث تقدم لنا في نماذج الاستدلال الفعّالة من حيث التكلفة."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "يسعدنا إطلاق grok-code-fast-1، وهو نموذج استدلال سريع وفعّال من حيث التكلفة يتميز في ترميز الوكلاء."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "سيتم ترقية نموذج Spark X1 بشكل أكبر، حيث ستحقق المهام العامة مثل الاستدلال، وتوليد النصوص، وفهم اللغة نتائج تتماشى مع OpenAI o1 و DeepSeek R1."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "نموذج مهام بصرية معقدة، يوفر فهمًا عالي الأداء وقدرات تحليلية بناءً على صور متعددة."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6 هو النموذج الرائد الأحدث من Zhipu، ويتفوق على الجيل السابق في الترميز المتقدم، ومعالجة النصوص الطويلة، والاستدلال، وقدرات الوكلاء الذكيين."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 هو نموذج أساسي مصمم لتطبيقات الوكلاء الذكية، يستخدم بنية Mixture-of-Experts (MoE). تم تحسينه بعمق في مجالات استدعاء الأدوات، تصفح الويب، هندسة البرمجيات، وبرمجة الواجهة الأمامية، ويدعم التكامل السلس مع وكلاء الكود مثل Claude Code وRoo Code. يستخدم وضع استدلال مختلط ليتكيف مع سيناريوهات الاستدلال المعقدة والاستخدام اليومي."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "كلمة تلميح"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "استبدال بـ",
20
+ "oldString": "البحث عن",
21
+ "replaceAll": "استبدال جميع المطابقات",
22
+ "replaceFirst": "استبدال أول مطابقة فقط"
23
+ },
18
24
  "file": "ملف",
19
25
  "folder": "مجلد",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "قراءة الملف",
35
41
  "readFileError": "فشل في قراءة الملف، يرجى التحقق من صحة مسار الملف",
36
42
  "readFiles": "قراءة الملفات",
37
- "readFilesError": "فشل في قراءة الملفات، يرجى التحقق من صحة مسار الملف"
43
+ "readFilesError": "فشل في قراءة الملفات، يرجى التحقق من صحة مسار الملف",
44
+ "writeFile": {
45
+ "characters": "أحرف",
46
+ "preview": "معاينة المحتوى",
47
+ "truncated": "تم الاقتطاع"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "إنشاء سجل بحث جديد",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Екранна снимка",
331
331
  "settings": "Настройки за експортиране",
332
332
  "text": "Текст",
333
+ "widthMode": {
334
+ "label": "Режим на ширина",
335
+ "narrow": "Режим за тесен екран",
336
+ "wide": "Режим за широк екран"
337
+ },
333
338
  "withBackground": "Включи фоново изображение",
334
339
  "withFooter": "Включи долен колонтитул",
335
340
  "withPluginInfo": "Включи информация за плъгина",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct е ефективен модел с малък брой параметри, разработен от Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Longcat Flash Chat е с отворен код от Meituan и представлява базов модел без мисловни процеси, оптимизиран за диалогови взаимодействия и задачи на интелигентни агенти, с изключителна ефективност при използване на инструменти и в сложни многократни взаимодействия."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Мощен модел с 70 милиарда параметри, отличаващ се в разсъждения, кодиране и широки езикови приложения."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 е ефективен голям езиков модел, създаден специално за кодиране и работни процеси с агенти."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Създаден специално за ефективно кодиране и работни потоци с агенти."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B е световен лидер сред моделите на Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 е езиков модел, предоставен от Microsoft AI, който се отличава в сложни диалози, многоезичност, разсъждение и интелигентни асистенти."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "С радост представяме Grok 4 Fast — нашият най-нов напредък в модели за ефективно и икономично извеждане."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "С гордост представяме grok-code-fast-1 — бърз и икономичен модел за извеждане, който се отличава в агентно кодиране."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Моделът Spark X1 ще бъде допълнително обновен, като на базата на водещите в страната резултати в математически задачи, ще постигне ефекти в общи задачи като разсъждение, генериране на текст и разбиране на език, сравними с OpenAI o1 и DeepSeek R1."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Модел за сложни визуални задачи, предлагащ висока производителност в разбирането и анализа на базата на множество изображения."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6 е най-новият флагмански модел на Zhipu, който значително надминава предшествениците си в напреднало кодиране, обработка на дълги текстове, извеждане и способности на интелигентни агенти."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 е базов модел, специално създаден за интелигентни агенти, използващ архитектура с микс от експерти (Mixture-of-Experts). Той е дълбоко оптимизиран за използване на инструменти, уеб браузване, софтуерно инженерство и фронтенд програмиране, и поддържа безпроблемна интеграция с кодови агенти като Claude Code и Roo Code. GLM-4.5 използва смесен режим на разсъждение, подходящ за сложни и ежедневни приложения."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "подсказка"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Замени с",
20
+ "oldString": "Търсене на съдържание",
21
+ "replaceAll": "Замени всички съвпадения",
22
+ "replaceFirst": "Замени само първото съвпадение"
23
+ },
18
24
  "file": "Файл",
19
25
  "folder": "Папка",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Прочети файл",
35
41
  "readFileError": "Неуспешно четене на файла, моля, проверете дали пътят към файла е правилен",
36
42
  "readFiles": "Прочети файлове",
37
- "readFilesError": "Неуспешно четене на файловете, моля, проверете дали пътят към файловете е правилен"
43
+ "readFilesError": "Неуспешно четене на файловете, моля, проверете дали пътят към файловете е правилен",
44
+ "writeFile": {
45
+ "characters": "Знаци",
46
+ "preview": "Преглед на съдържанието",
47
+ "truncated": "Съкратено"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Създаване на нова търсене",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Screenshot",
331
331
  "settings": "Exporteinstellungen",
332
332
  "text": "Text",
333
+ "widthMode": {
334
+ "label": "Breitenmodus",
335
+ "narrow": "Schmalbildmodus",
336
+ "wide": "Breitbildmodus"
337
+ },
333
338
  "withBackground": "Mit Hintergrundbild",
334
339
  "withFooter": "Mit Fußzeile",
335
340
  "withPluginInfo": "Mit Plugin-Informationen",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct ist ein effizientes Modell mit geringer Parameteranzahl, entwickelt von Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Ein von Meituan entwickeltes Open-Source-Basismodell, das speziell für dialogorientierte Interaktionen und agentenbasierte Aufgaben optimiert wurde und sich besonders bei Werkzeugaufrufen und komplexen mehrstufigen Dialogszenarien auszeichnet."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Ein leistungsstarkes Modell mit 70 Milliarden Parametern, das in den Bereichen Schlussfolgerungen, Programmierung und breiten Sprachanwendungen herausragt."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 ist ein leistungsstarkes, effizientes Sprachmodell, das speziell für Programmier- und Agenten-Workflows entwickelt wurde."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Speziell entwickelt für effizientes Codieren und Agenten-Workflows."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B ist das weltbeste Edge-Modell von Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 ist ein Sprachmodell von Microsoft AI, das in komplexen Dialogen, mehrsprachigen Anwendungen, Schlussfolgerungen und intelligenten Assistenten besonders gut abschneidet."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Wir freuen uns, Grok 4 Fast vorzustellen – unseren neuesten Fortschritt im Bereich kosteneffizienter Inferenzmodelle."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Wir freuen uns, grok-code-fast-1 zu präsentieren – ein schnelles und kosteneffizientes Inferenzmodell mit hervorragender Leistung im Bereich Agenten-Codierung."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Das Spark X1 Modell wird weiter verbessert und erreicht in allgemeinen Aufgaben wie Schlussfolgerungen, Textgenerierung und Sprachverständnis Ergebnisse, die mit OpenAI o1 und DeepSeek R1 vergleichbar sind, basierend auf der bereits führenden Leistung in mathematischen Aufgaben."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Ein Modell für komplexe visuelle Aufgaben, das leistungsstarke Verständnis- und Analysefähigkeiten auf der Grundlage mehrerer Bilder bietet."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "Das neueste Flaggschiffmodell von Zhipu, GLM-4.6, übertrifft seine Vorgänger deutlich in den Bereichen fortgeschrittenes Codieren, Verarbeitung langer Texte, logisches Schließen und agentenbasierte Fähigkeiten."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 ist ein speziell für Agentenanwendungen entwickeltes Basismodell mit Mixture-of-Experts-Architektur. Es ist tief optimiert für Werkzeugaufrufe, Web-Browsing, Softwareentwicklung und Frontend-Programmierung und unterstützt nahtlos die Integration in Code-Agenten wie Claude Code und Roo Code. GLM-4.5 verwendet einen hybriden Inferenzmodus und ist für komplexe Schlussfolgerungen sowie den Alltagsgebrauch geeignet."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Hinweiswort"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Ersetzen durch",
20
+ "oldString": "Suchbegriff",
21
+ "replaceAll": "Alle Vorkommen ersetzen",
22
+ "replaceFirst": "Nur erstes Vorkommen ersetzen"
23
+ },
18
24
  "file": "Datei",
19
25
  "folder": "Ordner",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Datei lesen",
35
41
  "readFileError": "Fehler beim Lesen der Datei, bitte überprüfen Sie den Dateipfad",
36
42
  "readFiles": "Dateien lesen",
37
- "readFilesError": "Fehler beim Lesen der Dateien, bitte überprüfen Sie den Dateipfad"
43
+ "readFilesError": "Fehler beim Lesen der Dateien, bitte überprüfen Sie den Dateipfad",
44
+ "writeFile": {
45
+ "characters": "Zeichen",
46
+ "preview": "Vorschau des Inhalts",
47
+ "truncated": "Abgeschnitten"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Neue Suchanfrage erstellen",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct is a compact and efficient model developed by Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "An open-source foundational model from Meituan, optimized for conversational interactions and agent-based tasks. Excels in tool usage and complex multi-turn dialogue scenarios."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "A powerful 70-billion parameter model excelling in reasoning, coding, and broad language applications."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 is a high-efficiency large language model built for coding and agent-based workflows."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Purpose-built for efficient coding and agent workflows."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B is Mistral's top-tier edge model."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 is a language model provided by Microsoft AI, excelling in complex dialogues, multilingual capabilities, reasoning, and intelligent assistant applications."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "We’re excited to introduce Grok 4 Fast, our latest advancement in cost-effective reasoning models."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "We’re proud to launch grok-code-fast-1, a fast and cost-efficient reasoning model that excels in agent-based coding tasks."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "The Spark X1 model will undergo further upgrades, achieving results in reasoning, text generation, and language understanding tasks that match OpenAI o1 and DeepSeek R1, building on its leading position in domestic mathematical tasks."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "A complex visual task model that provides high-performance understanding and analysis capabilities based on multiple images."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6, the latest flagship model from Zhipu AI, delivers significant improvements over its predecessor in advanced coding, long-form text processing, reasoning, and agent capabilities."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 is a foundational model designed specifically for agent applications, using a Mixture-of-Experts (MoE) architecture. It is deeply optimized for tool invocation, web browsing, software engineering, and front-end programming, supporting seamless integration with code agents like Claude Code and Roo Code. GLM-4.5 employs a hybrid inference mode, adaptable to complex reasoning and everyday use scenarios."
3436
3451
  },
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Captura de pantalla",
331
331
  "settings": "Configuración de exportación",
332
332
  "text": "Texto",
333
+ "widthMode": {
334
+ "label": "Modo de ancho",
335
+ "narrow": "Modo de pantalla estrecha",
336
+ "wide": "Modo de pantalla ancha"
337
+ },
333
338
  "withBackground": "Incluir imagen de fondo",
334
339
  "withFooter": "Incluir pie de página",
335
340
  "withPluginInfo": "Incluir información del plugin",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct es un modelo eficiente de bajo número de parámetros desarrollado por Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Modelo base no reflexivo de código abierto de Meituan, optimizado para interacciones conversacionales y tareas de agentes inteligentes, con un rendimiento destacado en llamadas a herramientas y escenarios complejos de múltiples turnos."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Un poderoso modelo de 70 mil millones de parámetros que sobresale en razonamiento, codificación y amplias aplicaciones de lenguaje."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 es un modelo de lenguaje grande y eficiente, diseñado para flujos de trabajo de codificación y agentes."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Diseñado para una codificación eficiente y flujos de trabajo de agentes."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B es el modelo de borde de primer nivel mundial de Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 es un modelo de lenguaje proporcionado por Microsoft AI, que destaca en diálogos complejos, multilingües, razonamiento y asistentes inteligentes."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Nos complace presentar Grok 4 Fast, nuestro último avance en modelos de inferencia rentables."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Nos complace lanzar grok-code-fast-1, un modelo de inferencia rápido y rentable con un rendimiento sobresaliente en codificación para agentes."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "El modelo Spark X1 se actualizará aún más, logrando resultados en tareas generales como razonamiento, generación de texto y comprensión del lenguaje que se comparan con OpenAI o1 y DeepSeek R1, además de liderar en tareas matemáticas en el país."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Modelo para tareas visuales complejas, que ofrece capacidades de comprensión y análisis de alto rendimiento basadas en múltiples imágenes."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "El nuevo modelo insignia de Zhipu, GLM-4.6, supera ampliamente a su predecesor en codificación avanzada, procesamiento de textos largos, razonamiento y capacidades de agentes inteligentes."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 es un modelo base diseñado para aplicaciones de agentes inteligentes, utilizando arquitectura Mixture-of-Experts (MoE). Está profundamente optimizado para llamadas a herramientas, navegación web, ingeniería de software y programación frontend, soportando integración fluida con agentes de código como Claude Code y Roo Code. GLM-4.5 emplea un modo de inferencia híbrido que se adapta a escenarios de razonamiento complejo y uso cotidiano."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Palabra de aviso"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Reemplazar con",
20
+ "oldString": "Buscar",
21
+ "replaceAll": "Reemplazar todas las coincidencias",
22
+ "replaceFirst": "Reemplazar solo la primera coincidencia"
23
+ },
18
24
  "file": "Archivo",
19
25
  "folder": "Carpeta",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Leer archivo",
35
41
  "readFileError": "Error al leer el archivo, por favor verifica si la ruta del archivo es correcta",
36
42
  "readFiles": "Leer archivos",
37
- "readFilesError": "Error al leer los archivos, por favor verifica si la ruta del archivo es correcta"
43
+ "readFilesError": "Error al leer los archivos, por favor verifica si la ruta del archivo es correcta",
44
+ "writeFile": {
45
+ "characters": "caracteres",
46
+ "preview": "Vista previa del contenido",
47
+ "truncated": "Truncado"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Crear un nuevo registro de búsqueda",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "اسکرین‌شات",
331
331
  "settings": "تنظیمات خروجی",
332
332
  "text": "متن",
333
+ "widthMode": {
334
+ "label": "حالت عرض",
335
+ "narrow": "حالت صفحه باریک",
336
+ "wide": "حالت صفحه عریض"
337
+ },
333
338
  "withBackground": "شامل تصویر پس‌زمینه",
334
339
  "withFooter": "شامل پاورقی",
335
340
  "withPluginInfo": "شامل اطلاعات افزونه",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct یک مدل کم‌پارامتر و کارآمد است که توسط Wuwen Xinqiong ارائه شده است."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "مدل پایه غیرتفکری متن‌باز Meituan که به‌طور ویژه برای تعاملات گفت‌وگویی و وظایف عامل‌ها بهینه‌سازی شده است و در فراخوانی ابزارها و سناریوهای پیچیده چندمرحله‌ای عملکرد برجسته‌ای دارد."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "یک مدل قدرتمند با ۷۰ میلیارد پارامتر که در استدلال، کدنویسی و کاربردهای گسترده زبانی عملکرد برجسته‌ای دارد."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 یک مدل زبانی بزرگ و کارآمد است که به‌طور خاص برای کدنویسی و جریان‌های کاری عامل‌محور طراحی شده است."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "ویژه طراحی شده برای کدنویسی کارآمد و جریان‌های کاری عامل‌ها."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B مدل پیشرفته و برتر Mistral در سطح جهانی است."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 یک مدل زبانی ارائه شده توسط مایکروسافت AI است که در زمینه‌های مکالمات پیچیده، چندزبانه، استدلال و دستیارهای هوشمند عملکرد برجسته‌ای دارد."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "ما با خوشحالی Grok 4 Fast را معرفی می‌کنیم، جدیدترین پیشرفت ما در زمینه مدل‌های استنتاجی مقرون‌به‌صرفه."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "ما با افتخار grok-code-fast-1 را معرفی می‌کنیم، مدلی سریع و اقتصادی برای استنتاج که در کدنویسی عامل‌ها عملکردی عالی دارد."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "مدل Spark X1 به‌زودی ارتقا خواهد یافت و در زمینه وظایف ریاضی که در کشور پیشرو است، عملکردهای استدلال، تولید متن و درک زبان را با OpenAI o1 و DeepSeek R1 مقایسه خواهد کرد."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "مدل‌های پیچیده بصری که قابلیت‌های درک و تحلیل با عملکرد بالا را بر اساس چندین تصویر ارائه می‌دهند."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "جدیدترین مدل پرچم‌دار Zhipu به نام GLM-4.6 که در کدنویسی پیشرفته، پردازش متون طولانی، استنتاج و توانایی‌های عامل‌ها به‌طور کامل از نسل قبلی پیشی گرفته است."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 یک مدل پایه طراحی شده برای کاربردهای عامل هوشمند است که از معماری Mixture-of-Experts استفاده می‌کند. این مدل در زمینه‌های فراخوانی ابزار، مرور وب، مهندسی نرم‌افزار و برنامه‌نویسی فرانت‌اند بهینه‌سازی عمیق شده و از ادغام بی‌وقفه با عامل‌های کد مانند Claude Code و Roo Code پشتیبانی می‌کند. GLM-4.5 از حالت استدلال ترکیبی بهره می‌برد و می‌تواند در سناریوهای استدلال پیچیده و استفاده روزمره به خوبی عمل کند."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "کلمات کلیدی"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "جایگزین با",
20
+ "oldString": "یافتن محتوا",
21
+ "replaceAll": "جایگزینی تمام موارد",
22
+ "replaceFirst": "فقط اولین مورد را جایگزین کن"
23
+ },
18
24
  "file": "فایل",
19
25
  "folder": "پوشه",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "خواندن فایل",
35
41
  "readFileError": "خطا در خواندن فایل، لطفاً مسیر فایل را بررسی کنید",
36
42
  "readFiles": "خواندن فایل‌ها",
37
- "readFilesError": "خطا در خواندن فایل‌ها، لطفاً مسیر فایل‌ها را بررسی کنید"
43
+ "readFilesError": "خطا در خواندن فایل‌ها، لطفاً مسیر فایل‌ها را بررسی کنید",
44
+ "writeFile": {
45
+ "characters": "کاراکتر",
46
+ "preview": "پیش‌نمایش محتوا",
47
+ "truncated": "بریده شده"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "ایجاد جستجوی جدید",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Capture d'écran",
331
331
  "settings": "Paramètres d'exportation",
332
332
  "text": "Texte",
333
+ "widthMode": {
334
+ "label": "Mode de largeur",
335
+ "narrow": "Mode écran étroit",
336
+ "wide": "Mode écran large"
337
+ },
333
338
  "withBackground": "Avec image de fond",
334
339
  "withFooter": "Avec pied de page",
335
340
  "withPluginInfo": "Avec informations sur le plugin",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct est un modèle efficace à faible nombre de paramètres lancé par Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Modèle de base non réflexif open source de Meituan, optimisé pour les interactions conversationnelles et les tâches d'agents intelligents, offrant d'excellentes performances dans les appels d'outils et les scénarios d'interactions complexes à plusieurs tours."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Un puissant modèle de 70 milliards de paramètres excelling dans le raisonnement, le codage et les applications linguistiques larges."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 est un modèle de langage de grande taille, efficace et conçu pour les flux de travail en codage et en automatisation."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Conçu pour un codage efficace et des flux de travail d'agents performants."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B est le modèle de pointe de Mistral sur le marché."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 est un modèle de langage proposé par Microsoft AI, particulièrement performant dans les domaines des dialogues complexes, du multilinguisme, du raisonnement et des assistants intelligents."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Nous sommes ravis de présenter Grok 4 Fast, notre dernière avancée en matière de modèles de raisonnement rentables."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Nous sommes heureux de lancer grok-code-fast-1, un modèle de raisonnement rapide et économique, particulièrement performant pour le codage assisté par agent."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Le modèle Spark X1 sera mis à niveau, et sur la base de ses performances déjà leaders dans les tâches mathématiques, il atteindra des résultats comparables dans des tâches générales telles que le raisonnement, la génération de texte et la compréhension du langage, en se mesurant à OpenAI o1 et DeepSeek R1."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Modèle pour des tâches visuelles complexes, offrant des capacités de compréhension et d'analyse de haute performance basées sur plusieurs images."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6, le tout dernier modèle phare de Zhipu, surpasse son prédécesseur dans les domaines du codage avancé, du traitement de longs textes, du raisonnement et des capacités d'agents intelligents."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 est un modèle de base conçu pour les applications d'agents intelligents, utilisant une architecture Mixture-of-Experts (MoE). Il est profondément optimisé pour l'appel d'outils, la navigation web, l'ingénierie logicielle et la programmation front-end, supportant une intégration transparente avec des agents de code tels que Claude Code et Roo Code. GLM-4.5 utilise un mode d'inférence hybride, adapté à des scénarios variés allant du raisonnement complexe à l'usage quotidien."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Mot de rappel"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Remplacer par",
20
+ "oldString": "Rechercher",
21
+ "replaceAll": "Remplacer toutes les occurrences",
22
+ "replaceFirst": "Remplacer uniquement la première occurrence"
23
+ },
18
24
  "file": "Fichier",
19
25
  "folder": "Dossier",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Lire le fichier",
35
41
  "readFileError": "Échec de la lecture du fichier, veuillez vérifier si le chemin du fichier est correct",
36
42
  "readFiles": "Lire les fichiers",
37
- "readFilesError": "Échec de la lecture des fichiers, veuillez vérifier si le chemin du fichier est correct"
43
+ "readFilesError": "Échec de la lecture des fichiers, veuillez vérifier si le chemin du fichier est correct",
44
+ "writeFile": {
45
+ "characters": "caractères",
46
+ "preview": "Aperçu du contenu",
47
+ "truncated": "Tronqué"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Créer un nouvel enregistrement de recherche",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Screenshot",
331
331
  "settings": "Impostazioni di esportazione",
332
332
  "text": "Testo",
333
+ "widthMode": {
334
+ "label": "Modalità larghezza",
335
+ "narrow": "Modalità schermo stretto",
336
+ "wide": "Modalità schermo ampio"
337
+ },
333
338
  "withBackground": "Con immagine di sfondo",
334
339
  "withFooter": "Con piè di pagina",
335
340
  "withPluginInfo": "Con informazioni sul plugin",