diff --git a/web/src/locales/bg.ts b/web/src/locales/bg.ts index 907933b122..732d951c8e 100644 --- a/web/src/locales/bg.ts +++ b/web/src/locales/bg.ts @@ -1143,7 +1143,7 @@ The above is the content you need to summarize.`, addedModels: 'Добавени модели', modelsToBeAdded: 'Модели за добавяне', addTheModel: 'Добави', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyMessage: 'Моля, въведете API ключа', apiKeyTip: 'API ключът може да бъде получен чрез регистрация при съответния LLM доставчик.', @@ -1270,14 +1270,14 @@ The above is the content you need to summarize.`, addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'Моля, въведете вашия APIKey', yiyanModelNameMessage: 'Моля, въведете име на модел', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Моля, въведете вашия API KEY', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Моля, въведете вашия API Key', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Моля, въведете вашия SECRET KEY', FishAudioModelNameMessage: 'Моля, дайте име на вашия модел за синтез на реч', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Моля, въведете вашия API KEY', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Моля, въведете вашия API Key', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: 'Моля, въведете Reference ID (оставете празно за използване на модела по подразбиране).', @@ -1628,7 +1628,7 @@ The above is the content you need to summarize.`, bing: 'Bing', bingDescription: 'Компонент, който търси от https://www.bing.com/, позволявайки ви да укажете броя резултати с TopN. Изисква API ключ от microsoft.com.', - apiKey: 'API KEY', + apiKey: 'API Key', country: 'Държава и регион', language: 'Език', googleScholar: 'Google Scholar', @@ -2311,7 +2311,7 @@ Important structured information may include: names, dates, locations, events, k bodyTemplate: 'Шаблон за тяло', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: 'Параметри на заявка', headerParameters: 'Параметри на заглавие', requestBodyParameters: 'Параметри на тялото на заявка', diff --git a/web/src/locales/de.ts b/web/src/locales/de.ts index 6ea73cb814..b2ffca2271 100644 --- a/web/src/locales/de.ts +++ b/web/src/locales/de.ts @@ -1312,14 +1312,14 @@ Beispiel: Virtual Hosted Style`, addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'Bitte geben Sie Ihren APIKey ein', yiyanModelNameMessage: 'Bitte geben Sie den Modellnamen ein', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Bitte geben Sie Ihren API KEY ein', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Bitte geben Sie Ihren API Key ein', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Bitte geben Sie Ihren SECRET KEY ein', FishAudioModelNameMessage: 'Bitte geben Sie Ihrem Sprachsynthesemodell einen Namen', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Bitte geben Sie Ihren API KEY ein', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Bitte geben Sie Ihren API Key ein', addFishAudioRefID: 'FishAudio Referenz-ID', addFishAudioRefIDMessage: 'Bitte geben Sie die Referenz-ID ein (lassen Sie das Feld leer, um das Standardmodell zu verwenden).', @@ -2369,7 +2369,7 @@ Wichtige strukturierte Informationen können sein: Namen, Daten, Orte, Ereigniss bodyTemplate: 'Body-Vorlage', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: 'Abfrageparameter', headerParameters: 'Header-Parameter', requestBodyParameters: 'Anfrage-Body-Parameter', diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index fde8b2dc84..cf0d730666 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -1144,7 +1144,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s preview: 'Preview', embedded: 'Embedded', serviceApiEndpoint: 'Service API endpoint', - apiKey: 'API KEY', + apiKey: 'API Key', apiReference: 'API documents', dateRange: 'Date range:', backendServiceApi: 'API server', @@ -1169,9 +1169,9 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s 'Embed the following iframe into your website at the desired location', partialTitle: 'Partial embed', extensionTitle: 'Chrome extension', - tokenError: 'Please create API KEY first.', + tokenError: 'Please create API Key first.', betaError: - 'Please acquire a RAGFlow API KEY from the System Settings page first.', + 'Please acquire a RAGFlow API Key from the System Settings page first.', searching: 'Searching...', parsing: 'Parsing', uploading: 'Uploading', @@ -1202,8 +1202,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s reasoning: 'Reasoning', reasoningTip: `Whether to enable a reasoning workflow during question answering, as seen in models like Deepseek-R1 or OpenAI o1. When enabled, this allows the model to access external knowledge and tackle complex questions in a step-by-step manner, leveraging techniques like chain-of-thought reasoning. This approach enhances the model's ability to provide accurate responses by breaking down problems into manageable steps, improving performance on tasks that require logical reasoning and multi-step thinking.`, tavilyApiKeyTip: - 'If an API KEY is correctly set here, Tavily-based web searches will be used to supplement dataset retrieval.', - tavilyApiKeyMessage: 'Please enter your Tavily API KEY', + 'If an API Key is correctly set here, Tavily-based web searches will be used to supplement dataset retrieval.', + tavilyApiKeyMessage: 'Please enter your Tavily API Key', tavilyApiKeyHelp: 'How to get it?', crossLanguage: 'Cross-language search', crossLanguagePlaceholder: 'Select value', @@ -1236,8 +1236,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s }, setting: { Verify: 'Verify', - keyValid: 'Your API KEY is valid.', - keyInvalid: 'Your API KEY is invalid.', + keyValid: 'Your API Key is valid.', + keyInvalid: 'Your API Key is invalid.', enableToolCall: 'Enable tool call', enableToolCallTip: 'Allow this model to call tools when the selected model type supports tool calling.', @@ -1571,9 +1571,9 @@ Example: Virtual Hosted Style`, restApiRequestDelayTip: 'Delay in seconds between consecutive page requests. Helps avoid rate limiting from the API. Set to 0 to disable.', restApiValidationApiKeyRequired: - 'API KEY is required when Auth Type is API KEY (Header).', + 'API Key is required when Auth Type is API Key (Header).', restApiValidationApiKeyHeaderNameRequired: - 'API KEY header name is required when Auth Type is API KEY (Header).', + 'API Key header name is required when Auth Type is API Key (Header).', restApiValidationBearerTokenRequired: 'Bearer token is required when Auth Type is Bearer Token.', restApiValidationBasicUsernameRequired: @@ -1755,15 +1755,15 @@ Example: Virtual Hosted Style`, addedModels: 'Added models', modelsToBeAdded: 'Models to be added', addTheModel: 'Add', - apiKey: 'API KEY', - apiKeyMessage: 'Please enter the API KEY', + apiKey: 'API Key', + apiKeyMessage: 'Please enter the API Key', apiKeyTip: - 'The API KEY can be obtained by registering the corresponding LLM supplier.', + 'The API Key can be obtained by registering the corresponding LLM supplier.', showMoreModels: 'View models', hideModels: 'Hide models', baseUrl: 'Base URL', baseUrlTip: - 'If your API KEY is from OpenAI, just ignore it. Any other intermediate providers will give this Base URL with the API KEY.', + 'If your API Key is from OpenAI, just ignore it. Any other intermediate providers will give this Base URL with the API Key.', tongyiBaseUrlTip: 'For Chinese users, no need to fill in or use https://dashscope.aliyuncs.com/compatible-mode/v1. For international users, use https://dashscope-intl.aliyuncs.com/compatible-mode/v1', siliconBaseUrlTip: @@ -1928,14 +1928,14 @@ Example: Virtual Hosted Style`, addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'please input your APIKey', yiyanModelNameMessage: 'Please input model name', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Please input your API KEY', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Please input your API Key', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Please input your SECRET KEY', FishAudioModelNameMessage: 'Please give your speech synthesis model a name', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Please input your API KEY', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Please input your API Key', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: 'Please input the Reference ID (leave blank to use the default model).', @@ -2006,7 +2006,7 @@ Example: Virtual Hosted Style`, baseUrlMessage: 'Please input the Base URL', baseUrlPlaceholder: 'For SoMark API, use https://somark.cn/api/v1 in mainland China; use https://somark.ai/api/v1 outside mainland China (including Taiwan, China; Hong Kong, China; Macau, China; and overseas). For self-hosted deployment, use your local Base URL', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyPlaceholder: 'Required for SoMark API; leave blank for self-hosted deployment', verifyPassed: 'Verified', @@ -2364,7 +2364,7 @@ Best for: Documents with flowing, contextually connected content — such as boo 'A component that searches via your provided SearXNG instance URL. Specify TopN and the instance URL.', keenableSearch: 'Keenable', keenableSearchDescription: - 'A web search component powered by Keenable, a search API built for AI agents. Works without an API KEY by default (keyless free tier); add a key to lift rate limits.', + 'A web search component powered by Keenable, a search API built for AI agents. Works without an API Key by default (keyless free tier); add a key to lift rate limits.', keenableMode: 'Search mode', keenableSite: 'Site', keenableApiKeyTip: 'Optional. Leave blank to use the keyless free tier.', @@ -2403,8 +2403,8 @@ Best for: Documents with flowing, contextually connected content — such as boo 'A component that searches from https://pubmed.ncbi.nlm.nih.gov/, allowing you to specify the number of search results using TopN. It supplements the existing datasets.', bGPT: 'BGPT', bGPTDescription: - 'Search scientific papers via BGPT and return structured evidence from full-text studies: methods, sample sizes, limitations, conflicts of interest, data availability, blind spots, and falsification prompts. Optional API KEY after the free tier.', - bgptApiKey: 'API KEY', + 'Search scientific papers via BGPT and return structured evidence from full-text studies: methods, sample sizes, limitations, conflicts of interest, data availability, blind spots, and falsification prompts. Optional API Key after the free tier.', + bgptApiKey: 'API Key', bgptApiKeyTip: 'Optional. Leave blank for the free tier (first 50 results).', bgptDaysBack: 'Days back', @@ -2421,11 +2421,11 @@ Best for: Documents with flowing, contextually connected content — such as boo relevance: 'Relevance', google: 'Google', googleDescription: - 'A component that searches from https://www.google.com/, allowing you to specify the number of search results using TopN. It supplements the existing datasets. Please note that this requires an API KEY from serpapi.com.', + 'A component that searches from https://www.google.com/, allowing you to specify the number of search results using TopN. It supplements the existing datasets. Please note that this requires an API Key from serpapi.com.', bing: 'Bing', bingDescription: - 'A component that searches from https://www.bing.com/, allowing you to specify the number of search results using TopN. It supplements the existing datasets. Please note that this requires an API KEY from microsoft.com.', - apiKey: 'API KEY', + 'A component that searches from https://www.bing.com/, allowing you to specify the number of search results using TopN. It supplements the existing datasets. Please note that this requires an API Key from microsoft.com.', + apiKey: 'API Key', country: 'Country & region', language: 'Language', googleScholar: 'Google Scholar', @@ -2504,7 +2504,7 @@ Best for: Documents with flowing, contextually connected content — such as boo 'A component that retrieves weather information, such as temperature and air quality, from https://www.qweather.com/.', lang: 'Language', type: 'Type', - webApiKey: 'Web API KEY', + webApiKey: 'Web API Key', userType: 'User type', timePeriod: 'Time period', qWeatherLangOptions: { @@ -3140,7 +3140,7 @@ Important structured information may include: names, dates, locations, events, k bodyTemplate: 'Body template', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: 'Query parameters', headerParameters: 'Header parameters', requestBodyParameters: 'Request body parameters', diff --git a/web/src/locales/fr.ts b/web/src/locales/fr.ts index 5f8dd88b36..222f17267e 100644 --- a/web/src/locales/fr.ts +++ b/web/src/locales/fr.ts @@ -1706,9 +1706,9 @@ Exemple : Virtual Hosted Style`, restApiRequestDelayTip: "Délai en secondes entre les requêtes de pages consécutives. Aide à éviter la limitation de débit de l'API. Définissez à 0 pour désactiver.", restApiValidationApiKeyRequired: - "La clé API est requise lorsque le type d'authentification est API KEY (Header).", + "La clé API est requise lorsque le type d'authentification est API Key (Header).", restApiValidationApiKeyHeaderNameRequired: - "Le nom d'en-tête de la clé API est requis lorsque le type d'authentification est API KEY (Header).", + "Le nom d'en-tête de la clé API est requis lorsque le type d'authentification est API Key (Header).", restApiValidationBearerTokenRequired: "Le jeton Bearer est requis lorsque le type d'authentification est Bearer Token.", restApiValidationBasicUsernameRequired: diff --git a/web/src/locales/id.ts b/web/src/locales/id.ts index 682ff32305..8a77a0b816 100644 --- a/web/src/locales/id.ts +++ b/web/src/locales/id.ts @@ -659,13 +659,13 @@ export default { addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'silakan masukkan APIKey Anda', yiyanModelNameMessage: 'Silakan masukkan nama model', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Silakan masukkan API KEY Anda', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Silakan masukkan API Key Anda', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Silakan masukkan SECRET KEY Anda', FishAudioModelNameMessage: 'Silakan beri nama model sintesis ucapan Anda', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Silakan masukkan API KEY Anda', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Silakan masukkan API Key Anda', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: 'Silakan masukkan Reference ID (biarkan kosong untuk menggunakan model default).', diff --git a/web/src/locales/it.ts b/web/src/locales/it.ts index fda93c58af..d788a0c636 100644 --- a/web/src/locales/it.ts +++ b/web/src/locales/it.ts @@ -1488,9 +1488,9 @@ Esempio: Virtual Hosted Style`, restApiRequestDelayTip: "Ritardo in secondi tra richieste di pagina consecutive. Aiuta a evitare il rate limiting dall'API. Imposta a 0 per disabilitare.", restApiValidationApiKeyRequired: - 'La chiave API è richiesta quando il tipo di autenticazione è API KEY (Header).', + 'La chiave API è richiesta quando il tipo di autenticazione è API Key (Header).', restApiValidationApiKeyHeaderNameRequired: - 'Il nome header della chiave API è richiesto quando il tipo di autenticazione è API KEY (Header).', + 'Il nome header della chiave API è richiesto quando il tipo di autenticazione è API Key (Header).', restApiValidationBearerTokenRequired: 'Il bearer token è richiesto quando il tipo di autenticazione è Bearer Token.', restApiValidationBasicUsernameRequired: @@ -1687,13 +1687,13 @@ Esempio: Virtual Hosted Style`, addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'inserisci la tua APIKey', yiyanModelNameMessage: 'Inserisci il nome del modello', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Inserisci la tua API KEY', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Inserisci la tua API Key', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Inserisci la tua SECRET KEY', FishAudioModelNameMessage: 'Dai un nome al tuo modello di sintesi vocale', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Inserisci la tua API KEY', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Inserisci la tua API Key', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: 'Inserisci il Reference ID (lascia vuoto per usare il modello predefinito).', @@ -2180,7 +2180,7 @@ Ideale per: documenti con contenuto fluente e contestualmente connesso — come "Un componente che recupera informazioni meteorologiche, come temperatura e qualità dell'aria, da https://www.qweather.com/.", lang: 'Lingua', type: 'Tipo', - webApiKey: 'Web API KEY', + webApiKey: 'Web API Key', userType: 'Tipo utente', timePeriod: 'Periodo di tempo', qWeatherLangOptions: { @@ -2807,7 +2807,7 @@ Le informazioni strutturate importanti possono includere: nomi, date, luoghi, ev bodyTemplate: 'Template body', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: 'Parametri query', headerParameters: 'Parametri header', requestBodyParameters: 'Parametri body richiesta', diff --git a/web/src/locales/ja.ts b/web/src/locales/ja.ts index a6deef62dd..0227cee04d 100644 --- a/web/src/locales/ja.ts +++ b/web/src/locales/ja.ts @@ -1579,9 +1579,9 @@ export default { restApiRequestDelayTip: '連続するページリクエストの間の待機時間です(秒単位)。APIのレート制限を回避するのに役立ちます。無効にする場合は0を指定してください。', restApiValidationApiKeyRequired: - 'Auth TypeがAPI KEY (Header)の場合、APIキーは必須です。', + 'Auth TypeがAPI Key (Header)の場合、APIキーは必須です。', restApiValidationApiKeyHeaderNameRequired: - 'Auth TypeがAPI KEY (Header)の場合、APIキーのヘッダー名は必須です。', + 'Auth TypeがAPI Key (Header)の場合、APIキーのヘッダー名は必須です。', restApiValidationBearerTokenRequired: 'Auth TypeがBearer Tokenの場合、Bearerトークンは必須です。', restApiValidationBasicUsernameRequired: diff --git a/web/src/locales/ko.ts b/web/src/locales/ko.ts index a4b559a434..7ee7942924 100644 --- a/web/src/locales/ko.ts +++ b/web/src/locales/ko.ts @@ -1058,7 +1058,7 @@ export default { preview: '미리보기', embedded: '삽입됨', serviceApiEndpoint: '서비스 API 엔드포인트', - apiKey: 'API KEY', + apiKey: 'API Key', apiReference: 'API 문서', dateRange: '날짜 범위:', backendServiceApi: 'API 서버', @@ -1448,9 +1448,9 @@ export default { restApiRequestDelayTip: '연속 페이지 요청 사이의 지연 시간(초). API의 속도 제한을 피하는 데 도움이 됩니다. 비활성화하려면 0으로 설정하세요.', restApiValidationApiKeyRequired: - '인증 유형이 API KEY (Header)일 때 API 키가 필요합니다.', + '인증 유형이 API Key (Header)일 때 API 키가 필요합니다.', restApiValidationApiKeyHeaderNameRequired: - '인증 유형이 API KEY (Header)일 때 API 키 헤더 이름이 필요합니다.', + '인증 유형이 API Key (Header)일 때 API 키 헤더 이름이 필요합니다.', restApiValidationBearerTokenRequired: '인증 유형이 Bearer Token일 때 Bearer 토큰이 필요합니다.', restApiValidationBasicUsernameRequired: @@ -1513,7 +1513,7 @@ export default { addedModels: '추가된 모델', modelsToBeAdded: '추가할 모델', addTheModel: '추가', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyMessage: 'API 키를 입력해 주세요', apiKeyTip: '해당 LLM 공급업체에 등록하여 API 키를 얻을 수 있습니다.', showMoreModels: '모델 보기', @@ -1672,13 +1672,13 @@ export default { addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'APIKey를 입력해 주세요', yiyanModelNameMessage: '모델 이름을 입력해 주세요', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'API KEY를 입력해 주세요', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'API Key를 입력해 주세요', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'SECRET KEY를 입력해 주세요', FishAudioModelNameMessage: '음성 합성 모델에 이름을 지정해 주세요', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'API KEY를 입력해 주세요', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'API Key를 입력해 주세요', addFishAudioRefID: 'FishAudio 참조 ID', addFishAudioRefIDMessage: '참조 ID를 입력해 주세요 (기본 모델을 사용하려면 비워두세요).', @@ -2101,7 +2101,7 @@ export default { bing: 'Bing', bingDescription: 'https://www.bing.com/ 에서 검색하는 구성 요소로, TopN을 사용하여 검색 결과 수를 지정할 수 있습니다. 기존 데이터셋을 보완합니다. microsoft.com의 API 키가 필요합니다.', - apiKey: 'API KEY', + apiKey: 'API Key', country: '국가 및 지역', language: '언어', googleScholar: 'Google Scholar', @@ -2807,7 +2807,7 @@ Important structured information may include: names, dates, locations, events, k bodyTemplate: '본문 템플릿', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: '쿼리 파라미터', headerParameters: '헤더 파라미터', requestBodyParameters: '요청 본문 파라미터', diff --git a/web/src/locales/ru.ts b/web/src/locales/ru.ts index 9d56d2d4ab..6d0d1670cf 100644 --- a/web/src/locales/ru.ts +++ b/web/src/locales/ru.ts @@ -881,7 +881,7 @@ export default { preview: 'Предпросмотр', embedded: 'Встроенный', serviceApiEndpoint: 'Конечная точка сервисного API', - apiKey: 'API KEY', + apiKey: 'API Key', apiReference: 'Документация API', dateRange: 'Диапазон дат:', backendServiceApi: 'API Сервер', @@ -939,7 +939,7 @@ export default { reasoningTip: `Включать ли рабочий процесс рассуждений во время вопросно-ответа, как в моделях типа Deepseek-R1 или OpenAI o1. Когда включено, это позволяет модели получать доступ к внешним знаниям и решать сложные вопросы шаг за шагом, используя такие методы, как цепочка рассуждений. Этот подход улучшает способность модели предоставлять точные ответы, разбивая проблемы на управляемые шаги, улучшая производительность на задачах, требующих логического мышления и многошагового подхода.`, tavilyApiKeyTip: 'Если здесь правильно установлен API ключ, для дополнения извлечения из базы знаний будут использоваться веб-поиски на основе Tavily.', - tavilyApiKeyMessage: 'Введите Tavily API KEY', + tavilyApiKeyMessage: 'Введите Tavily API Key', tavilyApiKeyHelp: 'Как его получить?', crossLanguage: 'Кросс-языковой поиск', crossLanguagePlaceholder: 'Выберите значение', @@ -1251,7 +1251,7 @@ export default { addedModels: 'Добавленные модели', modelsToBeAdded: 'Модели для добавления', addTheModel: 'Добавить', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyMessage: 'Пожалуйста, введите API ключ', apiKeyTip: 'API ключ можно получить, зарегистрировавшись у соответствующего поставщика LLM.', @@ -1378,14 +1378,14 @@ export default { addSparkAPIKey: 'Spark APIKey', SparkAPIKeyMessage: 'Пожалуйста, введите ваш APIKey', yiyanModelNameMessage: 'Пожалуйста, введите название модели', - addyiyanAK: 'yiyan API KEY', - yiyanAKMessage: 'Пожалуйста, введите ваш API KEY', + addyiyanAK: 'yiyan API Key', + yiyanAKMessage: 'Пожалуйста, введите ваш API Key', addyiyanSK: 'yiyan SECRET KEY', yiyanSKMessage: 'Пожалуйста, введите ваш SECRET KEY', FishAudioModelNameMessage: 'Пожалуйста, дайте вашей модели синтеза речи название', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: 'Пожалуйста, введите ваш API KEY', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: 'Пожалуйста, введите ваш API Key', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: 'Пожалуйста, введите Reference ID (оставьте пустым для использования модели по умолчанию).', @@ -1746,7 +1746,7 @@ export default { bing: 'Microsoft Bing', bingDescription: 'Компонент, который выполняет поиск на https://www.bing.com/, позволяя вам указать количество результатов поиска с помощью TopN. Он дополняет существующие базы знаний. Обратите внимание, что для этого требуется API ключ от microsoft.com.', - apiKey: 'API KEY', + apiKey: 'API Key', country: 'Страна и регион', language: 'Язык', googleScholar: 'Google Scholar', @@ -2443,7 +2443,7 @@ export default { bodyTemplate: 'Шаблон тела', basic: 'Basic', bearer: 'Bearer', - apiKey: 'API KEY', + apiKey: 'API Key', queryParameters: 'Параметры запроса', headerParameters: 'Параметры заголовка', requestBodyParameters: 'Параметры тела запроса', diff --git a/web/src/locales/vi.ts b/web/src/locales/vi.ts index 83f9684cb3..38cf6ddfee 100644 --- a/web/src/locales/vi.ts +++ b/web/src/locales/vi.ts @@ -576,7 +576,7 @@ export default { addedModels: 'Các mô hình đã thêm', modelsToBeAdded: 'Các mô hình cần thêm', addTheModel: 'Thêm mô hình', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyMessage: 'Vui lòng nhập khóa API (đối với mô hình được triển khai cục bộ, bỏ qua điều này).', apiKeyTip: @@ -901,11 +901,11 @@ export default { relevance: 'Liên quan', google: 'Google', googleDescription: - 'Thành phần này được sử dụng để lấy kết quả tìm kiếm từ https://www.google.com/. Thông thường, nó hoạt động như một phần bổ sung cho các cơ sở kiến thức. Top N và SerpApi API KEY xác định số lượng kết quả tìm kiếm bạn cần điều chỉnh.', + 'Thành phần này được sử dụng để lấy kết quả tìm kiếm từ https://www.google.com/. Thông thường, nó hoạt động như một phần bổ sung cho các cơ sở kiến thức. Top N và SerpApi API Key xác định số lượng kết quả tìm kiếm bạn cần điều chỉnh.', bing: 'Bing', bingDescription: 'Thành phần này được sử dụng để lấy kết quả tìm kiếm từ https://www.bing.com/. Thông thường, nó hoạt động như một phần bổ sung cho các cơ sở kiến thức. Top N và Bing Subscription-Key xác định số lượng kết quả tìm kiếm bạn cần điều chỉnh.', - apiKey: 'API KEY', + apiKey: 'API Key', country: 'Quốc gia', language: 'Ngôn ngữ', googleScholar: 'Google Scholar', @@ -984,7 +984,7 @@ export default { 'Thành phần này được sử dụng để lấy thông tin thời tiết từ https://www.qweather.com/. Bạn có thể lấy thời tiết, chỉ số, chất lượng không khí.', lang: 'Ngôn ngữ', type: 'Loại', - webApiKey: 'Web API KEY', + webApiKey: 'Web API Key', userType: 'Loại người dùng', timePeriod: 'Kỳ hạn', qWeatherLangOptions: { diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index cf983c77cd..c78f952571 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -526,7 +526,7 @@ export default { preview: '預覽', embedded: '嵌入', serviceApiEndpoint: '服務 API 端點', - apiKey: 'API KEY', + apiKey: 'API Key', apiReference: 'API 文檔', dateRange: '日期範圍:', backendServiceApi: 'API 伺服器', @@ -568,7 +568,7 @@ export default { '在問答過程中是否啟用推理工作流程,例如Deepseek-R1或OpenAI o1等模型所採用的方式。啟用後,該功能允許模型存取外部知識,並借助思維鏈推理等技術逐步解決複雜問題。通過將問題分解為可處理的步驟,這種方法增強了模型提供準確回答的能力,從而在需要邏輯推理和多步思考的任務上表現更優。', tavilyApiKeyTip: '如果 API 金鑰設定正確,它將利用 Tavily 進行網路搜尋作為知識庫的補充。', - tavilyApiKeyMessage: '請輸入你的 Tavily API KEY', + tavilyApiKeyMessage: '請輸入你的 Tavily API Key', tavilyApiKeyHelp: '如何獲取?', crossLanguage: '跨語言搜尋', crossLanguageTip: `選擇一種或多種語言進行跨語言搜尋。如果沒有選擇語言,系統將使用原始查詢進行搜尋。 `, @@ -605,7 +605,7 @@ export default { password: '密碼', passwordDescription: '請輸入您當前的密碼以更改您的密碼。', model: '模型提供商', - modelDescription: '在此設置模型參數和 API KEY。', + modelDescription: '在此設置模型參數和 API Key。', team: '團隊', api: 'API', logout: '登出', @@ -637,9 +637,9 @@ export default { addedModels: '添加了的模型', modelsToBeAdded: '待添加的模型', addTheModel: '添加模型', - apiKey: 'API KEY', - apiKeyMessage: '請輸入API KEY(如果是本地部署的模型,請忽略它)', - apiKeyTip: 'API KEY可以通過註冊相應的LLM供應商來獲取。', + apiKey: 'API Key', + apiKeyMessage: '請輸入API Key(如果是本地部署的模型,請忽略它)', + apiKeyTip: 'API Key可以通過註冊相應的LLM供應商來獲取。', showMoreModels: '展示更多模型', hideModels: '隱藏模型', baseUrl: 'Base URL', @@ -729,13 +729,13 @@ export default { addSparkAPIKey: '星火 APIKey', SparkAPIKeyMessage: '請輸入 APIKey', yiyanModelNameMessage: '輸入模型名稱', - addyiyanAK: '一言 API KEY', - yiyanAKMessage: '請輸入 API KEY', + addyiyanAK: '一言 API Key', + yiyanAKMessage: '請輸入 API Key', addyiyanSK: '一言 SECRET KEY', yiyanSKMessage: '請輸入 SECRET KEY', FishAudioModelNameMessage: '請為你的TTS模型起名', - addFishAudioAK: 'Fish Audio API KEY', - addFishAudioAKMessage: '請輸入 API KEY', + addFishAudioAK: 'Fish Audio API Key', + addFishAudioAKMessage: '請輸入 API Key', addFishAudioRefID: 'FishAudio Reference ID', addFishAudioRefIDMessage: '請輸入引用模型的ID(留空表示使用默認模型)', GoogleModelIDMessage: '請輸入 model ID!', @@ -966,7 +966,7 @@ export default { bing: 'Bing', bingDescription: '此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。', - apiKey: 'API KEY', + apiKey: 'API Key', country: '國家和地區', language: '語言', googleScholar: '谷歌學術', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 736c1c442d..553405a06b 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -1044,7 +1044,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 preview: '预览', embedded: '嵌入', serviceApiEndpoint: '服务API端点', - apiKey: 'API KEY', + apiKey: 'API Key', apiReference: 'API 文档', dateRange: '日期范围:', backendServiceApi: 'API 服务器', @@ -1095,7 +1095,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 '在问答过程中是否启用推理工作流,例如Deepseek-R1或OpenAI o1等模型所采用的方式。启用后,该功能允许模型访问外部知识,并借助思维链推理等技术逐步解决复杂问题。通过将问题分解为可处理的步骤,这种方法增强了模型提供准确回答的能力,从而在需要逻辑推理和多步思考的任务上表现更优。', tavilyApiKeyTip: '如果 API 密钥设置正确,它将利用 Tavily 进行网络搜索作为知识库的补充。', - tavilyApiKeyMessage: '请输入你的 Tavily API KEY', + tavilyApiKeyMessage: '请输入你的 Tavily API Key', tavilyApiKeyHelp: '如何获取?', crossLanguage: '跨语言搜索', crossLanguagePlaceholder: '请选择', @@ -1452,9 +1452,9 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 addedModels: '已添加的模型', modelsToBeAdded: '待添加的模型', addTheModel: '添加', - apiKey: 'API KEY', - apiKeyMessage: '请输入API KEY', - apiKeyTip: 'API KEY可以通过注册相应的LLM供应商来获取。', + apiKey: 'API Key', + apiKeyMessage: '请输入API Key', + apiKeyTip: 'API Key可以通过注册相应的LLM供应商来获取。', showMoreModels: '展示更多模型', hideModels: '隐藏模型', baseUrl: 'Base URL', @@ -1589,13 +1589,13 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 addSparkAPIKey: '星火 APIKey', SparkAPIKeyMessage: '请输入 APIKey', yiyanModelNameMessage: '请输入模型名称', - addyiyanAK: '一言 API KEY', - yiyanAKMessage: '请输入 API KEY', + addyiyanAK: '一言 API Key', + yiyanAKMessage: '请输入 API Key', addyiyanSK: '一言 SECRET KEY', yiyanSKMessage: '请输入 SECRET KEY', FishAudioModelNameMessage: '请为你的TTS模型起名', - addFishAudioAK: 'Fish Audio API KEY', - FishAudioAKMessage: '请输入 API KEY', + addFishAudioAK: 'Fish Audio API Key', + FishAudioAKMessage: '请输入 API Key', addFishAudioRefID: 'FishAudio Reference ID', FishAudioRefIDMessage: '请输入引用模型的ID(留空表示使用默认模型)', GoogleModelIDMessage: '请输入 model ID!', @@ -1661,7 +1661,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 baseUrlMessage: '请输入 Base URL', baseUrlPlaceholder: '使用 SoMark API 时中国大陆填写 https://somark.cn/api/v1;中国大陆外(含中国台湾、中国香港、中国澳门及海外)填写 https://somark.ai/api/v1;私有化部署时填写本地部署的 Base URL', - apiKey: 'API KEY', + apiKey: 'API Key', apiKeyPlaceholder: '使用 SoMark API 时填写;私有化部署无需填写', verifyPassed: '验证通过', verifyFailed: '验证失败', @@ -2075,8 +2075,8 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 '此组件用于从 https://pubmed.ncbi.nlm.nih.gov/ 获取搜索结果。通常,它作为知识库的补充。Top N 指定您需要调整的搜索结果数。电子邮件是必填字段。', bGPT: 'BGPT', bGPTDescription: - '通过 BGPT 搜索科学论文,并返回全文提取的结构化证据:方法、样本量、局限性、利益冲突、数据可用性、研究盲点和可证伪性提示。免费额度后可选 API KEY。', - bgptApiKey: 'API KEY', + '通过 BGPT 搜索科学论文,并返回全文提取的结构化证据:方法、样本量、局限性、利益冲突、数据可用性、研究盲点和可证伪性提示。免费额度后可选 API Key。', + bgptApiKey: 'API Key', bgptApiKeyTip: '可选。留空使用免费额度(前 50 条结果)。', bgptDaysBack: '天数限制', bgptDaysBackTip: '可选的时效过滤(例如 365 表示最近一年)。',