浏览代码

doc: changelog

Timothy Jaeryang Baek 4 月之前
父节点
当前提交
df4a8e167d
共有 52 个文件被更改,包括 66 次插入3 次删除
  1. 14 0
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json
  4. 1 0
      src/lib/i18n/locales/ar-BH/translation.json
  5. 1 0
      src/lib/i18n/locales/bg-BG/translation.json
  6. 1 0
      src/lib/i18n/locales/bn-BD/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/eu-ES/translation.json
  18. 1 0
      src/lib/i18n/locales/fa-IR/translation.json
  19. 1 0
      src/lib/i18n/locales/fi-FI/translation.json
  20. 1 0
      src/lib/i18n/locales/fr-CA/translation.json
  21. 1 0
      src/lib/i18n/locales/fr-FR/translation.json
  22. 1 0
      src/lib/i18n/locales/he-IL/translation.json
  23. 1 0
      src/lib/i18n/locales/hi-IN/translation.json
  24. 1 0
      src/lib/i18n/locales/hr-HR/translation.json
  25. 1 0
      src/lib/i18n/locales/hu-HU/translation.json
  26. 1 0
      src/lib/i18n/locales/id-ID/translation.json
  27. 1 0
      src/lib/i18n/locales/ie-GA/translation.json
  28. 1 0
      src/lib/i18n/locales/it-IT/translation.json
  29. 1 0
      src/lib/i18n/locales/ja-JP/translation.json
  30. 1 0
      src/lib/i18n/locales/ka-GE/translation.json
  31. 1 0
      src/lib/i18n/locales/ko-KR/translation.json
  32. 1 0
      src/lib/i18n/locales/lt-LT/translation.json
  33. 1 0
      src/lib/i18n/locales/ms-MY/translation.json
  34. 1 0
      src/lib/i18n/locales/nb-NO/translation.json
  35. 1 0
      src/lib/i18n/locales/nl-NL/translation.json
  36. 1 0
      src/lib/i18n/locales/pa-IN/translation.json
  37. 1 0
      src/lib/i18n/locales/pl-PL/translation.json
  38. 1 0
      src/lib/i18n/locales/pt-BR/translation.json
  39. 1 0
      src/lib/i18n/locales/pt-PT/translation.json
  40. 1 0
      src/lib/i18n/locales/ro-RO/translation.json
  41. 1 0
      src/lib/i18n/locales/ru-RU/translation.json
  42. 1 0
      src/lib/i18n/locales/sk-SK/translation.json
  43. 1 0
      src/lib/i18n/locales/sr-RS/translation.json
  44. 1 0
      src/lib/i18n/locales/sv-SE/translation.json
  45. 1 0
      src/lib/i18n/locales/th-TH/translation.json
  46. 1 0
      src/lib/i18n/locales/tk-TW/translation.json
  47. 1 0
      src/lib/i18n/locales/tr-TR/translation.json
  48. 1 0
      src/lib/i18n/locales/uk-UA/translation.json
  49. 1 0
      src/lib/i18n/locales/ur-PK/translation.json
  50. 1 0
      src/lib/i18n/locales/vi-VN/translation.json
  51. 1 0
      src/lib/i18n/locales/zh-CN/translation.json
  52. 1 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 14 - 0
CHANGELOG.md

@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
+## [0.5.1] - 2024-12-25
+
+### Added
+
+- **🔕 Notification Sound Toggle**: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus.
+
+### Fixed
+
+- **🔄 Non-Streaming Response Visibility**: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations.
+- **🖋️ Title Generation with OpenAI APIs**: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization.
+- **👥 Admin Panel User Limit**: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions.
+- **🖼️ Image Generation Error**: Fixed the issue causing 'get_automatic1111_api_auth()' errors in image generation, ensuring seamless creative workflows.
+- **⚙️ Pipeline Admin Loading Issue**: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel.
+
 ## [0.5.0] - 2024-12-25
 ## [0.5.0] - 2024-12-25
 
 
 ### Added
 ### Added

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
 	"name": "open-webui",
 	"name": "open-webui",
-	"version": "0.5.0",
+	"version": "0.5.1",
 	"lockfileVersion": 3,
 	"lockfileVersion": 3,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
 			"name": "open-webui",
 			"name": "open-webui",
-			"version": "0.5.0",
+			"version": "0.5.1",
 			"dependencies": {
 			"dependencies": {
 				"@codemirror/lang-javascript": "^6.2.2",
 				"@codemirror/lang-javascript": "^6.2.2",
 				"@codemirror/lang-python": "^6.1.6",
 				"@codemirror/lang-python": "^6.1.6",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "open-webui",
 	"name": "open-webui",
-	"version": "0.5.0",
+	"version": "0.5.1",
 	"private": true,
 	"private": true,
 	"scripts": {
 	"scripts": {
 		"dev": "npm run pyodide:fetch && vite dev --host",
 		"dev": "npm run pyodide:fetch && vite dev --host",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "إشعارات",
 	"Notifications": "إشعارات",
 	"November": "نوفمبر",
 	"November": "نوفمبر",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Десктоп Известия",
 	"Notifications": "Десктоп Известия",
 	"November": "Ноември",
 	"November": "Ноември",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "নোটিফিকেশনসমূহ",
 	"Notifications": "নোটিফিকেশনসমূহ",
 	"November": "নভেম্বর",
 	"November": "নভেম্বর",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "No ajuda",
 	"Not helpful": "No ajuda",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
 	"Notes": "Notes",
 	"Notes": "Notes",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificacions",
 	"Notifications": "Notificacions",
 	"November": "Novembre",
 	"November": "Novembre",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Mga pahibalo sa desktop",
 	"Notifications": "Mga pahibalo sa desktop",
 	"November": "",
 	"November": "",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Nepomocné",
 	"Not helpful": "Nepomocné",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Pokud nastavíte minimální skóre, vyhledávání vrátí pouze dokumenty s hodnocením, které je větší nebo rovno zadanému minimálnímu skóre.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Pokud nastavíte minimální skóre, vyhledávání vrátí pouze dokumenty s hodnocením, které je větší nebo rovno zadanému minimálnímu skóre.",
 	"Notes": "Poznámky",
 	"Notes": "Poznámky",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Oznámení",
 	"Notifications": "Oznámení",
 	"November": "Listopad",
 	"November": "Listopad",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifikationer",
 	"Notifications": "Notifikationer",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Nich hilfreich",
 	"Not helpful": "Nich hilfreich",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
 	"Notes": "Notizen",
 	"Notes": "Notizen",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Benachrichtigungen",
 	"Notifications": "Benachrichtigungen",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifications",
 	"Notifications": "Notifications",
 	"November": "",
 	"November": "",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Δεν είναι χρήσιμο",
 	"Not helpful": "Δεν είναι χρήσιμο",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Σημείωση: Αν ορίσετε ένα ελάχιστο score, η αναζήτηση θα επιστρέψει μόνο έγγραφα με score μεγαλύτερο ή ίσο με το ελάχιστο score.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Σημείωση: Αν ορίσετε ένα ελάχιστο score, η αναζήτηση θα επιστρέψει μόνο έγγραφα με score μεγαλύτερο ή ίσο με το ελάχιστο score.",
 	"Notes": "Σημειώσεις",
 	"Notes": "Σημειώσεις",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Ειδοποιήσεις",
 	"Notifications": "Ειδοποιήσεις",
 	"November": "Νοέμβριος",
 	"November": "Νοέμβριος",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificaciones",
 	"Notifications": "Notificaciones",
 	"November": "Noviembre",
 	"November": "Noviembre",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Ez da lagungarria",
 	"Not helpful": "Ez da lagungarria",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Oharra: Gutxieneko puntuazio bat ezartzen baduzu, bilaketak gutxieneko puntuazioa baino handiagoa edo berdina duten dokumentuak soilik itzuliko ditu.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Oharra: Gutxieneko puntuazio bat ezartzen baduzu, bilaketak gutxieneko puntuazioa baino handiagoa edo berdina duten dokumentuak soilik itzuliko ditu.",
 	"Notes": "Oharrak",
 	"Notes": "Oharrak",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Jakinarazpenak",
 	"Notifications": "Jakinarazpenak",
 	"November": "Azaroa",
 	"November": "Azaroa",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "اعلان",
 	"Notifications": "اعلان",
 	"November": "نوامبر",
 	"November": "نوامبر",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Ei hyödyllinen",
 	"Not helpful": "Ei hyödyllinen",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huomautus: Jos asetat vähimmäispistemäärän, haku palauttaa vain sellaiset asiakirjat, joiden pistemäärä on vähintään vähimmäismäärä.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huomautus: Jos asetat vähimmäispistemäärän, haku palauttaa vain sellaiset asiakirjat, joiden pistemäärä on vähintään vähimmäismäärä.",
 	"Notes": "Muistiinpanot",
 	"Notes": "Muistiinpanot",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Ilmoitukset",
 	"Notifications": "Ilmoitukset",
 	"November": "marraskuu",
 	"November": "marraskuu",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifications",
 	"Notifications": "Notifications",
 	"November": "Novembre",
 	"November": "Novembre",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Pas utile",
 	"Not helpful": "Pas utile",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Notes": "Notes",
 	"Notes": "Notes",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifications",
 	"Notifications": "Notifications",
 	"November": "Novembre",
 	"November": "Novembre",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "התראות",
 	"Notifications": "התראות",
 	"November": "נובמבר",
 	"November": "נובמבר",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "सूचनाएं",
 	"Notifications": "सूचनाएं",
 	"November": "नवंबर",
 	"November": "नवंबर",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Obavijesti",
 	"Notifications": "Obavijesti",
 	"November": "Studeni",
 	"November": "Studeni",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Nem segítőkész",
 	"Not helpful": "Nem segítőkész",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Megjegyzés: Ha minimum pontszámot állít be, a keresés csak olyan dokumentumokat ad vissza, amelyek pontszáma nagyobb vagy egyenlő a minimum pontszámmal.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Megjegyzés: Ha minimum pontszámot állít be, a keresés csak olyan dokumentumokat ad vissza, amelyek pontszáma nagyobb vagy egyenlő a minimum pontszámmal.",
 	"Notes": "Jegyzetek",
 	"Notes": "Jegyzetek",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Értesítések",
 	"Notifications": "Értesítések",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Pemberitahuan",
 	"Notifications": "Pemberitahuan",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Gan a bheith cabhrach",
 	"Not helpful": "Gan a bheith cabhrach",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
 	"Notes": "Nótaí",
 	"Notes": "Nótaí",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Fógraí",
 	"Notifications": "Fógraí",
 	"November": "Samhain",
 	"November": "Samhain",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifiche desktop",
 	"Notifications": "Notifiche desktop",
 	"November": "Novembre",
 	"November": "Novembre",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "デスクトップ通知",
 	"Notifications": "デスクトップ通知",
 	"November": "11月",
 	"November": "11月",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "შეტყობინება",
 	"Notifications": "შეტყობინება",
 	"November": "ნოემბერი",
 	"November": "ნოემბერი",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "도움이 되지않음",
 	"Not helpful": "도움이 되지않음",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
 	"Notes": "노트",
 	"Notes": "노트",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "알림",
 	"Notifications": "알림",
 	"November": "11월",
 	"November": "11월",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Pranešimai",
 	"Notifications": "Pranešimai",
 	"November": "lapkritis",
 	"November": "lapkritis",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Pemberitahuan",
 	"Notifications": "Pemberitahuan",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Ikke nyttig",
 	"Not helpful": "Ikke nyttig",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du setter en minimumspoengsum, returnerer søket kun dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du setter en minimumspoengsum, returnerer søket kun dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
 	"Notes": "Notater",
 	"Notes": "Notater",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Varsler",
 	"Notifications": "Varsler",
 	"November": "november",
 	"November": "november",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Niet nuttig",
 	"Not helpful": "Niet nuttig",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als je een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als je een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
 	"Notes": "Aantekeningen",
 	"Notes": "Aantekeningen",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificaties",
 	"Notifications": "Notificaties",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "ਸੂਚਨਾਵਾਂ",
 	"Notifications": "ਸੂਚਨਾਵਾਂ",
 	"November": "ਨਵੰਬਰ",
 	"November": "ਨਵੰਬਰ",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Powiadomienia",
 	"Notifications": "Powiadomienia",
 	"November": "Listopad",
 	"November": "Listopad",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Não é útil",
 	"Not helpful": "Não é útil",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
 	"Notes": "Notas",
 	"Notes": "Notas",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificações",
 	"Notifications": "Notificações",
 	"November": "Novembro",
 	"November": "Novembro",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificações da Área de Trabalho",
 	"Notifications": "Notificações da Área de Trabalho",
 	"November": "Novembro",
 	"November": "Novembro",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Nu este de ajutor",
 	"Not helpful": "Nu este de ajutor",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Notă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Notă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
 	"Notes": "Note",
 	"Notes": "Note",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notificări",
 	"Notifications": "Notificări",
 	"November": "Noiembrie",
 	"November": "Noiembrie",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Бесполезно",
 	"Not helpful": "Бесполезно",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Уведомления",
 	"Notifications": "Уведомления",
 	"November": "Ноябрь",
 	"November": "Ноябрь",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Nepomocné",
 	"Not helpful": "Nepomocné",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Ak nastavíte minimálne skóre, vyhľadávanie vráti iba dokumenty s hodnotením, ktoré je väčšie alebo rovné zadanému minimálnemu skóre.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Ak nastavíte minimálne skóre, vyhľadávanie vráti iba dokumenty s hodnotením, ktoré je väčšie alebo rovné zadanému minimálnemu skóre.",
 	"Notes": "Poznámky",
 	"Notes": "Poznámky",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Oznámenia",
 	"Notifications": "Oznámenia",
 	"November": "November",
 	"November": "November",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Обавештења",
 	"Notifications": "Обавештења",
 	"November": "Новембар",
 	"November": "Новембар",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Notifikationer",
 	"Notifications": "Notifikationer",
 	"November": "november",
 	"November": "november",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "การแจ้งเตือน",
 	"Notifications": "การแจ้งเตือน",
 	"November": "พฤศจิกายน",
 	"November": "พฤศจิกายน",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Bildirimler",
 	"Notifications": "Bildirimler",
 	"November": "Kasım",
 	"November": "Kasım",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "Не корисно",
 	"Not helpful": "Не корисно",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
 	"Notes": "Примітки",
 	"Notes": "Примітки",
+	"Notification Sound": "",
 	"Notification Webhook": "Вебхук для сповіщень",
 	"Notification Webhook": "Вебхук для сповіщень",
 	"Notifications": "Сповіщення",
 	"Notifications": "Сповіщення",
 	"November": "Листопад",
 	"November": "Листопад",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "مددگار نہیں ہے",
 	"Not helpful": "مددگار نہیں ہے",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "نوٹ: اگر آپ کم از کم سکور سیٹ کرتے ہیں، تو تلاش صرف ان دستاویزات کو واپس کرے گی جن کا سکور کم از کم سکور کے برابر یا اس سے زیادہ ہوگا",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "نوٹ: اگر آپ کم از کم سکور سیٹ کرتے ہیں، تو تلاش صرف ان دستاویزات کو واپس کرے گی جن کا سکور کم از کم سکور کے برابر یا اس سے زیادہ ہوگا",
 	"Notes": "نوٹس",
 	"Notes": "نوٹس",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "اطلاعات",
 	"Notifications": "اطلاعات",
 	"November": "نومبر",
 	"November": "نومبر",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "",
 	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
 	"Notes": "",
 	"Notes": "",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "Thông báo trên máy tính (Notification)",
 	"Notifications": "Thông báo trên máy tính (Notification)",
 	"November": "Tháng 11",
 	"November": "Tháng 11",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "无帮助",
 	"Not helpful": "无帮助",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
 	"Notes": "笔记",
 	"Notes": "笔记",
+	"Notification Sound": "",
 	"Notification Webhook": "通知 Webhook",
 	"Notification Webhook": "通知 Webhook",
 	"Notifications": "桌面通知",
 	"Notifications": "桌面通知",
 	"November": "十一月",
 	"November": "十一月",

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

@@ -630,6 +630,7 @@
 	"Not helpful": "沒有幫助",
 	"Not helpful": "沒有幫助",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
 	"Notes": "注意",
 	"Notes": "注意",
+	"Notification Sound": "",
 	"Notification Webhook": "",
 	"Notification Webhook": "",
 	"Notifications": "通知",
 	"Notifications": "通知",
 	"November": "11 月",
 	"November": "11 月",