refactor: credential table columns
This commit is contained in:
@@ -10,7 +10,8 @@ export default {
|
||||
'clusters.edit.cluster': 'Edit {cluster}',
|
||||
'clusters.provider.custom': 'Custom',
|
||||
'clusters.button.register': 'Register Cluster',
|
||||
'clusters.button.addNodePool': 'Add Node Pool'
|
||||
'clusters.button.addNodePool': 'Add Node Pool',
|
||||
'clusters.button.add.credential': 'Add {provider} Credential'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -25,5 +26,6 @@ export default {
|
||||
// 9. 'clusters.edit.cluster': 'Edit {cluster}',
|
||||
// 10. 'clusters.provider.custom': 'Custom',
|
||||
// 11. 'clusters.button.register': 'Register Cluster',
|
||||
// 12. 'clusters.button.addNodePool': 'Add Node Pool'
|
||||
// 12. 'clusters.button.addNodePool': 'Add Node Pool',
|
||||
// 13. 'clusters.button.add.credential': 'Add {provider} Credential'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -90,7 +90,8 @@ export default {
|
||||
'resources.register.download':
|
||||
'Скачайте и установите <a href={url} target="_blank">инсталлятор</a>. Поддерживаемые версии: {versions}.',
|
||||
'resource.register.maos.support': 'Apple Silicon (серия M), macOS 14+',
|
||||
'resource.register.windows.support': 'Windows 10, Windows 11'
|
||||
'resource.register.windows.support': 'Windows 10, Windows 11',
|
||||
'resources.model.instance': 'Модель экземпляра'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
Reference in New Issue
Block a user