Commit 5f5b6ec1 authored by Ased Mammad's avatar Ased Mammad
Browse files

feat: add persian translation for new keys

parent 4d67dd97
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
"Export Prompts": "Prompts exportieren", "Export Prompts": "Prompts exportieren",
"Failed to read clipboard contents": "Fehler beim Lesen des Zwischenablageninhalts", "Failed to read clipboard contents": "Fehler beim Lesen des Zwischenablageninhalts",
"File Mode": "Dateimodus", "File Mode": "Dateimodus",
"File not found.`": "Datei nicht gefunden.`", "File not found.": "Datei nicht gefunden.",
"Focus chat input": "Chat-Eingabe fokussieren", "Focus chat input": "Chat-Eingabe fokussieren",
"Format your variables using square brackets like this:": "Formatieren Sie Ihre Variablen mit eckigen Klammern wie folgt:", "Format your variables using square brackets like this:": "Formatieren Sie Ihre Variablen mit eckigen Klammern wie folgt:",
"From (Base Model)": "Von (Basismodell)", "From (Base Model)": "Von (Basismodell)",
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "DD.MM.YYYY", "MMMM DD, YYYY": "DD.MM.YYYY",
"Model '{{modelName}}' has been successfully downloaded.`": "Modell '{{modelName}}' wurde erfolgreich heruntergeladen.`", "Model '{{modelName}}' has been successfully downloaded.": "Modell '{{modelName}}' wurde erfolgreich heruntergeladen.",
"Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.", "Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.",
"Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden", "Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden",
"Model {{modelName}} already exists.": "Modell {{modelName}} existiert bereits.", "Model {{modelName}} already exists.": "Modell {{modelName}} existiert bereits.",
...@@ -266,7 +266,6 @@ ...@@ -266,7 +266,6 @@
"Stop Sequence": "Stop Sequence", "Stop Sequence": "Stop Sequence",
"STT Settings": "STT-Einstellungen", "STT Settings": "STT-Einstellungen",
"Success": "Erfolg", "Success": "Erfolg",
"Successfully updated": "Erfolgreich aktualisiert",
"Successfully updated.": "Erfolgreich aktualisiert.", "Successfully updated.": "Erfolgreich aktualisiert.",
"Sync All": "Alles synchronisieren", "Sync All": "Alles synchronisieren",
"System Prompt": "System-Prompt", "System Prompt": "System-Prompt",
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
"Export Prompts": "Export Prompts", "Export Prompts": "Export Prompts",
"Failed to read clipboard contents": "Failed to read clipboard contents", "Failed to read clipboard contents": "Failed to read clipboard contents",
"File Mode": "File Mode", "File Mode": "File Mode",
"File not found.`": "File not found.`", "File not found.": "File not found.",
"Focus chat input": "Focus chat input", "Focus chat input": "Focus chat input",
"Format your variables using square brackets like this:": "Format your variables using square brackets like this:", "Format your variables using square brackets like this:": "Format your variables using square brackets like this:",
"From (Base Model)": "From (Base Model)", "From (Base Model)": "From (Base Model)",
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "MMMM DD, YYYY", "MMMM DD, YYYY": "MMMM DD, YYYY",
"Model '{{modelName}}' has been successfully downloaded.`": "Model '{{modelName}}' has been successfully downloaded.`", "Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' has been successfully downloaded.",
"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.", "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.",
"Model {{modelId}} not found": "Model {{modelId}} not found", "Model {{modelId}} not found": "Model {{modelId}} not found",
"Model {{modelName}} already exists.": "Model {{modelName}} already exists.", "Model {{modelName}} already exists.": "Model {{modelName}} already exists.",
...@@ -266,7 +266,6 @@ ...@@ -266,7 +266,6 @@
"Stop Sequence": "Stop Sequence", "Stop Sequence": "Stop Sequence",
"STT Settings": "STT Settings", "STT Settings": "STT Settings",
"Success": "Success", "Success": "Success",
"Successfully updated": "Successfully updated",
"Successfully updated.": "Successfully updated.", "Successfully updated.": "Successfully updated.",
"Sync All": "Sync All", "Sync All": "Sync All",
"System Prompt": "System Prompt", "System Prompt": "System Prompt",
......
This diff is collapsed.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
}); });
if (res) { if (res) {
users = await getUsers(localStorage.token); users = await getUsers(localStorage.token);
toast.success($i18n.t('Successfully updated')); toast.success($i18n.t('Successfully updated.'));
} }
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment