refactor(系统设置): 开源版本资源池节点最多为1个
This commit is contained in:
parent
e941fe82f7
commit
356443d55e
|
@ -84,7 +84,7 @@ test_resource.test_resource_pool_id.not_blank=资源池ID不能为空
|
|||
test_resource.test_resource_pool_id.length_range=资源池ID长度必须在{min}和{max}之间
|
||||
test_resource.status.not_blank=资源池节点状态不能为空
|
||||
test_resource.status.length_range=资源池节点状态长度必须在{min}和{max}之间
|
||||
test_resource_pool.node_must_be_two=资源池节点最多为2个
|
||||
test_resource_pool.node_must_be_one=资源池节点最多为1个
|
||||
test_resource_pool.node_must_have_one=资源池节点至少保留一个
|
||||
test_resource_pool.id.not_blank=资源池ID不能为空
|
||||
test_resource_pool.name.not_blank=资源池名称不能为空
|
||||
|
|
|
@ -85,7 +85,7 @@ test_resource.test_resource_pool_id.not_blank=Test resource test resource pool i
|
|||
test_resource.test_resource_pool_id.length_range=Test resource test resource pool id must be between {min} and {max} characters long
|
||||
test_resource.status.not_blank=Test resource status must not be blank
|
||||
test_resource.status.length_range=Test resource status must be between {min} and {max} characters long
|
||||
test_resource_pool.node_must_be_two=The maximum number of resource pool nodes is 2
|
||||
test_resource_pool.node_must_be_one=The maximum number of resource pool nodes is 1
|
||||
test_resource_pool.node_must_have_one=Reserve at least one resource pool node
|
||||
test_resource_pool.id.not_blank=Test resource pool id must not be blank
|
||||
test_resource_pool.name.not_blank=Test resource pool name must not be blank
|
||||
|
|
|
@ -85,7 +85,7 @@ test_resource.test_resource_pool_id.not_blank=资源池ID不能为空
|
|||
test_resource.test_resource_pool_id.length_range=资源池ID长度必须在{min}和{max}之间
|
||||
test_resource.status.not_blank=资源池节点状态不能为空
|
||||
test_resource.status.length_range=资源池节点状态长度必须在{min}和{max}之间
|
||||
test_resource_pool.node_must_be_two=资源池节点最多为2个
|
||||
test_resource_pool.node_must_be_one=资源池节点最多为1个
|
||||
test_resource_pool.node_must_have_one=资源池节点至少保留一个
|
||||
test_resource_pool.id.not_blank=资源池ID不能为空
|
||||
test_resource_pool.name.not_blank=资源池名称不能为空
|
||||
|
|
|
@ -85,7 +85,7 @@ test_resource.test_resource_pool_id.not_blank=資源池ID不能為空
|
|||
test_resource.test_resource_pool_id.length_range=資源池ID長度必須在{min}和{max}之間
|
||||
test_resource.status.not_blank=資源池節點狀態不能為空
|
||||
test_resource.status.length_range=資源池節點狀態長度必須在{min}和{max}之間
|
||||
test_resource_pool.node_must_be_two=資源池節點最多為2個
|
||||
test_resource_pool.node_must_be_one=資源池節點最多為1個
|
||||
test_resource_pool.node_must_have_one=資源池節點至少保留一個
|
||||
test_resource_pool.id.not_blank=資源池ID不能為空
|
||||
test_resource_pool.name.not_blank=資源池名稱不能為空
|
||||
|
|
Loading…
Reference in New Issue