diff --git a/src/lib/components/chat/SettingsModal.svelte b/src/lib/components/chat/SettingsModal.svelte index 19a98fe35..3cdba4fdb 100644 --- a/src/lib/components/chat/SettingsModal.svelte +++ b/src/lib/components/chat/SettingsModal.svelte @@ -16,6 +16,7 @@ import User from '../icons/User.svelte'; import Personalization from './Settings/Personalization.svelte'; import Search from '../icons/Search.svelte'; + import XMark from '../icons/XMark.svelte'; import Connections from './Settings/Connections.svelte'; import Tools from './Settings/Tools.svelte'; @@ -541,21 +542,13 @@
{$i18n.t('Settings')}
diff --git a/src/lib/components/icons/XMark.svelte b/src/lib/components/icons/XMark.svelte index b75be506c..adf1715d1 100644 --- a/src/lib/components/icons/XMark.svelte +++ b/src/lib/components/icons/XMark.svelte @@ -7,6 +7,7 @@ xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" + aria-hidden="true" stroke-width={strokeWidth} stroke="currentColor" class={className} diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index fe4339453..37a8cb7dc 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "أغلق", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ar/translation.json b/src/lib/i18n/locales/ar/translation.json index 08a803018..6605239c6 100644 --- a/src/lib/i18n/locales/ar/translation.json +++ b/src/lib/i18n/locales/ar/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "استنساخ المحادثة", "Clone of {{TITLE}}": "استنساخ لـ {{TITLE}}", "Close": "إغلاق", + "Close settings modal": "", "Code execution": "تنفيذ الشيفرة", "Code Execution": "تنفيذ الشيفرة", "Code Execution Engine": "محرك تنفيذ الشيفرة", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index d433dc624..dcc57bcd1 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Клониране на чат", "Clone of {{TITLE}}": "Клонинг на {{TITLE}}", "Close": "Затвори", + "Close settings modal": "", "Code execution": "Изпълнение на код", "Code Execution": "Изпълнение на код", "Code Execution Engine": "Двигател за изпълнение на кода", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 129e2c773..fe5b48487 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "বন্ধ", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/bo-TB/translation.json b/src/lib/i18n/locales/bo-TB/translation.json index b93099ca9..cda0c0f49 100644 --- a/src/lib/i18n/locales/bo-TB/translation.json +++ b/src/lib/i18n/locales/bo-TB/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "ཁ་བརྡ་འདྲ་བཟོ།", "Clone of {{TITLE}}": "{{TITLE}} ཡི་འདྲ་བཟོ།", "Close": "ཁ་རྒྱག་པ།", + "Close settings modal": "", "Code execution": "ཀོཌ་ལག་བསྟར།", "Code Execution": "ཀོཌ་ལག་བསྟར།", "Code Execution Engine": "ཀོཌ་ལག་བསྟར་འཕྲུལ་འཁོར།", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index b2cf61a7d..69776d4e3 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Clonar el xat", "Clone of {{TITLE}}": "Clon de {{TITLE}}", "Close": "Tancar", + "Close settings modal": "", "Code execution": "Execució de codi", "Code Execution": "Excució de Codi", "Code Execution Engine": "Motor d'execució de codi", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index a87de7212..9dece53f7 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Suod nga", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index c735457b9..aff8c48af 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Zavřít", + "Close settings modal": "", "Code execution": "Provádění kódu", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index ec309e39d..17bac7a65 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Klon chat", "Clone of {{TITLE}}": "Klon af {{TITLE}}", "Close": "Luk", + "Close settings modal": "Luk dialogboks med indstillinger", "Code execution": "Kode kørsel", "Code Execution": "Kode kørsel", "Code Execution Engine": "Kode kørsel engine", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 2174895ff..7cbcd3a20 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Konversation klonen", "Clone of {{TITLE}}": "Klon von {{TITLE}}", "Close": "Schließen", + "Close settings modal": "", "Code execution": "Codeausführung", "Code Execution": "Codeausführung", "Code Execution Engine": "Programm zur Codeausführung", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 5ba2c208c..58d49c177 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Close", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index a18201496..d9a718fb8 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Κλείσιμο", + "Close settings modal": "", "Code execution": "Εκτέλεση κώδικα", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index ca2b57629..270057bc5 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index d0ab83ceb..0f60d6676 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index a351f5f7a..1797b8110 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Clonar Chat", "Clone of {{TITLE}}": "Clon de {{TITLE}}", "Close": "Cerrar", + "Close settings modal": "", "Code execution": "Ejecución de Código", "Code Execution": "Ejecución de Código", "Code Execution Engine": "Motor de Ejecución de Código", diff --git a/src/lib/i18n/locales/et-EE/translation.json b/src/lib/i18n/locales/et-EE/translation.json index cb792eceb..24979bb96 100644 --- a/src/lib/i18n/locales/et-EE/translation.json +++ b/src/lib/i18n/locales/et-EE/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Klooni vestlus", "Clone of {{TITLE}}": "{{TITLE}} koopia", "Close": "Sulge", + "Close settings modal": "", "Code execution": "Koodi täitmine", "Code Execution": "Koodi täitmine", "Code Execution Engine": "Koodi täitmise mootor", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index 78a3a4764..5f48183fa 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Itxi", + "Close settings modal": "", "Code execution": "Kodearen exekuzioa", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index aa69cb77d..107caf13c 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "کلون گفتگو", "Clone of {{TITLE}}": "کلون {{TITLE}}", "Close": "بسته", + "Close settings modal": "", "Code execution": "اجرای کد", "Code Execution": "اجرای کد", "Code Execution Engine": "موتور اجرای کد", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 0e7e7e010..d25016f32 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Kloonaa keskustelu", "Clone of {{TITLE}}": "{{TITLE}} klooni", "Close": "Sulje", + "Close settings modal": "", "Code execution": "Koodin suoritus", "Code Execution": "Koodin Suoritus", "Code Execution Engine": "Koodin suoritusmoottori", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 31df92273..5d8ae269a 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Fermer", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index ba1644437..0d92d0e3f 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Dupliquer le Chat", "Clone of {{TITLE}}": "Dupliquat de {{TITLE}}", "Close": "Fermer", + "Close settings modal": "", "Code execution": "Exécution de code", "Code Execution": "Exécution de code", "Code Execution Engine": "Moteur d'execution de code", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index f17fd3fd6..179cb4d15 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "סגור", + "Close settings modal": "", "Code execution": "הרצת קוד", "Code Execution": "הרצת קוד", "Code Execution Engine": "מנוע הרצת קוד", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index 338fcf58c..b436add73 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "बंद करना", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index c1ac7a877..4210fdecb 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Zatvori", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index d3443d73b..74602ad39 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Beszélgetés klónozása", "Clone of {{TITLE}}": "{{TITLE}} klónja", "Close": "Bezárás", + "Close settings modal": "", "Code execution": "Kód végrehajtás", "Code Execution": "Kód végrehajtás", "Code Execution Engine": "Kód végrehajtási motor", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 7e32ebb54..f59e9b2e6 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Tutup", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index be749f614..72da81627 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Comhrá Clón", "Clone of {{TITLE}}": "Clón de {{TITLE}}", "Close": "Dún", + "Close settings modal": "", "Code execution": "Cód a fhorghníomhú", "Code Execution": "Forghníomhú Cóid", "Code Execution Engine": "Inneall Forghníomhaithe Cóid", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 4b4048c9a..33eda9725 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "Clone di {{TITLE}}", "Close": "Chiudi", + "Close settings modal": "", "Code execution": "Esecuzione codice", "Code Execution": "Esecuzione codice", "Code Execution Engine": "Motore di esecuzione codice", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 7fd747606..115762667 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "チャットをクローン", "Clone of {{TITLE}}": "{{TITLE}}のクローン", "Close": "閉じる", + "Close settings modal": "", "Code execution": "コードの実行", "Code Execution": "コードの実行", "Code Execution Engine": "コードの実行エンジン", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index e8b6cbdd4..fbe5d694a 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "დახურვა", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 39a9a7806..bdbd86a63 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "채팅 복제", "Clone of {{TITLE}}": "{{TITLE}}의 복제본", "Close": "닫기", + "Close settings modal": "", "Code execution": "코드 실행", "Code Execution": "코드 실행", "Code Execution Engine": "코드 실행 엔진", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 04e4962fb..15b3e073a 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Uždaryti", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index a4951cc96..66a97f717 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Tutup", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 1c963cefa..0d2d51d41 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Klone chat", "Clone of {{TITLE}}": "Klone av {{TITLE}}", "Close": "Lukk", + "Close settings modal": "", "Code execution": "Kodekjøring", "Code Execution": "Kodekjøring", "Code Execution Engine": "Motor for kodekjøring", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index 362fb7595..0f8ec9edf 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Kloon chat", "Clone of {{TITLE}}": "Kloon van {{TITLE}}", "Close": "Sluiten", + "Close settings modal": "", "Code execution": "Code uitvoeren", "Code Execution": "Code-uitvoer", "Code Execution Engine": "Code-uitvoer engine", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 9c0b580be..cb8dc16e3 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "ਬੰਦ ਕਰੋ", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 50c0948fb..ef8bd5c99 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Sklonuj czat", "Clone of {{TITLE}}": "Klon {{TITLE}}", "Close": "Zamknij", + "Close settings modal": "", "Code execution": "Wykonanie kodu", "Code Execution": "Wykonanie kodu", "Code Execution Engine": "Silnik wykonawczy kodu", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 86c416753..58ef1d89b 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Fechar", + "Close settings modal": "", "Code execution": "Execução de código", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 205d0e242..4808fe6cd 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Fechar", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 22f039319..3d23e9476 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Clonează chat", "Clone of {{TITLE}}": "", "Close": "Închide", + "Close settings modal": "", "Code execution": "Executarea codului", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 7aebc7ab5..435b7c080 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Клонировать чат", "Clone of {{TITLE}}": "Клон {{TITLE}}", "Close": "Закрыть", + "Close settings modal": "", "Code execution": "Исполнение кода", "Code Execution": "Исполнение кода", "Code Execution Engine": "Механизм исполнения кода", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index 0c95f9396..7f5a6dc5a 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "Zavrieť", + "Close settings modal": "", "Code execution": "Vykonávanie kódu", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index f9f568107..8443c1fd7 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Клонирај ћаскање", "Clone of {{TITLE}}": "", "Close": "Затвори", + "Close settings modal": "", "Code execution": "Извршавање кода", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index e60caa7de..651ba44db 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Klona chatt", "Clone of {{TITLE}}": "", "Close": "Stäng", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 1992c5e71..5e5e127e6 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "ปิด", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index ace79b31d..66faf4c3f 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "", + "Close settings modal": "", "Code execution": "", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index eb7be1699..e33c59d9b 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Sohbeti Klonla", "Clone of {{TITLE}}": "{{TITLE}}'ın kopyası", "Close": "Kapat", + "Close settings modal": "", "Code execution": "Kod yürütme", "Code Execution": "Kod Çalıştırma", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 09e45f87d..061af3756 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Клонувати чат", "Clone of {{TITLE}}": "Клон {{TITLE}}", "Close": "Закрити", + "Close settings modal": "", "Code execution": "Виконання коду", "Code Execution": "Виконання коду", "Code Execution Engine": "Рушій виконання коду", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index f3402c394..c7dcdd5f3 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "", "Clone of {{TITLE}}": "", "Close": "بند کریں", + "Close settings modal": "", "Code execution": "کوڈ کا نفاذ", "Code Execution": "", "Code Execution Engine": "", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 05bbb1ba4..fcae3a791 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "Nhân bản Chat", "Clone of {{TITLE}}": "Bản sao của {{TITLE}}", "Close": "Đóng", + "Close settings modal": "", "Code execution": "Thực thi mã", "Code Execution": "Thực thi Mã", "Code Execution Engine": "Engine Thực thi Mã", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 84ca70ecb..4b884fde1 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "克隆对话", "Clone of {{TITLE}}": "{{TITLE}} 的副本", "Close": "关闭", + "Close settings modal": "", "Code execution": "代码执行", "Code Execution": "代码执行", "Code Execution Engine": "代码执行引擎", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 419dc381b..fda75a1aa 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -209,6 +209,7 @@ "Clone Chat": "複製對話", "Clone of {{TITLE}}": "{{TITLE}} 的副本", "Close": "關閉", + "Close settings modal": "", "Code execution": "程式碼執行", "Code Execution": "程式碼執行", "Code Execution Engine": "程式碼執行引擎",