Skip to content

Commit d474fd4

Browse files
committed
fix: Locales
1 parent 146d4e2 commit d474fd4

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ msgstr "工作流版本不存在"
12911291
#: apps/application/views/application.py:42
12921292
#: apps/application/views/application.py:43
12931293
msgid "Create an application"
1294-
msgstr "創建一個應用程式"
1294+
msgstr "创建一个应用程序"
12951295

12961296
#: apps/application/views/application.py:47
12971297
#: apps/application/views/application.py:65

ui/src/locales/lang/en-US/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
green: 'Green',
1212
purple: 'Purple',
1313
red: 'Red',
14+
custom: 'theme.custom',
1415
loginBackground: 'Login Background Image',
1516
loginLogo: 'Login Logo',
1617
websiteLogo: 'Website Logo',
@@ -39,4 +40,5 @@ export default {
3940
saveAndApply: 'Save and Apply',
4041
fileMessageError: 'File size exceeds 10MB',
4142
saveSuccess: 'Appearance settings successfully applied',
43+
4244
}

ui/src/locales/lang/zh-CN/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
green: '松石绿',
1212
purple: '神秘紫',
1313
red: '胭脂红',
14+
custom: '自定义',
1415
loginBackground: '登录背景图',
1516
loginLogo: '登录 Logo',
1617
websiteLogo: '网站 Logo',

ui/src/locales/lang/zh-Hant/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
green: '松石綠',
1212
purple: '神秘紫',
1313
red: '胭脂紅',
14+
custom: '自定義',
1415
loginBackground: '登錄背景圖',
1516
loginLogo: '登錄 Logo',
1617
websiteLogo: '網站 Logo',

0 commit comments

Comments
 (0)