fix: make translation key naming consistent

This commit is contained in:
Ased Mammad 2024-03-04 16:48:08 +03:30
parent d4fd6c5a57
commit ec8f229f5a
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"(e.g. `sh webui.sh --api`)": "(z.B. `sh webui.sh --api`)", "(e.g. `sh webui.sh --api`)": "(z.B. `sh webui.sh --api`)",
"{{item}} not provided": "{{item}} nicht angegeben", "{{item}} not provided": "{{item}} nicht angegeben",
"{{modelName}} is thinking...": "{{modelName}} denkt nach...", "{{modelName}} is thinking...": "{{modelName}} denkt nach...",
"{{webui_name}} Backend Required": "{{webui_name}}-Backend erforderlich", "{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
"About": "Über", "About": "Über",
"Account": "Account", "Account": "Account",
"Action": "Aktion", "Action": "Aktion",

View file

@ -3,7 +3,7 @@
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)", "(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
"{{item}} not provided": "{{item}} not provided", "{{item}} not provided": "{{item}} not provided",
"{{modelName}} is thinking...": "{{modelName}} is thinking...", "{{modelName}} is thinking...": "{{modelName}} is thinking...",
"{{webui_name}} Backend Required": "{{webui_name}} Backend Required", "{{webUIName}} Backend Required": "{{webUIName}} Backend Required",
"About": "About", "About": "About",
"Account": "Account", "Account": "Account",
"Action": "Action", "Action": "Action",

View file

@ -241,7 +241,7 @@
"Users": "کاربران", "Users": "کاربران",
"User": "کاربر", "User": "کاربر",
"WebUI Add-ons": "WebUI Add-ons", "WebUI Add-ons": "WebUI Add-ons",
"{{webui_name}} Backend Required": "{{webui_name}} Backend Required", "{{webUIName}} Backend Required": "{{webUIName}} Backend Required",
"WebUI Settings": "تنظیمات WebUI", "WebUI Settings": "تنظیمات WebUI",
"Web": "وب", "Web": "وب",
"Whisper (Local)": "Whisper (Local)", "Whisper (Local)": "Whisper (Local)",

View file

@ -22,7 +22,7 @@
<div class="m-auto pb-44 flex flex-col justify-center"> <div class="m-auto pb-44 flex flex-col justify-center">
<div class="max-w-md"> <div class="max-w-md">
<div class="text-center text-2xl font-medium z-50"> <div class="text-center text-2xl font-medium z-50">
{$i18n.t('{{webui_name}} Backend Required', { webui_name: $WEBUI_NAME })} {$i18n.t('{{webUIName}} Backend Required', { webUIName: $WEBUI_NAME })}
</div> </div>
<div class=" mt-4 text-center text-sm w-full"> <div class=" mt-4 text-center text-sm w-full">