refactor(系统设置): 开源版本资源池节点最多为1个

This commit is contained in:
guoyuqi 2024-02-01 17:30:26 +08:00 committed by Craftsman
parent e941fe82f7
commit 356443d55e
4 changed files with 4 additions and 4 deletions

View File

@ -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=资源池名称不能为空

View File

@ -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

View File

@ -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=资源池名称不能为空

View File

@ -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=資源池名稱不能為空