mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
perf: 专业版国际化
This commit is contained in:
parent
8ba5ba96de
commit
f924a6f4d1
@ -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
|
||||
|
@ -2235,6 +2235,7 @@ export default {
|
||||
version_num: '版本號',
|
||||
standard: '社區版',
|
||||
enterprise: '企業版',
|
||||
Professional: '專業版',
|
||||
Embedded: '嵌入式版',
|
||||
support: '獲取技術支持',
|
||||
update_success: '更新成功',
|
||||
|
@ -2242,6 +2242,7 @@ export default {
|
||||
version_num: '版本号',
|
||||
standard: '社区版',
|
||||
enterprise: '企业版',
|
||||
Professional: '专业版',
|
||||
Embedded: '嵌入式版',
|
||||
support: '获取技术支持',
|
||||
update_success: '更新成功',
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user