diff --git a/frontend/src/locales/de/common.js b/frontend/src/locales/de/common.js index cd29dad0d76..a8cfd13b5b3 100644 --- a/frontend/src/locales/de/common.js +++ b/frontend/src/locales/de/common.js @@ -453,7 +453,7 @@ const TRANSLATIONS = { description: "Passen Sie die Benutzeroberfläche von AnythingLLM an.", }, branding: { - title: "Branding & Whitelabeling“", + title: "Branding & Whitelabeling", description: "Individualisieren Sie Ihre AnythingLLM-Instanz durch eigenes Branding.", }, @@ -495,7 +495,7 @@ const TRANSLATIONS = { "Geben Sie einen Anwendungsnamen ein, der auf der Login-Seite erscheint.", }, "chat-message-alignment": { - title: "Nachrichtenanordnung im Chatd", + title: "Nachrichtenanordnung im Chat", description: "Bestimmen Sie den Ausrichtungsmodus der Chat-Nachrichten.", }, @@ -931,7 +931,7 @@ const TRANSLATIONS = { default_agent_description: "– Standardagent für diesen Workspace.", custom_agents_coming_soon: "Eigene Agenten bald verfügbar!", slash_reset: "/reset", - preset_reset_description: "hatverlauf löschen und neuen Chat starten", + preset_reset_description: "Chatverlauf löschen und neuen Chat starten", add_new_preset: "Neues Preset anlegen", command: "Befehl", your_command: "dein-befehl", @@ -960,12 +960,12 @@ const TRANSLATIONS = { remove_profile_picture: "Profilbild entfernen", username: "Nutzername", username_description: - "Der Nutzername darf nur kleine Buchstaben, Zahlen, Unterstrich und Bindestriche ohne Leerzeichen.", + "Der Nutzername darf nur kleine Buchstaben, Zahlen, Unterstriche und Bindestriche ohne Leerzeichen enthalten.", new_password: "Neues Passwort", password_description: "Das Passwort muss mindestens 8 Zeichen haben.", cancel: "Abbrechen", update_account: "Account updaten", - theme: "Bevozugtes Design", + theme: "Bevorzugtes Design", language: "Bevorzugte Sprache", failed_upload: "Profilbild konnte nicht hochgeladen werden: {{error}}", upload_success: "Profilbild hochgeladen.", diff --git a/frontend/src/locales/en/common.js b/frontend/src/locales/en/common.js index e70fa29ee98..c303842f019 100644 --- a/frontend/src/locales/en/common.js +++ b/frontend/src/locales/en/common.js @@ -369,7 +369,7 @@ const TRANSLATIONS = { snippets: { title: "Max Context Snippets", description: - "This setting controls the maximum amount of context snippets the will be sent to the LLM for per chat or query.", + "This setting controls the maximum amount of context snippets that will be sent to the LLM for per chat or query.", recommend: "Recommended: 4", }, doc: { @@ -996,7 +996,7 @@ const TRANSLATIONS = { remove_profile_picture: "Remove Profile Picture", username: "Username", username_description: - "Username must be only contain lowercase letters, numbers, underscores, and hyphens with no spaces", + "Username must only contain lowercase letters, numbers, underscores, and hyphens with no spaces", new_password: "New Password", password_description: "Password must be at least 8 characters long", cancel: "Cancel", diff --git a/frontend/src/locales/vn/common.js b/frontend/src/locales/vn/common.js index c03a9161abf..7b0614d9aa6 100644 --- a/frontend/src/locales/vn/common.js +++ b/frontend/src/locales/vn/common.js @@ -259,7 +259,7 @@ const TRANSLATIONS = { snippets: { title: "Max Context Snippets", description: - "This setting controls the maximum amount of context snippets the will be sent to the LLM for per chat or query.", + "This setting controls the maximum amount of context snippets that will be sent to the LLM for per chat or query.", recommend: "Recommended: 4", }, doc: { diff --git a/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx b/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx index 880eb2faee5..c2440f3ca50 100644 --- a/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx +++ b/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx @@ -180,8 +180,7 @@ export default function BlockList({

The output of this block will be returned directly to the chat.
- This will prevent any further tool calls from being also being - executed. + This will prevent any further tool calls from being executed.