diff --git a/src/lib/i18n/locales/de/common.json b/src/lib/i18n/locales/de/common.json index ac6fb4bc..2b1978a5 100644 --- a/src/lib/i18n/locales/de/common.json +++ b/src/lib/i18n/locales/de/common.json @@ -3,7 +3,7 @@ "(e.g. `sh webui.sh --api`)": "(z.B. `sh webui.sh --api`)", "{{item}} not provided": "{{item}} nicht angegeben", "{{modelName}} is thinking...": "{{modelName}} denkt nach...", - "{{webui_name}} Backend Required": "{{webui_name}}-Backend erforderlich", + "{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich", "About": "Über", "Account": "Account", "Action": "Aktion", diff --git a/src/lib/i18n/locales/en/common.json b/src/lib/i18n/locales/en/common.json index 0a1c9997..6f30d67b 100644 --- a/src/lib/i18n/locales/en/common.json +++ b/src/lib/i18n/locales/en/common.json @@ -3,7 +3,7 @@ "(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)", "{{item}} not provided": "{{item}} not provided", "{{modelName}} is thinking...": "{{modelName}} is thinking...", - "{{webui_name}} Backend Required": "{{webui_name}} Backend Required", + "{{webUIName}} Backend Required": "{{webUIName}} Backend Required", "About": "About", "Account": "Account", "Action": "Action", diff --git a/src/lib/i18n/locales/fa/common.json b/src/lib/i18n/locales/fa/common.json index 1d026f1c..e35ca930 100644 --- a/src/lib/i18n/locales/fa/common.json +++ b/src/lib/i18n/locales/fa/common.json @@ -241,7 +241,7 @@ "Users": "کاربران", "User": "کاربر", "WebUI Add-ons": "WebUI Add-ons", - "{{webui_name}} Backend Required": "{{webui_name}} Backend Required", + "{{webUIName}} Backend Required": "{{webUIName}} Backend Required", "WebUI Settings": "تنظیمات WebUI", "Web": "وب", "Whisper (Local)": "Whisper (Local)", diff --git a/src/routes/error/+page.svelte b/src/routes/error/+page.svelte index 175bd8d9..95518660 100644 --- a/src/routes/error/+page.svelte +++ b/src/routes/error/+page.svelte @@ -22,7 +22,7 @@
- {$i18n.t('{{webui_name}} Backend Required', { webui_name: $WEBUI_NAME })} + {$i18n.t('{{webUIName}} Backend Required', { webUIName: $WEBUI_NAME })}