fix: Locales

This commit is contained in:
zhangzhanwei 2025-07-04 17:39:08 +08:00 committed by zhanweizhang7
parent 66bddc8ed3
commit 722776623d
4 changed files with 5 additions and 1 deletions

View File

@ -1291,7 +1291,7 @@ msgstr "工作流版本不存在"
#: apps/application/views/application.py:42 #: apps/application/views/application.py:42
#: apps/application/views/application.py:43 #: apps/application/views/application.py:43
msgid "Create an application" msgid "Create an application"
msgstr "創建一個應用程式" msgstr "创建一个应用程序"
#: apps/application/views/application.py:47 #: apps/application/views/application.py:47
#: apps/application/views/application.py:65 #: apps/application/views/application.py:65

View File

@ -11,6 +11,7 @@ export default {
green: 'Green', green: 'Green',
purple: 'Purple', purple: 'Purple',
red: 'Red', red: 'Red',
custom: 'theme.custom',
loginBackground: 'Login Background Image', loginBackground: 'Login Background Image',
loginLogo: 'Login Logo', loginLogo: 'Login Logo',
websiteLogo: 'Website Logo', websiteLogo: 'Website Logo',
@ -39,4 +40,5 @@ export default {
saveAndApply: 'Save and Apply', saveAndApply: 'Save and Apply',
fileMessageError: 'File size exceeds 10MB', fileMessageError: 'File size exceeds 10MB',
saveSuccess: 'Appearance settings successfully applied', saveSuccess: 'Appearance settings successfully applied',
} }

View File

@ -11,6 +11,7 @@ export default {
green: '松石绿', green: '松石绿',
purple: '神秘紫', purple: '神秘紫',
red: '胭脂红', red: '胭脂红',
custom: '自定义',
loginBackground: '登录背景图', loginBackground: '登录背景图',
loginLogo: '登录 Logo', loginLogo: '登录 Logo',
websiteLogo: '网站 Logo', websiteLogo: '网站 Logo',

View File

@ -11,6 +11,7 @@ export default {
green: '松石綠', green: '松石綠',
purple: '神秘紫', purple: '神秘紫',
red: '胭脂紅', red: '胭脂紅',
custom: '自定義',
loginBackground: '登錄背景圖', loginBackground: '登錄背景圖',
loginLogo: '登錄 Logo', loginLogo: '登錄 Logo',
websiteLogo: '網站 Logo', websiteLogo: '網站 Logo',