perf: 专业版国际化
This commit is contained in:
parent
8ba5ba96de
commit
f924a6f4d1
@ -47,7 +47,7 @@ quartz:
|
|||||||
dataease:
|
dataease:
|
||||||
version: '@project.version@'
|
version: '@project.version@'
|
||||||
xpack-front-distributed: true
|
xpack-front-distributed: true
|
||||||
origin-list: http://127.0.0.1:9080
|
origin-list: http://localhost:8080
|
||||||
apisix-api:
|
apisix-api:
|
||||||
domain: http://127.0.0.1:9180
|
domain: http://127.0.0.1:9180
|
||||||
key: edd1c9f034335f136f87ad84b625c8f1
|
key: edd1c9f034335f136f87ad84b625c8f1
|
||||||
|
|||||||
@ -2235,6 +2235,7 @@ export default {
|
|||||||
version_num: '版本號',
|
version_num: '版本號',
|
||||||
standard: '社區版',
|
standard: '社區版',
|
||||||
enterprise: '企業版',
|
enterprise: '企業版',
|
||||||
|
Professional: '專業版',
|
||||||
Embedded: '嵌入式版',
|
Embedded: '嵌入式版',
|
||||||
support: '獲取技術支持',
|
support: '獲取技術支持',
|
||||||
update_success: '更新成功',
|
update_success: '更新成功',
|
||||||
|
|||||||
@ -2242,6 +2242,7 @@ export default {
|
|||||||
version_num: '版本号',
|
version_num: '版本号',
|
||||||
standard: '社区版',
|
standard: '社区版',
|
||||||
enterprise: '企业版',
|
enterprise: '企业版',
|
||||||
|
Professional: '专业版',
|
||||||
Embedded: '嵌入式版',
|
Embedded: '嵌入式版',
|
||||||
support: '获取技术支持',
|
support: '获取技术支持',
|
||||||
update_success: '更新成功',
|
update_success: '更新成功',
|
||||||
|
|||||||
@ -228,6 +228,8 @@ const syncFree = () => {
|
|||||||
? $t('about.standard')
|
? $t('about.standard')
|
||||||
: license.edition === 'Embedded'
|
: license.edition === 'Embedded'
|
||||||
? $t('about.Embedded')
|
? $t('about.Embedded')
|
||||||
|
: license.edition === 'Professional'
|
||||||
|
? $t('about.Professional')
|
||||||
: $t('about.enterprise')
|
: $t('about.enterprise')
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user