diff --git a/client/src/locales/da/translation.json b/client/src/locales/da/translation.json index a8c5bc59f8..406f49a567 100644 --- a/client/src/locales/da/translation.json +++ b/client/src/locales/da/translation.json @@ -918,7 +918,6 @@ "com_ui_versions": "Versioner", "com_ui_view_source": "Se kilde-chat", "com_ui_web_search": "Websøgning", - "com_ui_web_search_api_subtitle": "Søg på nettet efter opdateret information", "com_ui_web_search_cohere_key": "Indtast Cohere API-nøgle", "com_ui_web_search_firecrawl_url": "Firecrawl API URL (valgfri)", "com_ui_web_search_jina_key": "Indtast Jina API-nøgle", diff --git a/client/src/locales/de/translation.json b/client/src/locales/de/translation.json index 07c052e4c8..67e6030954 100644 --- a/client/src/locales/de/translation.json +++ b/client/src/locales/de/translation.json @@ -1038,7 +1038,6 @@ "com_ui_view_memory": "Erinnerung anzeigen", "com_ui_view_source": "Quell-Chat anzeigen", "com_ui_web_search": "Web-Suche\n", - "com_ui_web_search_api_subtitle": "Suche im Internet nach aktuellen Informationen", "com_ui_web_search_cohere_key": "Cohere API-Key eingeben", "com_ui_web_search_firecrawl_url": "Firecrawl API URL (optional)\n", "com_ui_web_search_jina_key": "Den Jina API Schlüssel eingeben", diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 0288678e05..8de6c323df 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -807,6 +807,7 @@ "com_ui_good_morning": "Good morning", "com_ui_happy_birthday": "It's my 1st birthday!", "com_ui_hide_image_details": "Hide Image Details", + "com_ui_hide_password": "Hide password", "com_ui_hide_qr": "Hide QR Code", "com_ui_high": "High", "com_ui_host": "Host", @@ -821,7 +822,7 @@ "com_ui_import_conversation_file_type_error": "Unsupported import type", "com_ui_import_conversation_info": "Import conversations from a JSON file", "com_ui_import_conversation_success": "Conversations imported successfully", - "com_ui_include_shadcnui": "Include shadcn/ui", + "com_ui_include_shadcnui": "Include shadcn/ui components instructions", "com_ui_input": "Input", "com_ui_instructions": "Instructions", "com_ui_key": "Key", @@ -984,6 +985,7 @@ "com_ui_show": "Show", "com_ui_show_all": "Show All", "com_ui_show_image_details": "Show Image Details", + "com_ui_show_password": "Show password", "com_ui_show_qr": "Show QR Code", "com_ui_sign_in_to_domain": "Sign-in to {{0}}", "com_ui_simple": "Simple", @@ -1057,10 +1059,8 @@ "com_ui_web_search_jina_key": "Enter Jina API Key", "com_ui_web_search_processing": "Processing results", "com_ui_web_search_provider": "Search Provider", - "com_ui_web_search_provider_serper": "Serper API", "com_ui_web_search_provider_searxng": "SearXNG", - "com_ui_web_search_searxng_api_key": "Enter SearXNG API Key (optional)", - "com_ui_web_search_searxng_instance_url": "SearXNG Instance URL", + "com_ui_web_search_provider_serper": "Serper API", "com_ui_web_search_provider_serper_key": "Get your Serper API key", "com_ui_web_search_reading": "Reading results", "com_ui_web_search_reranker": "Reranker", @@ -1071,6 +1071,8 @@ "com_ui_web_search_scraper": "Scraper", "com_ui_web_search_scraper_firecrawl": "Firecrawl API", "com_ui_web_search_scraper_firecrawl_key": "Get your Firecrawl API key", + "com_ui_web_search_searxng_api_key": "Enter SearXNG API Key (optional)", + "com_ui_web_search_searxng_instance_url": "SearXNG Instance URL", "com_ui_web_searching": "Searching the web", "com_ui_web_searching_again": "Searching the web again", "com_ui_weekend_morning": "Happy weekend", @@ -1078,7 +1080,5 @@ "com_ui_x_selected": "{{0}} selected", "com_ui_yes": "Yes", "com_ui_zoom": "Zoom", - "com_user_message": "You", - "com_ui_show_password": "Show password", - "com_ui_hide_password": "Hide password" -} + "com_user_message": "You" +} \ No newline at end of file diff --git a/client/src/locales/et/translation.json b/client/src/locales/et/translation.json index 485baa00ee..1782d58846 100644 --- a/client/src/locales/et/translation.json +++ b/client/src/locales/et/translation.json @@ -940,7 +940,6 @@ "com_ui_versions": "Versioonid", "com_ui_view_source": "Vaata algset vestlust", "com_ui_web_search": "Veebiotsing", - "com_ui_web_search_api_subtitle": "Otsi veebist ajakohast teavet", "com_ui_web_search_cohere_key": "Sisesta Cohere API võti", "com_ui_web_search_firecrawl_url": "Firecrawl API URL (valikuline)", "com_ui_web_search_jina_key": "Sisesta Jina API võti", diff --git a/client/src/locales/fr/translation.json b/client/src/locales/fr/translation.json index 15b5035789..4a0977bc58 100644 --- a/client/src/locales/fr/translation.json +++ b/client/src/locales/fr/translation.json @@ -1046,7 +1046,6 @@ "com_ui_view_memory": "Voir le Souvenir", "com_ui_view_source": "Voir le message d'origine", "com_ui_web_search": "Recherche web", - "com_ui_web_search_api_subtitle": "Rechercher des informations actualisées sur le web", "com_ui_web_search_cohere_key": "Entrez la clé API de Cohere", "com_ui_web_search_firecrawl_url": "Adresse URL de Firecrawl (optionnel)", "com_ui_web_search_jina_key": "Entrez la clé API de Jina", diff --git a/client/src/locales/he/translation.json b/client/src/locales/he/translation.json index 09df8b903d..768b35500b 100644 --- a/client/src/locales/he/translation.json +++ b/client/src/locales/he/translation.json @@ -1029,7 +1029,6 @@ "com_ui_view_memory": "הצג זיכרון", "com_ui_view_source": "הצג צ'אט מקורי", "com_ui_web_search": "חיפוש ברשת", - "com_ui_web_search_api_subtitle": "חפש מידע עדכני ברשת", "com_ui_web_search_cohere_key": "הכנס מפתח API של Cohere", "com_ui_web_search_firecrawl_url": "כתובת URL של ממשק ה-API של Firecrawl (אופציונלי)", "com_ui_web_search_jina_key": "הזן את מפתח ה-API של Jina", diff --git a/client/src/locales/hy/translation.json b/client/src/locales/hy/translation.json index d14c5ad284..4c3552b386 100644 --- a/client/src/locales/hy/translation.json +++ b/client/src/locales/hy/translation.json @@ -75,9 +75,12 @@ "com_auth_to_try_again": "նորից փորձելու համար։", "com_auth_username": "Օգտանուն (կամընտրական)", "com_auth_welcome_back": "Բարի վերադարձ", + "com_citation_more_details": "Լրացուցիչ մանրամասներ {{label}}-ի մասին", "com_citation_source": "Աղբյուր", "com_click_to_download": "(սեղմեք այստեղ ներբեռնելու համար)", "com_download_expired": "(ներբեռնելու ժամկետը սպառվել է)", + "com_download_expires": "(սեղմեք այստեղ ներբեռնելու համար – կսպառվի {{0}} հետո)", + "com_endpoint": "Endpoint", "com_endpoint_agent": "Գործակալ", "com_endpoint_agent_placeholder": "Խնդրում ենք ընտրել գործակալին", "com_endpoint_ai": "AI", @@ -95,6 +98,9 @@ "com_endpoint_config_key_for": "Մուտքագրեք API key-ը՝", "com_endpoint_config_key_google_need_to": "Դուք պետք է", "com_endpoint_config_key_google_service_account": "Ստեղծել ծառայողական օգտահաշիվ", + "com_endpoint_config_key_google_vertex_ai": "Միացնել Vertex AI-ը", + "com_endpoint_config_key_name": "Key", + "com_endpoint_config_key_never_expires": "Ձեր key-ը երբեք չի սպառվի", "com_endpoint_custom_name": "Անհատական անուն", "com_endpoint_deprecated": "Հնացած", "com_endpoint_examples": "Օրինակ", @@ -102,17 +108,21 @@ "com_endpoint_export_share": "Արտահանել/Կիսվել", "com_endpoint_message": "Հաղորդագրություն", "com_endpoint_message_new": "Հաղորդագրություն {{0}}", + "com_endpoint_my_preset": "Իմ պրեսեթը", "com_endpoint_open_menu": "Բացել մենյուն", "com_endpoint_output": "Ելք", "com_endpoint_preset": "պրեսեթ", "com_endpoint_preset_default_item": "Սկզբնական", "com_endpoint_preset_default_none": "Սկզբնական նախադրված պրեսեթը ակտիվ չէ։", + "com_endpoint_preset_import": "Պրեսեթը ներմուծվեց։", "com_endpoint_preset_name": "Պրեսեթի անուն", "com_endpoint_preset_selected": "Պրեսեթը ակտիվ է։", "com_endpoint_preset_selected_title": "Ակտիվ է։", "com_endpoint_preset_title": "Պրեսեթ", "com_endpoint_presets": "պրեսեթներ", + "com_endpoint_save_as_preset": "Պահպանել որպես պրեսեթ", "com_endpoint_temperature": "Temperature", + "com_error_files_dupe": "Հայտնաբերվել է կրկնվող ֆայլ։", "com_hide_examples": "Թաքցնել օրինակները", "com_nav_2fa": "Երկուփուլային նույնականացում (2FA)", "com_nav_account_settings": "Ակաունթի կարգավորումներ", @@ -121,7 +131,11 @@ "com_nav_balance_every": "Ամեն", "com_nav_balance_refill_amount": "Լիցքավորման գումարը՝", "com_nav_browser": "Բրաուզեր", + "com_nav_close_sidebar": "Փակել կողային վահանակը", "com_nav_commands": "Հրամաններ", + "com_nav_delete_account": "Ջնջել ակաունթը", + "com_nav_delete_account_confirm": "Ջնջե՞լ ակաունթը։ Հաստատո՞ւմ եք։", + "com_nav_enabled": "Միացված է", "com_nav_export": "Արտահանել", "com_nav_font_size_base": "Միջին", "com_nav_font_size_lg": "Մեծ", diff --git a/client/src/locales/ko/translation.json b/client/src/locales/ko/translation.json index 11fb0be7d8..2e67b1d34e 100644 --- a/client/src/locales/ko/translation.json +++ b/client/src/locales/ko/translation.json @@ -971,7 +971,6 @@ "com_ui_view_memory": "메모리 보기", "com_ui_view_source": "원본 채팅 보기", "com_ui_web_search": "웹 검색", - "com_ui_web_search_api_subtitle": "최신 정보를 검색하기 위해 웹 검색", "com_ui_web_search_cohere_key": "Cohere API 키 입력", "com_ui_web_search_firecrawl_url": "Firecrawl API URL (선택 사항)", "com_ui_web_search_jina_key": "Jina API 키 입력", diff --git a/client/src/locales/lv/translation.json b/client/src/locales/lv/translation.json index cb527f30d5..5ecf1b36e0 100644 --- a/client/src/locales/lv/translation.json +++ b/client/src/locales/lv/translation.json @@ -1049,7 +1049,6 @@ "com_ui_view_memory": "Skatīt atmiņu", "com_ui_view_source": "Skatīt avota sarunu", "com_ui_web_search": "Tīmekļa meklēšana", - "com_ui_web_search_api_subtitle": "Meklējiet tīmeklī aktuālo informāciju", "com_ui_web_search_cohere_key": "Ievadiet Cohere API atslēgu", "com_ui_web_search_firecrawl_url": "Firecrawl API URL (pēc izvēles)", "com_ui_web_search_jina_key": "Ievadiet Jina API atslēgu",