perf: 专业版国际化

This commit is contained in:
fit2cloud-chenyw 2024-11-18 09:12:13 +08:00
parent 8ba5ba96de
commit f924a6f4d1
4 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@ quartz:
dataease:
version: '@project.version@'
xpack-front-distributed: true
origin-list: http://127.0.0.1:9080
origin-list: http://localhost:8080
apisix-api:
domain: http://127.0.0.1:9180
key: edd1c9f034335f136f87ad84b625c8f1

View File

@ -2235,6 +2235,7 @@ export default {
version_num: '版本號',
standard: '社區版',
enterprise: '企業版',
Professional: '專業版',
Embedded: '嵌入式版',
support: '獲取技術支持',
update_success: '更新成功',

View File

@ -2242,6 +2242,7 @@ export default {
version_num: '版本号',
standard: '社区版',
enterprise: '企业版',
Professional: '专业版',
Embedded: '嵌入式版',
support: '获取技术支持',
update_success: '更新成功',

View File

@ -228,6 +228,8 @@ const syncFree = () => {
? $t('about.standard')
: license.edition === 'Embedded'
? $t('about.Embedded')
: license.edition === 'Professional'
? $t('about.Professional')
: $t('about.enterprise')
}}
</div>