refactor: resource table columns
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
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'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'clusters.title': 'Cluster',
|
||||
// 2. 'clusters.table.provider': 'Provider',
|
||||
// 3. 'clusters.table.deployments': 'Deployments',
|
||||
// 4. 'clusters.button.add': 'Add Cluster',
|
||||
// 5. 'clusters.button.addCredential': 'Add Cloud Credential',
|
||||
// 6. 'clusters.button.editCredential': 'Edit Cloud Credential',
|
||||
// 7. 'clusters.filterBy.cluster': 'Filter by Cluster',
|
||||
// 8. 'clusters.add.cluster': 'Add {cluster} Cluster',
|
||||
// 9. 'clusters.edit.cluster': 'Edit {cluster}',
|
||||
// 10. 'clusters.provider.custom': 'Custom',
|
||||
// 11. 'clusters.button.register': 'Register Cluster',
|
||||
// 12. 'clusters.button.addNodePool': 'Add Node Pool'
|
||||
// ========== End of To-Do List ==========
|
||||
@@ -256,11 +256,15 @@ 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'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'common.external.login': 'Log in with {type}'
|
||||
// 2. 'common.login.password': 'Log in with Password'
|
||||
// 3. 'common.sso.noConfig': 'Single sign-on is not enabled on this system. Please contact your administrator.'
|
||||
// 4. 'common.button.edit.item': 'Edit {name}',
|
||||
// 5. 'common.button.terminal': 'Terminal'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
Reference in New Issue
Block a user