chore(系统设置): tooltip 信息修改
This commit is contained in:
parent
06d3a96ef5
commit
c2db62cbd5
|
@ -24,7 +24,7 @@ export default {
|
|||
'system.resourcePool.deletePoolConfirm': 'Confirm',
|
||||
'system.resourcePool.deletePoolCancel': 'Cancel',
|
||||
'system.resourcePool.deletePoolSuccess': 'Deleted successfully',
|
||||
'system.resourcePool.detailUrl': 'Intranet URL',
|
||||
'system.resourcePool.detailUrl': 'Replica Node URL',
|
||||
'system.resourcePool.detailRange': 'Applied organization',
|
||||
'system.resourcePool.detailUse': 'Use',
|
||||
'system.resourcePool.detailMirror': 'Mirror',
|
||||
|
@ -38,9 +38,9 @@ export default {
|
|||
'system.resourcePool.nameRequired': 'Please enter a resource pool name',
|
||||
'system.resourcePool.namePlaceholder': 'Please enter a resource pool name',
|
||||
'system.resourcePool.descPlaceholder': 'Please describe the resource pool',
|
||||
'system.resourcePool.serverUrl': 'Intranet URL',
|
||||
'system.resourcePool.serverUrl': 'Replica Node URL',
|
||||
'system.resourcePool.serverUrlTip':
|
||||
'When the resource pool is deployed on the intranet, the intranet address can be used',
|
||||
'The replica node of the primary service handles task execution within the current resource pool and, once configured, will prioritize the use of the current node',
|
||||
'system.resourcePool.rootUrlPlaceholder': 'MS deployment address',
|
||||
'system.resourcePool.orgRange': 'Applied organization',
|
||||
'system.resourcePool.orgAll': 'All organization',
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
'system.resourcePool.deletePoolConfirm': '确认删除',
|
||||
'system.resourcePool.deletePoolCancel': '取消',
|
||||
'system.resourcePool.deletePoolSuccess': '删除成功',
|
||||
'system.resourcePool.detailUrl': '内网 URL',
|
||||
'system.resourcePool.detailUrl': '工作节点 URL',
|
||||
'system.resourcePool.detailRange': '应用组织',
|
||||
'system.resourcePool.detailUse': '用途',
|
||||
'system.resourcePool.detailMirror': '镜像',
|
||||
|
@ -37,8 +37,8 @@ export default {
|
|||
'system.resourcePool.nameRequired': '请输入资源池名称',
|
||||
'system.resourcePool.namePlaceholder': '请输入资源池名称',
|
||||
'system.resourcePool.descPlaceholder': '请对该资源池进行描述',
|
||||
'system.resourcePool.serverUrl': '内网 URL',
|
||||
'system.resourcePool.serverUrlTip': '资源池部署在内网时,可走内网地址',
|
||||
'system.resourcePool.serverUrl': '工作节点 URL',
|
||||
'system.resourcePool.serverUrlTip': '主服务的副本节点,处理当前资源池执行任务,配置后优先使用当前节点',
|
||||
'system.resourcePool.rootUrlPlaceholder': 'MS的部署地址',
|
||||
'system.resourcePool.orgRange': '应用组织',
|
||||
'system.resourcePool.orgAll': '全部组织',
|
||||
|
|
Loading…
Reference in New Issue