Timothy Jaeryang Baek 6 месяцев назад
Родитель
Сommit
e9c93d082e
58 измененных файлов с 57 добавлено и 1 удалено
  1. 1 1
      CHANGELOG.md
  2. 1 0
      src/lib/i18n/locales/ar-BH/translation.json
  3. 1 0
      src/lib/i18n/locales/ar/translation.json
  4. 1 0
      src/lib/i18n/locales/bg-BG/translation.json
  5. 1 0
      src/lib/i18n/locales/bn-BD/translation.json
  6. 1 0
      src/lib/i18n/locales/bo-TB/translation.json
  7. 1 0
      src/lib/i18n/locales/ca-ES/translation.json
  8. 1 0
      src/lib/i18n/locales/ceb-PH/translation.json
  9. 1 0
      src/lib/i18n/locales/cs-CZ/translation.json
  10. 1 0
      src/lib/i18n/locales/da-DK/translation.json
  11. 1 0
      src/lib/i18n/locales/de-DE/translation.json
  12. 1 0
      src/lib/i18n/locales/dg-DG/translation.json
  13. 1 0
      src/lib/i18n/locales/el-GR/translation.json
  14. 1 0
      src/lib/i18n/locales/en-GB/translation.json
  15. 1 0
      src/lib/i18n/locales/en-US/translation.json
  16. 1 0
      src/lib/i18n/locales/es-ES/translation.json
  17. 1 0
      src/lib/i18n/locales/et-EE/translation.json
  18. 1 0
      src/lib/i18n/locales/eu-ES/translation.json
  19. 1 0
      src/lib/i18n/locales/fa-IR/translation.json
  20. 1 0
      src/lib/i18n/locales/fi-FI/translation.json
  21. 1 0
      src/lib/i18n/locales/fr-CA/translation.json
  22. 1 0
      src/lib/i18n/locales/fr-FR/translation.json
  23. 1 0
      src/lib/i18n/locales/gl-ES/translation.json
  24. 1 0
      src/lib/i18n/locales/he-IL/translation.json
  25. 1 0
      src/lib/i18n/locales/hi-IN/translation.json
  26. 1 0
      src/lib/i18n/locales/hr-HR/translation.json
  27. 1 0
      src/lib/i18n/locales/hu-HU/translation.json
  28. 1 0
      src/lib/i18n/locales/id-ID/translation.json
  29. 1 0
      src/lib/i18n/locales/ie-GA/translation.json
  30. 1 0
      src/lib/i18n/locales/it-IT/translation.json
  31. 1 0
      src/lib/i18n/locales/ja-JP/translation.json
  32. 1 0
      src/lib/i18n/locales/ka-GE/translation.json
  33. 1 0
      src/lib/i18n/locales/ko-KR/translation.json
  34. 1 0
      src/lib/i18n/locales/lt-LT/translation.json
  35. 1 0
      src/lib/i18n/locales/ms-MY/translation.json
  36. 1 0
      src/lib/i18n/locales/nb-NO/translation.json
  37. 1 0
      src/lib/i18n/locales/nl-NL/translation.json
  38. 1 0
      src/lib/i18n/locales/pa-IN/translation.json
  39. 1 0
      src/lib/i18n/locales/pl-PL/translation.json
  40. 1 0
      src/lib/i18n/locales/pt-BR/translation.json
  41. 1 0
      src/lib/i18n/locales/pt-PT/translation.json
  42. 1 0
      src/lib/i18n/locales/ro-RO/translation.json
  43. 1 0
      src/lib/i18n/locales/ru-RU/translation.json
  44. 1 0
      src/lib/i18n/locales/sk-SK/translation.json
  45. 1 0
      src/lib/i18n/locales/sr-RS/translation.json
  46. 1 0
      src/lib/i18n/locales/sv-SE/translation.json
  47. 1 0
      src/lib/i18n/locales/th-TH/translation.json
  48. 1 0
      src/lib/i18n/locales/tk-TM/translation.json
  49. 1 0
      src/lib/i18n/locales/tr-TR/translation.json
  50. 1 0
      src/lib/i18n/locales/ug-CN/translation.json
  51. 1 0
      src/lib/i18n/locales/uk-UA/translation.json
  52. 1 0
      src/lib/i18n/locales/ur-PK/translation.json
  53. 1 0
      src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
  54. 1 0
      src/lib/i18n/locales/uz-Latn-Uz/translation.json
  55. 1 0
      src/lib/i18n/locales/vi-VN/translation.json
  56. 1 0
      src/lib/i18n/locales/zh-CN/translation.json
  57. 1 0
      src/lib/i18n/locales/zh-TW/translation.json
  58. 0 0
      static/pyodide/pyodide-lock.json

+ 1 - 1
CHANGELOG.md

@@ -96,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - ↕️ **Improved Pinned Models Drag-and-Drop Behavior**: The drag-and-drop functionality for reordering pinned models is now explicitly disabled on mobile devices, ensuring better usability and preventing potential UI conflicts or unexpected behavior.
 - 📱 **PWA Rotation Behavior Corrected**: The Progressive Web App now correctly respects the device's screen orientation lock, preventing unwanted rotation and ensuring a more native mobile experience.
 - ✏️ **Improved Chat Title Editing Behavior**: Changes to a chat title are now reliably saved when the user clicks away or presses Enter, replacing a less intuitive behavior that could accidentally discard edits. This makes renaming chats a smoother and more predictable experience.
-- ✏️ **Underscores Allowed in Prompt Commands**: Fixed the validation for prompt commands to correctly allow the use of underscores ('_'), aligning with documentation examples and improving flexibility in naming custom prompts.
+- ✏️ **Underscores Allowed in Prompt Commands**: Fixed the validation for prompt commands to correctly allow the use of underscores ('\_'), aligning with documentation examples and improving flexibility in naming custom prompts.
 - 💡 **Title Generation Button Behavior Fixed**: Resolved an issue where clicking the "Generate Title" button while editing a chat or note title would incorrectly save the title before generation could start. The focus is now managed correctly, ensuring a smooth and predictable user experience.
 - ✏️ **Consistent Chat Input Height**: Fixed a minor visual bug where the chat input field's height would change slightly when toggling the "Rich Text Input for Chat" setting, ensuring a more stable and consistent layout.
 - 🙈 **Admin UI Toggle Stability**: Fixed a visual glitch in the Admin settings where toggle switches could briefly display an incorrect state on page load, ensuring the UI always accurately reflects the saved settings.

+ 1 - 0
src/lib/i18n/locales/ar-BH/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/ar/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "البحث في المجموعة",
 	"Search Filters": "مرشحات البحث",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "البحث عن وسوم",

+ 1 - 0
src/lib/i18n/locales/bg-BG/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Търсене в колекция",
 	"Search Filters": "Филтри за търсене",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "търсене на тагове",

+ 1 - 0
src/lib/i18n/locales/bn-BD/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/bo-TB/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "བསྡུ་གསོག་འཚོལ་བཤེར།",
 	"Search Filters": "འཚོལ་བཤེར་འཚག་མ།",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "རྟགས་འཚོལ་བ།",

+ 1 - 0
src/lib/i18n/locales/ca-ES/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Cercar col·leccions",
 	"Search Filters": "Filtres de cerca",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "cercar etiquetes",

+ 1 - 0
src/lib/i18n/locales/ceb-PH/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/cs-CZ/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Hledat kolekci",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "hledání značek",

+ 1 - 0
src/lib/i18n/locales/da-DK/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Søg i samling",
 	"Search Filters": "Søg i filtre",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "søg efter tags",

+ 1 - 0
src/lib/i18n/locales/de-DE/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Sammlung durchsuchen",
 	"Search Filters": "Suchfilter",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "nach Tags suchen",

+ 1 - 0
src/lib/i18n/locales/dg-DG/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/el-GR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Αναζήτηση Συλλογής",
 	"Search Filters": "Φίλτρα Αναζήτησης",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "αναζήτηση για ετικέτες",

+ 1 - 0
src/lib/i18n/locales/en-GB/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/en-US/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/es-ES/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Buscar Colección",
 	"Search Filters": "Buscar Filtros",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "Buscar por etiquetas",

+ 1 - 0
src/lib/i18n/locales/et-EE/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Otsi kogust",
 	"Search Filters": "Otsingu filtrid",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "otsi silte",

+ 1 - 0
src/lib/i18n/locales/eu-ES/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Bilatu bilduma",
 	"Search Filters": "Bilaketa iragazkiak",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "bilatu etiketak",

+ 1 - 0
src/lib/i18n/locales/fa-IR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "جستجوی مجموعه\u200cها",
 	"Search Filters": "فیلترهای جستجو",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "جستجو برای برچسب\u200cها",

+ 1 - 0
src/lib/i18n/locales/fi-FI/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Hae kokoelmaa",
 	"Search Filters": "Hakusuodattimet",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "hae tageja",

+ 1 - 0
src/lib/i18n/locales/fr-CA/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Rechercher une collection",
 	"Search Filters": "Filtres de recherche",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "Rechercher des tags",

+ 1 - 0
src/lib/i18n/locales/fr-FR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Rechercher une collection",
 	"Search Filters": "Filtres de recherche",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "Rechercher des tags",

+ 1 - 0
src/lib/i18n/locales/gl-ES/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Buscar Colección",
 	"Search Filters": "Filtros de búsqueda",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "buscar etiquetas",

+ 1 - 0
src/lib/i18n/locales/he-IL/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/hi-IN/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/hr-HR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/hu-HU/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Gyűjtemény keresése",
 	"Search Filters": "Keresési szűrők",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "címkék keresése",

+ 1 - 0
src/lib/i18n/locales/id-ID/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/ie-GA/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Bailiúchán Cuardaigh",
 	"Search Filters": "Scagairí Cuardaigh",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "cuardach le haghaidh clibeanna",

+ 1 - 0
src/lib/i18n/locales/it-IT/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Cerca collezione",
 	"Search Filters": "Cerca filtri",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "cerca tag",

+ 1 - 0
src/lib/i18n/locales/ja-JP/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Collectionの検索",
 	"Search Filters": "フィルターの検索",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "タグを検索",

+ 1 - 0
src/lib/i18n/locales/ka-GE/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "კოლექციის ძებნა",
 	"Search Filters": "ფილტრების ძებნა",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "ჭდეების ძებნა",

+ 1 - 0
src/lib/i18n/locales/ko-KR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "컬렉션 검색",
 	"Search Filters": "필터 검색",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "태그 검색",

+ 1 - 0
src/lib/i18n/locales/lt-LT/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/ms-MY/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/nb-NO/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Søk etter samling",
 	"Search Filters": "Søk etter filtre",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "søk etter etiketter",

+ 1 - 0
src/lib/i18n/locales/nl-NL/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Zoek naar verzamelingen",
 	"Search Filters": "Zoek naar filters",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "Zoek naar tags",

+ 1 - 0
src/lib/i18n/locales/pa-IN/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/pl-PL/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Przeszukaj kolekcję",
 	"Search Filters": "Filtry wyszukiwania",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "wyszukiwanie tagów",

+ 1 - 0
src/lib/i18n/locales/pt-BR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Pesquisar Coleção",
 	"Search Filters": "Pesquisar Filtros",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "Pesquisar por tags",

+ 1 - 0
src/lib/i18n/locales/pt-PT/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/ro-RO/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Căutare Colecție",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "caută etichete",

+ 1 - 0
src/lib/i18n/locales/ru-RU/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Поиск коллекции",
 	"Search Filters": "Поиск фильтров",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "искать для тегов",

+ 1 - 0
src/lib/i18n/locales/sk-SK/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Hľadať kolekciu",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "hľadanie značiek",

+ 1 - 0
src/lib/i18n/locales/sr-RS/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Претражи колекцију",
 	"Search Filters": "Претражи филтере",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/sv-SE/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Sök samling",
 	"Search Filters": "Sökfilter",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "sök efter taggar",

+ 1 - 0
src/lib/i18n/locales/th-TH/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/tk-TM/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "",

+ 1 - 0
src/lib/i18n/locales/tr-TR/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Koleksiyon Ara",
 	"Search Filters": "Filtreleri Ara",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "etiketler için ara",

+ 1 - 0
src/lib/i18n/locales/ug-CN/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "توپلام ئىزدەش",
 	"Search Filters": "سۈزگۈچ ئىزدەش",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "تەغ ئىزدەش",

+ 1 - 0
src/lib/i18n/locales/uk-UA/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Шукати колекцію",
 	"Search Filters": "Фільтри пошуку",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "шукати теги",

+ 1 - 0
src/lib/i18n/locales/ur-PK/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "مجموعہ تلاش کریں",
 	"Search Filters": "",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "ٹیگز کے لیے تلاش کریں",

+ 1 - 0
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Тўпламни қидириш",
 	"Search Filters": "Қидирув филтрлари",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "тегларни қидиринг",

+ 1 - 0
src/lib/i18n/locales/uz-Latn-Uz/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "To'plamni qidirish",
 	"Search Filters": "Qidiruv filtrlari",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "teglarni qidiring",

+ 1 - 0
src/lib/i18n/locales/vi-VN/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "Tìm kiếm Bộ sưu tập",
 	"Search Filters": "Bộ lọc Tìm kiếm",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "tìm kiếm thẻ",

+ 1 - 0
src/lib/i18n/locales/zh-CN/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "搜索内容",
 	"Search Filters": "搜索过滤器",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "搜索标签",

+ 1 - 0
src/lib/i18n/locales/zh-TW/translation.json

@@ -1162,6 +1162,7 @@
 	"Search Collection": "搜尋集合",
 	"Search Filters": "搜尋篩選器",
 	"search for archived chats": "",
+	"search for folders": "",
 	"search for pinned chats": "",
 	"search for shared chats": "",
 	"search for tags": "搜尋標籤",

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
static/pyodide/pyodide-lock.json


Некоторые файлы не были показаны из-за большого количества измененных файлов