From 30caf7c8ce549fd75fe74faa9a3aa99eb6de75a6 Mon Sep 17 00:00:00 2001 From: Yi-Ya Chen Date: Tue, 7 Jan 2025 14:20:29 +0800 Subject: [PATCH] fix: add translation key Signed-off-by: Yi-Ya Chen (cherry picked from commit 8b8a15506380620520fad2c88c867af356b9f5db) --- pkg/harvester/components/novnc/NovncConsole.vue | 2 +- pkg/harvester/l10n/en-us.yaml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pkg/harvester/components/novnc/NovncConsole.vue b/pkg/harvester/components/novnc/NovncConsole.vue index 385338982e5..90290f30303 100644 --- a/pkg/harvester/components/novnc/NovncConsole.vue +++ b/pkg/harvester/components/novnc/NovncConsole.vue @@ -17,7 +17,7 @@

- {{ t('vncConsole.reconnecting.message') }}:{{ retryTimes }} of {{ maximumRetryTimes }} + {{ t('harvester.virtualMachine.vncConsole.reconnecting.message') }}:{{ retryTimes }} of {{ maximumRetryTimes }}

diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index 4cb9e6bbdd2..a7005757c6b 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -534,6 +534,9 @@ harvester: console: novnc: Open in WebVNC serial: Open in Serial Console + vncConsole: + reconnecting: + message: Web VNC console reconnection attempt promptRemove: title: 'Select the volume you want to delete:' deleteAll: Delete All @@ -850,14 +853,14 @@ harvester: doc: Read the documentation before starting the upgrade process. Ensure that you complete procedures that are relevant to your environment and the version you are upgrading to. tip: Unmet system requirements and incorrectly performed procedures may cause complete upgrade failure and other issues that require manual workarounds. moreNotes: For more details about the release notes, please visit - - + schedule: label: Virtual Machine Schedules createTitle: Create Schedule createButtonText: Create Schedule scheduleType: Virtual Machine Schedule Type cron: Cron Schedule - detail: + detail: namespace: Namespace sourceVM: Source Virtual Machine tabs: @@ -867,12 +870,12 @@ harvester: message: noSetting: suffix: before creating a backup schedule - retain: + retain: label: Retain count: Count - tooltip: Number of up-to-date VM backups to retain. Maximum to 250, minimum to 2. + tooltip: Number of up-to-date VM backups to retain. Maximum to 250, minimum to 2. maxFailure: - label: Max Failure + label: Max Failure count: Count tooltip: Max number of consecutive failed backups that could be tolerated. If reach this threshold, Harvester controller will suspend the schedule job. This value should less than retain count virtualMachine: