θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions frontend/src/locales/de/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
Expand Down Expand Up @@ -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.",
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/locales/en/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/vn/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down