mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 23:32:48 +00:00
fix: Locales
This commit is contained in:
parent
66bddc8ed3
commit
722776623d
|
|
@ -1291,7 +1291,7 @@ msgstr "工作流版本不存在"
|
|||
#: apps/application/views/application.py:42
|
||||
#: apps/application/views/application.py:43
|
||||
msgid "Create an application"
|
||||
msgstr "創建一個應用程式"
|
||||
msgstr "创建一个应用程序"
|
||||
|
||||
#: apps/application/views/application.py:47
|
||||
#: apps/application/views/application.py:65
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export default {
|
|||
green: 'Green',
|
||||
purple: 'Purple',
|
||||
red: 'Red',
|
||||
custom: 'theme.custom',
|
||||
loginBackground: 'Login Background Image',
|
||||
loginLogo: 'Login Logo',
|
||||
websiteLogo: 'Website Logo',
|
||||
|
|
@ -39,4 +40,5 @@ export default {
|
|||
saveAndApply: 'Save and Apply',
|
||||
fileMessageError: 'File size exceeds 10MB',
|
||||
saveSuccess: 'Appearance settings successfully applied',
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export default {
|
|||
green: '松石绿',
|
||||
purple: '神秘紫',
|
||||
red: '胭脂红',
|
||||
custom: '自定义',
|
||||
loginBackground: '登录背景图',
|
||||
loginLogo: '登录 Logo',
|
||||
websiteLogo: '网站 Logo',
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export default {
|
|||
green: '松石綠',
|
||||
purple: '神秘紫',
|
||||
red: '胭脂紅',
|
||||
custom: '自定義',
|
||||
loginBackground: '登錄背景圖',
|
||||
loginLogo: '登錄 Logo',
|
||||
websiteLogo: '網站 Logo',
|
||||
|
|
|
|||
Loading…
Reference in New Issue