forked from open-webui/open-webui
fix: add missed translations
This commit is contained in:
parent
da0202851f
commit
6d2f462090
14 changed files with 126 additions and 76 deletions
|
@ -61,7 +61,7 @@
|
|||
"Delete a model": "Delete a model",
|
||||
"Delete chat": "Delete chat",
|
||||
"Delete Chats": "Delete Chats",
|
||||
"Deleted ${deleteModelTag}`": "Deleted ${deleteModelTag}`",
|
||||
"Deleted {{deleteModelTag}}": "Deleted {{deleteModelTag}}",
|
||||
"delete": "delete",
|
||||
"Deleted {tagName}": "Deleted {tagName}",
|
||||
"Description": "Description",
|
||||
|
@ -105,6 +105,7 @@
|
|||
"Import Modelfiles": "Import Modelfiles",
|
||||
"Import Prompts": "Import Prompts",
|
||||
"Interface": "Interface",
|
||||
"{{item}} not provided": "{{item}} not provided",
|
||||
"join our Discord for help.": "join our Discord for help.",
|
||||
"JSON": "JSON",
|
||||
"JWT Expiration": "JWT Expiration",
|
||||
|
@ -120,17 +121,22 @@
|
|||
"LLMs can make mistakes. Verify important information.": "LLMs can make mistakes. Verify important information.",
|
||||
"Made by OpenWebUI Community": "Made by OpenWebUI Community",
|
||||
"Manage LiteLLM Models": "Manage LiteLLM Models",
|
||||
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximum of 3 models can be downloaded simultaneously. Please try again later.",
|
||||
"Max Tokens": "Max Tokens",
|
||||
"Mirostat Eta": "Mirostat Eta",
|
||||
"Mirostat": "Mirostat",
|
||||
"Mirostat Tau": "Mirostat Tau",
|
||||
"Model '${modelName}' has been successfully downloaded.`": "Model '${modelName}' has been successfully downloaded.`",
|
||||
"Model '{{modelName}}' has been successfully downloaded.`": "Model '{{modelName}}' has been successfully downloaded.`",
|
||||
"Modelfile Advanced Settings": "Modelfile Advanced Settings",
|
||||
"Modelfile Content": "Modelfile Content",
|
||||
"Modelfile": "Modelfile",
|
||||
"Modelfiles": "Modelfiles",
|
||||
"Model {{modelId}} not found": "Model {{modelId}} not found",
|
||||
"Model {{modelName}} already exists.": "Model {{modelName}} already exists.",
|
||||
"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.",
|
||||
"{{modelName}} is thinking...": "{{modelName}} is thinking...",
|
||||
"Model Name": "Model Name",
|
||||
"Model not selected": "Model not selected",
|
||||
"Models": "Models",
|
||||
"Model Tag Name": "Model Tag Name",
|
||||
"My Documents": "My Documents",
|
||||
|
@ -146,7 +152,9 @@
|
|||
"Okay, Let's Go!": "Okay, Let's Go!",
|
||||
"Ollama API URL": "Ollama API URL",
|
||||
"Ollama Version": "Ollama Version",
|
||||
"Only alphanumeric characters and hyphens are allowed in the command string.": "Only alphanumeric characters and hyphens are allowed in the command string.",
|
||||
"On": "On",
|
||||
"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.",
|
||||
"OpenAI API": "OpenAI API",
|
||||
"Open AI": "Open AI",
|
||||
"Open new chat": "Open new chat",
|
||||
|
@ -154,6 +162,7 @@
|
|||
"Parameters": "Parameters",
|
||||
"Password": "Password",
|
||||
"Pending": "Pending",
|
||||
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
|
||||
"Profile": "Profile",
|
||||
"Prompt Content": "Prompt Content",
|
||||
"Prompts": "Prompts",
|
||||
|
@ -198,6 +207,7 @@
|
|||
"Show shortcuts": "Show shortcuts",
|
||||
"Sign Out": "Sign Out",
|
||||
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API is not supported in this browser.",
|
||||
"Speech recognition error: {{error}}": "Speech recognition error: {{error}}",
|
||||
"Speech-to-Text Engine": "Speech-to-Text Engine",
|
||||
"Stop Sequence": "Stop Sequence",
|
||||
"STT Settings": "STT Settings",
|
||||
|
@ -222,7 +232,7 @@
|
|||
"Top K": "Top K",
|
||||
"Top P": "Top P",
|
||||
"TTS Settings": "TTS Settings",
|
||||
"Uh-oh! There was an issue connecting to llama.": "Uh-oh! There was an issue connecting to llama.",
|
||||
"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! There was an issue connecting to {{provider}}.",
|
||||
"Upload a GGUF model": "Upload a GGUF model",
|
||||
"Upload files": "Upload files",
|
||||
"Upload Progress": "Upload Progress",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue