refactor: resource table columns
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
'clusters.title': 'Cluster',
|
||||
'clusters.table.provider': 'Provider',
|
||||
'clusters.table.deployments': 'Deployments',
|
||||
'clusters.button.add': 'Add Cluster',
|
||||
'clusters.button.addCredential': 'Add Cloud Credential',
|
||||
'clusters.button.editCredential': 'Edit Cloud Credential',
|
||||
'clusters.filterBy.cluster': 'Filter by Cluster',
|
||||
'clusters.add.cluster': 'Add {cluster} Cluster',
|
||||
'clusters.edit.cluster': 'Edit {cluster}',
|
||||
'clusters.provider.custom': 'Custom',
|
||||
'clusters.button.register': 'Register Cluster',
|
||||
'clusters.button.addNodePool': 'Add Node Pool'
|
||||
};
|
||||
@@ -257,5 +257,7 @@ export default {
|
||||
'common.login.password': 'Log in with Password',
|
||||
'common.external.login': 'Log in with {type}',
|
||||
'common.sso.noConfig':
|
||||
'Single sign-on is not enabled on this system. Please contact your administrator.'
|
||||
'Single sign-on is not enabled on this system. Please contact your administrator.',
|
||||
'common.button.edit.item': 'Edit {name}',
|
||||
'common.button.terminal': 'Terminal'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user