fix: correct some typos and grammatical errors in translation strings and index.jsx (#4195)
fix(locales): correct some typos and grammatical errors in translation strings and index.jsx
This commit is contained in:
parent
2c19dd09ed
commit
89724169dc
@ -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.",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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: {
|
||||
|
||||
@ -180,8 +180,7 @@ export default function BlockList({
|
||||
<p className="text-xs text-theme-text-secondary">
|
||||
The output of this block will be returned directly to the chat.
|
||||
<br />
|
||||
This will prevent any further tool calls from being also being
|
||||
executed.
|
||||
This will prevent any further tool calls from being executed.
|
||||
</p>
|
||||
</div>
|
||||
<label className="relative inline-flex cursor-pointer items-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user