refactor: resource table columns

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 84859d1b7c
commit 949eded4ee
44 changed files with 1390 additions and 1544 deletions
+14
View File
@@ -0,0 +1,14 @@
export default {
'clusters.title': '集群',
'clusters.table.provider': '提供商',
'clusters.table.deployments': '部署',
'clusters.button.add': '添加集群',
'clusters.button.addCredential': '添加云凭证',
'clusters.button.editCredential': '编辑云凭证',
'clusters.filterBy.cluster': '按集群过滤',
'clusters.add.cluster': '添加 {cluster} 集群',
'clusters.edit.cluster': '编辑 {cluster}',
'clusters.provider.custom': '自定义',
'clusters.button.register': '注册集群',
'clusters.button.addNodePool': '添加节点池'
};