refactor: remove unneeded translation keys (#416)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-07-21 17:41:40 +08:00 committed by GitHub
parent a9fa928912
commit e294f4c00f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 13 deletions

View File

@ -208,7 +208,15 @@ export default {
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
:deep(textarea) { $yaml-height: 540px;
overflow-y: auto !important;
:deep() .yaml-editor{
flex: 1;
min-height: $yaml-height;
& .code-mirror .CodeMirror {
position: initial;
height: auto;
min-height: $yaml-height;
}
} }
</style> </style>

View File

@ -1127,19 +1127,8 @@ harvester:
privateKey: Private Key privateKey: Private Key
ca: CA ca: CA
rancherCluster: rancherCluster:
description: Configure Rancher cluster integration for guest cluster management. This setting allows you to specify a Rancher KubeConfig and configure automatic cleanup behavior.
kubeConfig: Rancher KubeConfig kubeConfig: Rancher KubeConfig
kubeConfigPlaceholder: Paste your Rancher KubeConfig content here...
removeUpstreamClusterWhenNamespaceIsDeleted: Remove Upstream Cluster When Namespace Is Deleted removeUpstreamClusterWhenNamespaceIsDeleted: Remove Upstream Cluster When Namespace Is Deleted
createSecret: Create Rancher KubeConfig Secret
updateSecret: Update Rancher KubeConfig Secret
creatingSecret: Creating Secret...
updatingSecret: Updating Secret...
secretExists: A Rancher KubeConfig secret already exists and will be updated
secretCreated: Rancher KubeConfig secret created successfully
secretUpdated: Rancher KubeConfig secret updated successfully
secretCreationFailed: Failed to create Rancher KubeConfig secret
invalidKubeConfig: Invalid KubeConfig format. Please ensure it's a valid JSON kubeConfig file with apiVersion and kind fields.
storageNetwork: storageNetwork:
range: range:
placeholder: e.g. 172.16.0.0/24 placeholder: e.g. 172.16.0.0/24