@lobehub/chat 1.61.3 → 1.61.5

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 +50 -0
  2. package/changelog/v1.json +18 -0
  3. package/locales/ar/auth.json +10 -1
  4. package/locales/ar/models.json +3 -0
  5. package/locales/bg-BG/auth.json +10 -1
  6. package/locales/bg-BG/models.json +3 -0
  7. package/locales/de-DE/auth.json +10 -1
  8. package/locales/de-DE/models.json +3 -0
  9. package/locales/en-US/auth.json +10 -1
  10. package/locales/en-US/models.json +3 -0
  11. package/locales/es-ES/auth.json +10 -1
  12. package/locales/es-ES/models.json +3 -0
  13. package/locales/fa-IR/auth.json +10 -1
  14. package/locales/fa-IR/models.json +3 -0
  15. package/locales/fr-FR/auth.json +10 -1
  16. package/locales/fr-FR/models.json +3 -0
  17. package/locales/it-IT/auth.json +10 -1
  18. package/locales/it-IT/models.json +3 -0
  19. package/locales/ja-JP/auth.json +10 -1
  20. package/locales/ja-JP/models.json +3 -0
  21. package/locales/ko-KR/auth.json +10 -1
  22. package/locales/ko-KR/models.json +3 -0
  23. package/locales/nl-NL/auth.json +10 -1
  24. package/locales/nl-NL/models.json +3 -0
  25. package/locales/pl-PL/auth.json +10 -1
  26. package/locales/pl-PL/models.json +3 -0
  27. package/locales/pt-BR/auth.json +10 -1
  28. package/locales/pt-BR/models.json +3 -0
  29. package/locales/ru-RU/auth.json +10 -1
  30. package/locales/ru-RU/models.json +3 -0
  31. package/locales/tr-TR/auth.json +10 -1
  32. package/locales/tr-TR/models.json +3 -0
  33. package/locales/vi-VN/auth.json +10 -1
  34. package/locales/vi-VN/models.json +3 -0
  35. package/locales/zh-CN/auth.json +9 -0
  36. package/locales/zh-CN/models.json +3 -0
  37. package/locales/zh-TW/auth.json +10 -1
  38. package/locales/zh-TW/models.json +3 -0
  39. package/package.json +1 -1
  40. package/src/app/[variants]/(main)/profile/(home)/Client.tsx +9 -0
  41. package/src/app/[variants]/(main)/profile/(home)/features/SSOProvidersList/AuthIcons.tsx +37 -0
  42. package/src/app/[variants]/(main)/profile/(home)/features/SSOProvidersList/index.tsx +93 -0
  43. package/src/config/aiModels/perplexity.ts +16 -6
  44. package/src/config/modelProviders/perplexity.ts +9 -6
  45. package/src/database/server/models/user.ts +24 -1
  46. package/src/libs/agent-runtime/perplexity/index.test.ts +10 -222
  47. package/src/locales/default/auth.ts +10 -0
  48. package/src/server/routers/lambda/user.ts +32 -2
  49. package/src/services/user/_deprecated.ts +9 -0
  50. package/src/services/user/client.ts +9 -0
  51. package/src/services/user/server.ts +11 -0
  52. package/src/services/user/type.ts +3 -0
  53. package/src/types/user/index.ts +5 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,56 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.61.5](https://github.com/lobehub/lobe-chat/compare/v1.61.4...v1.61.5)
6
+
7
+ <sup>Released on **2025-02-19**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Show sso providers for next-auth in profile page.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Show sso providers for next-auth in profile page, closes [#5303](https://github.com/lobehub/lobe-chat/issues/5303) ([dd61bce](https://github.com/lobehub/lobe-chat/commit/dd61bce))
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
+
30
+ ### [Version 1.61.4](https://github.com/lobehub/lobe-chat/compare/v1.61.3...v1.61.4)
31
+
32
+ <sup>Released on **2025-02-18**</sup>
33
+
34
+ #### 💄 Styles
35
+
36
+ - **misc**: Improve perplexity models.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### Styles
44
+
45
+ - **misc**: Improve perplexity models, closes [#6307](https://github.com/lobehub/lobe-chat/issues/6307) ([c99908d](https://github.com/lobehub/lobe-chat/commit/c99908d))
46
+
47
+ </details>
48
+
49
+ <div align="right">
50
+
51
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52
+
53
+ </div>
54
+
5
55
  ### [Version 1.61.3](https://github.com/lobehub/lobe-chat/compare/v1.61.2...v1.61.3)
6
56
 
7
57
  <sup>Released on **2025-02-18**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Show sso providers for next-auth in profile page."
6
+ ]
7
+ },
8
+ "date": "2025-02-19",
9
+ "version": "1.61.5"
10
+ },
11
+ {
12
+ "children": {
13
+ "improvements": [
14
+ "Improve perplexity models."
15
+ ]
16
+ },
17
+ "date": "2025-02-18",
18
+ "version": "1.61.4"
19
+ },
2
20
  {
3
21
  "children": {
4
22
  "improvements": [
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "الصورة الشخصية",
36
36
  "email": "عنوان البريد الإلكتروني",
37
+ "sso": {
38
+ "loading": "جارٍ تحميل الحسابات المرتبطة من طرف ثالث",
39
+ "providers": "الحسابات المتصلة",
40
+ "unlink": {
41
+ "description": "بعد unlink ، لن تتمكن من تسجيل الدخول باستخدام حساب {{provider}} \"{{providerAccountId}}\". إذا كنت بحاجة إلى إعادة ربط حساب {{provider}} بالحساب الحالي، يرجى التأكد من أن عنوان البريد الإلكتروني لحساب {{provider}} هو {{email}}، وسنقوم بربطه تلقائيًا بالحساب المسجل الدخول عند تسجيل الدخول.",
42
+ "forbidden": "يجب أن تحتفظ بحساب طرف ثالث واحد على الأقل مرتبطًا.",
43
+ "title": "هل تريد فصل حساب الطرف الثالث {{provider}}؟"
44
+ }
45
+ },
37
46
  "username": "اسم المستخدم"
38
47
  },
39
48
  "signout": "تسجيل الخروج",
@@ -84,4 +93,4 @@
84
93
  "security": "الأمان",
85
94
  "stats": "الإحصائيات"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "منتج API الجديد المدعوم من نموذج الاستدلال من DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "منتج API جديد مدعوم من نموذج الاستدلال DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "يوفر توازنًا بين الأداء والتكلفة، مناسب لمجموعة متنوعة من السيناريوهات."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Аватар",
36
36
  "email": "Имейл адрес",
37
+ "sso": {
38
+ "loading": "Зареждане на свързаните трети страни акаунти",
39
+ "providers": "Свързани акаунти",
40
+ "unlink": {
41
+ "description": "След като свържете, няма да можете да използвате акаунта на {{provider}} „{{providerAccountId}}“ за вход. Ако искате отново да свържете акаунта на {{provider}} с текущия акаунт, уверете се, че имейл адресът на акаунта на {{provider}} е {{email}}, а ние автоматично ще ви свържем с текущия влезлия акаунт при вход.",
42
+ "forbidden": "Трябва да имате поне един свързан акаунт на трета страна.",
43
+ "title": "Наистина ли искате да свържете акаунта на трета страна {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Потребителско име"
38
47
  },
39
48
  "signout": "Изход",
@@ -84,4 +93,4 @@
84
93
  "security": "Сигурност",
85
94
  "stats": "Статистика"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Нови API продукти, поддържани от модела за разсъждение на DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Нов API продукт, поддържан от модела за разсъждение DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Баланс между производителност и разходи, подходящ за общи сценарии."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "E-Mail-Adresse",
37
+ "sso": {
38
+ "loading": "Laden der verknüpften Drittanbieter-Konten",
39
+ "providers": "Verbundene Konten",
40
+ "unlink": {
41
+ "description": "Wenn Sie die Verknüpfung aufheben, können Sie sich nicht mehr mit dem {{provider}}-Konto „{{providerAccountId}}“ anmelden. Wenn Sie das {{provider}}-Konto erneut mit dem aktuellen Konto verknüpfen möchten, stellen Sie bitte sicher, dass die E-Mail-Adresse des {{provider}}-Kontos {{email}} ist, und wir werden es Ihnen automatisch bei der Anmeldung mit dem aktuellen Konto zuordnen.",
42
+ "forbidden": "Sie müssen mindestens ein Drittanbieter-Konto verbunden behalten.",
43
+ "title": "Möchten Sie das Drittanbieter-Konto {{provider}} wirklich trennen?"
44
+ }
45
+ },
37
46
  "username": "Benutzername"
38
47
  },
39
48
  "signout": "Ausloggen",
@@ -84,4 +93,4 @@
84
93
  "security": "Sicherheit",
85
94
  "stats": "Statistiken"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Ein neues API-Produkt, das von DeepSeek-Inferenzmodellen unterstützt wird."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Ein neues API-Produkt, das von dem DeepSeek-Inferenzmodell unterstützt wird."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Bietet ein ausgewogenes Verhältnis zwischen Leistung und Kosten, geeignet für allgemeine Szenarien."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "Email Address",
37
+ "sso": {
38
+ "loading": "Loading linked third-party accounts",
39
+ "providers": "Connected Accounts",
40
+ "unlink": {
41
+ "description": "After unlinking, you will not be able to log in using the {{provider}} account \"{{providerAccountId}}\". If you need to re-link your {{provider}} account to the current account, please ensure that the email address for your {{provider}} account is {{email}}. We will automatically link it to the current logged-in account upon login.",
42
+ "forbidden": "You must retain at least one linked third-party account.",
43
+ "title": "Are you sure you want to unlink the third-party account {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Username"
38
47
  },
39
48
  "signout": "Log Out",
@@ -84,4 +93,4 @@
84
93
  "security": "Security",
85
94
  "stats": "Statistics"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "A new API product powered by the DeepSeek reasoning model."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "A new API product powered by the DeepSeek reasoning model."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Balances performance and cost, suitable for general scenarios."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "Dirección de correo electrónico",
37
+ "sso": {
38
+ "loading": "Cargando cuentas de terceros vinculadas",
39
+ "providers": "Cuentas conectadas",
40
+ "unlink": {
41
+ "description": "Al desvincular, no podrá iniciar sesión con la cuenta de {{provider}} \"{{providerAccountId}}\". Si necesita volver a vincular la cuenta de {{provider}} a la cuenta actual, asegúrese de que la dirección de correo electrónico de la cuenta {{provider}} sea {{email}} y la vincularemos automáticamente a la cuenta actual al iniciar sesión.",
42
+ "forbidden": "Debe conservar al menos una cuenta de terceros vinculada.",
43
+ "title": "¿Desea desvincular la cuenta de terceros {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Nombre de usuario"
38
47
  },
39
48
  "signout": "Cerrar sesión",
@@ -84,4 +93,4 @@
84
93
  "security": "Seguridad",
85
94
  "stats": "Estadísticas"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Nuevo producto API respaldado por el modelo de razonamiento de DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Un nuevo producto API respaldado por el modelo de razonamiento DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Equilibrio entre rendimiento y costo, adecuado para escenarios generales."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "آواتار",
36
36
  "email": "آدرس ایمیل",
37
+ "sso": {
38
+ "loading": "در حال بارگذاری حساب‌های شخص ثالث متصل شده",
39
+ "providers": "حساب‌های متصل",
40
+ "unlink": {
41
+ "description": "با لغو اتصال، شما نمی‌توانید با حساب {{provider}} «{{providerAccountId}}» وارد شوید. اگر نیاز دارید حساب {{provider}} را دوباره به حساب جاری متصل کنید، لطفا اطمینان حاصل کنید که آدرس ایمیل حساب {{provider}} {{email}} است، ما در هنگام ورود به طور خودکار آن را به حساب جاری متصل خواهیم کرد.",
42
+ "forbidden": "شما حداقل باید یک حساب شخص ثالث متصل را حفظ کنید.",
43
+ "title": "آیا می‌خواهید این حساب شخص ثالث {{provider}} را لغو اتصال کنید؟"
44
+ }
45
+ },
37
46
  "username": "نام کاربری"
38
47
  },
39
48
  "signout": "خروج",
@@ -84,4 +93,4 @@
84
93
  "security": "امنیت",
85
94
  "stats": "آمار"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "محصول جدید API که توسط مدل استدلال DeepSeek پشتیبانی می‌شود."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "محصول جدید API که توسط مدل استدلال DeepSeek پشتیبانی می‌شود."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "تعادل بین عملکرد و هزینه، مناسب برای سناریوهای عمومی."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "Adresse e-mail",
37
+ "sso": {
38
+ "loading": "Chargement des comptes tiers liés",
39
+ "providers": "Comptes connectés",
40
+ "unlink": {
41
+ "description": "Après la déconnexion, vous ne pourrez plus vous connecter avec le compte {{provider}} « {{providerAccountId}} ». Si vous avez besoin de rattacher le compte {{provider}} à votre compte actuel, assurez-vous que l'adresse e-mail du compte {{provider}} soit {{email}}. Nous procéderons automatiquement au rattachement lors de votre prochaine connexion.",
42
+ "forbidden": "Vous devez conserver au moins un compte tiers lié.",
43
+ "title": "Voulez-vous vraiment déconnecter ce compte tiers {{provider}} ?"
44
+ }
45
+ },
37
46
  "username": "Nom d'utilisateur"
38
47
  },
39
48
  "signout": "Se déconnecter",
@@ -84,4 +93,4 @@
84
93
  "security": "Sécurité",
85
94
  "stats": "Statistiques"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Nouveau produit API soutenu par le modèle de raisonnement DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Nouveau produit API soutenu par le modèle de raisonnement DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Équilibre entre performance et coût, adapté à des scénarios généraux."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "Indirizzo Email",
37
+ "sso": {
38
+ "loading": "Caricamento degli account di terze parti collegati",
39
+ "providers": "Account collegati",
40
+ "unlink": {
41
+ "description": "Dopo la disconnessione, non potrai più accedere con l'account {{provider}} “{{providerAccountId}}”. Se desideri ricollegare l'account {{provider}} a questo account, assicurati che l'indirizzo email dell'account {{provider}} sia {{email}}, e lo collegheremo automaticamente all'account attualmente in uso al momento dell'accesso.",
42
+ "forbidden": "Devi mantenere almeno un account di terze parti collegato.",
43
+ "title": "Vuoi disconnettere questo account di terze parti {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Nome Utente"
38
47
  },
39
48
  "signout": "Disconnetti",
@@ -84,4 +93,4 @@
84
93
  "security": "Sicurezza",
85
94
  "stats": "Statistiche"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Nuovo prodotto API supportato dal modello di ragionamento DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Nuovo prodotto API supportato dal modello di ragionamento DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Equilibrio tra prestazioni e costi, adatto per scenari generali."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "アバター",
36
36
  "email": "メールアドレス",
37
+ "sso": {
38
+ "loading": "リンクされたサードパーティアカウントを読み込み中",
39
+ "providers": "接続されたアカウント",
40
+ "unlink": {
41
+ "description": "解除すると、{{provider}} アカウント「{{providerAccountId}}」を使用してログインできなくなります。現在のアカウントに{{provider}} アカウントを再度リンクする必要がある場合は、{{provider}} アカウントのメールアドレスが {{email}} であることを確認してください。ログイン時に自動的に現在のログインアカウントにリンクされます。",
42
+ "forbidden": "少なくとも1つのサードパーティアカウントをリンクしておく必要があります。",
43
+ "title": "サードパーティアカウント {{provider}} を解除しますか?"
44
+ }
45
+ },
37
46
  "username": "ユーザー名"
38
47
  },
39
48
  "signout": "ログアウト",
@@ -84,4 +93,4 @@
84
93
  "security": "セキュリティ",
85
94
  "stats": "統計"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "DeepSeek推論モデルによってサポートされる新しいAPI製品です。"
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "DeepSeek推論モデルによってサポートされる新しいAPI製品。"
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "性能とコストのバランスを取り、一般的なシナリオに適しています。"
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "아바타",
36
36
  "email": "이메일 주소",
37
+ "sso": {
38
+ "loading": "연결된 제3자 계정을 로드 중입니다",
39
+ "providers": "연결된 계정",
40
+ "unlink": {
41
+ "description": "연결을 해제하면 {{provider}} 계정“{{providerAccountId}}”으로 로그인할 수 없습니다. 현재 계정에 {{provider}} 계정을 다시 연결해야 하는 경우, {{provider}} 계정의 이메일 주소가 {{email}}인지 확인하십시오. 로그인 시 자동으로 현재 로그인 계정에 연결됩니다.",
42
+ "forbidden": "최소한 하나의 제3자 계정 연결을 유지해야 합니다.",
43
+ "title": "이 제3자 계정 {{provider}} 를 연결 해제하시겠습니까?"
44
+ }
45
+ },
37
46
  "username": "사용자 이름"
38
47
  },
39
48
  "signout": "로그아웃",
@@ -84,4 +93,4 @@
84
93
  "security": "보안",
85
94
  "stats": "통계"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "DeepSeek 추론 모델이 지원하는 새로운 API 제품입니다."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "DeepSeek 추론 모델이 지원하는 새로운 API 제품입니다."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "성능과 비용의 균형을 맞추어 일반적인 시나리오에 적합합니다."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "E-mailadres",
37
+ "sso": {
38
+ "loading": "Bezig met laden van gekoppelde externe accounts",
39
+ "providers": "Verbindingse accounts",
40
+ "unlink": {
41
+ "description": "Als u ontkoppelt, kunt u niet meer inloggen met het {{provider}} account “{{providerAccountId}}”. Als u het {{provider}} account opnieuw aan deze account wilt koppelen, zorg er dan voor dat het e-mailadres van het {{provider}} account {{email}} is, dan zullen we het automatisch koppelen aan de huidige ingelogde account.",
42
+ "forbidden": "U moet minstens één extern account gekoppeld houden.",
43
+ "title": "Wilt u dit externe account {{provider}} ontkoppelen?"
44
+ }
45
+ },
37
46
  "username": "Gebruikersnaam"
38
47
  },
39
48
  "signout": "Uitloggen",
@@ -84,4 +93,4 @@
84
93
  "security": "Beveiliging",
85
94
  "stats": "Statistieken"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Een nieuw API-product ondersteund door het DeepSeek redeneringsmodel."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Een nieuw API-product ondersteund door het DeepSeek redeneringsmodel."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Biedt een balans tussen prestaties en kosten, geschikt voor algemene scenario's."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Awatar",
36
36
  "email": "Adres e-mail",
37
+ "sso": {
38
+ "loading": "Ładowanie powiązanych kont zewnętrznych",
39
+ "providers": "Podłączone konta",
40
+ "unlink": {
41
+ "description": "Po odłączeniu nie będziesz mógł korzystać z konta {{provider}} „{{providerAccountId}}” do logowania. Jeśli potrzebujesz ponownie powiązać konto {{provider}} z bieżącym kontem, upewnij się, że adres e-mail konta {{provider}} to {{email}}, a my automatycznie je powiążemy podczas logowania.",
42
+ "forbidden": "Musisz zachować co najmniej jedno powiązane konto zewnętrzne.",
43
+ "title": "Czy odłączyć to konto zewnętrzne {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Nazwa użytkownika"
38
47
  },
39
48
  "signout": "Wyloguj się",
@@ -84,4 +93,4 @@
84
93
  "security": "Bezpieczeństwo",
85
94
  "stats": "Statystyki"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Nowy produkt API wspierany przez model wnioskowania DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Nowy produkt API wspierany przez model wnioskowania DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Równoważy wydajność i koszty, odpowiedni do ogólnych scenariuszy."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "Endereço de E-mail",
37
+ "sso": {
38
+ "loading": "Carregando contas de terceiros vinculadas",
39
+ "providers": "Contas conectadas",
40
+ "unlink": {
41
+ "description": "Após desvincular, você não poderá usar a conta {{provider}} “{{providerAccountId}}” para fazer login. Se precisar re-vincular a conta {{provider}} à conta atual, certifique-se de que o endereço de e-mail da conta {{provider}} seja {{email}}; nós a vincularemos automaticamente à conta de login atual.",
42
+ "forbidden": "Você deve manter pelo menos uma conta de terceiros vinculada.",
43
+ "title": "Deseja desvincular a conta de terceiros {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Nome de Usuário"
38
47
  },
39
48
  "signout": "Sair",
@@ -84,4 +93,4 @@
84
93
  "security": "Segurança",
85
94
  "stats": "Estatísticas"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Novo produto API suportado pelo modelo de raciocínio da DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Um novo produto de API suportado pelo modelo de raciocínio DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Equilibra desempenho e custo, adequado para cenários gerais."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Аватар",
36
36
  "email": "Электронная почта",
37
+ "sso": {
38
+ "loading": "Загрузка связанных сторонних аккаунтов",
39
+ "providers": "Подключенные аккаунты",
40
+ "unlink": {
41
+ "description": "После отключения вы не сможете использовать аккаунт {{provider}} \"{{providerAccountId}}\" для входа. Если вам нужно повторно связать аккаунт {{provider}} с текущим аккаунтом, убедитесь, что адрес электронной почты вашего аккаунта {{provider}} - {{email}}. Мы автоматически свяжем его с текущим вошедшим в систему аккаунтом при входе.",
42
+ "forbidden": "Вы должны оставить хотя бы одну привязку стороннего аккаунта.",
43
+ "title": "Вы уверены, что хотите отменить связь с сторонним аккаунтом {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Имя пользователя"
38
47
  },
39
48
  "signout": "Выйти",
@@ -84,4 +93,4 @@
84
93
  "security": "Безопасность",
85
94
  "stats": "Статистика"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Новый API продукт, поддерживаемый моделью вывода DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Новый API продукт, поддерживаемый моделью вывода DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Балансирует производительность и стоимость, подходит для общих сценариев."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Avatar",
36
36
  "email": "E-posta Adresi",
37
+ "sso": {
38
+ "loading": "Bağlı üçüncü taraf hesapları yükleniyor",
39
+ "providers": "Bağlı Hesaplar",
40
+ "unlink": {
41
+ "description": "Bu hesap ile {{provider}} hesap “{{providerAccountId}}” ilişkisi kesildiğinde giriş yapamayacaksınız. Eğer {{provider}} hesabınızı mevcut hesaba yeniden bağlamak isterseniz, lütfen {{provider}} hesabının e-posta adresinin {{email}} olduğundan emin olun, giriş yaptığınızda otomatik olarak mevcut hesaba bağlanacaktır.",
42
+ "forbidden": "En az bir üçüncü taraf hesap bağlamaya devam etmelisiniz.",
43
+ "title": "{{provider}} adlı üçüncü taraf hesabını kaldırmak istiyor musunuz?"
44
+ }
45
+ },
37
46
  "username": "Kullanıcı Adı"
38
47
  },
39
48
  "signout": "Çıkış Yap",
@@ -84,4 +93,4 @@
84
93
  "security": "Güvenlik",
85
94
  "stats": "İstatistikler"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "DeepSeek akıl yürütme modeli tarafından desteklenen yeni API ürünü."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "DeepSeek'in akıl yürütme modeli tarafından desteklenen yeni API ürünü."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Performans ve maliyet arasında denge sağlar, genel senaryolar için uygundur."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "Ảnh đại diện",
36
36
  "email": "Địa chỉ email",
37
+ "sso": {
38
+ "loading": "Đang tải tài khoản bên thứ ba đã liên kết",
39
+ "providers": "Tài khoản liên kết",
40
+ "unlink": {
41
+ "description": "Sau khi hủy liên kết, bạn sẽ không thể sử dụng tài khoản {{provider}} “{{providerAccountId}}” để đăng nhập. Nếu bạn cần liên kết lại tài khoản {{provider}} với tài khoản hiện tại, hãy đảm bảo rằng địa chỉ email của tài khoản {{provider}} là {{email}} , chúng tôi sẽ tự động liên kết nó với tài khoản đăng nhập hiện tại của bạn khi bạn đăng nhập.",
42
+ "forbidden": "Bạn cần phải giữ lại ít nhất một tài khoản bên thứ ba được liên kết.",
43
+ "title": "Có chắc chắn muốn hủy liên kết tài khoản bên thứ ba {{provider}}?"
44
+ }
45
+ },
37
46
  "username": "Tên người dùng"
38
47
  },
39
48
  "signout": "Đăng xuất",
@@ -84,4 +93,4 @@
84
93
  "security": "Bảo mật",
85
94
  "stats": "Thống kê"
86
95
  }
87
- }
96
+ }
@@ -1577,6 +1577,9 @@
1577
1577
  "sonar-reasoning": {
1578
1578
  "description": "Sản phẩm API mới được hỗ trợ bởi mô hình suy luận của DeepSeek."
1579
1579
  },
1580
+ "sonar-reasoning-pro": {
1581
+ "description": "Sản phẩm API mới được hỗ trợ bởi mô hình suy diễn DeepSeek."
1582
+ },
1580
1583
  "step-1-128k": {
1581
1584
  "description": "Cân bằng hiệu suất và chi phí, phù hợp cho các tình huống chung."
1582
1585
  },
@@ -34,6 +34,15 @@
34
34
  "profile": {
35
35
  "avatar": "头像",
36
36
  "email": "电子邮件地址",
37
+ "sso": {
38
+ "loading": "正在加载已绑定的第三方账户",
39
+ "providers": "连接的帐户",
40
+ "unlink": {
41
+ "description": "解绑后,您将无法使用 {{provider}} 账户“{{providerAccountId}}”登录。如果您需要重新绑定 {{provider}} 账户到当前账户,请确保 {{provider}} 账户的邮件地址为 {{email}} ,我们会在登陆时为你自动绑定到当前登录账户。",
42
+ "forbidden": "您至少需要保留一个第三方账户绑定。",
43
+ "title": "是否解绑该第三方账户 {{provider}} ?"
44
+ }
45
+ },
37
46
  "username": "用户名"
38
47
  },
39
48
  "signout": "退出登录",