From 3a8c4e595ba28b887ba673b3d8af899595b269a2 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Tue, 18 Jun 2024 09:10:19 +0200 Subject: [PATCH 1/2] Update en-us.yaml --- shell/assets/translations/en-us.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index c8456e9d507..7282705cc0b 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -7315,7 +7315,7 @@ performance: checkboxLabel: Disable websocket notifications gc: label: Resource Garbage Collection - description: The UI will cache kuberentes resources locally to avoid having to re-fetch them. In some cases this can lead to a large amount of data stored in the browser. Enable this setting to periodically remove them. + description: The UI will cache Kubernetes resources locally to avoid having to re-fetch them. In some cases this can lead to a large amount of data stored in the browser. Enable this setting to periodically remove them. checkboxLabel: Enable Garbage Collection whenRun: description: Update when garbage collection runs From 3b8f09c0b20bea1c0875d151d67961385b64e989 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Tue, 18 Jun 2024 20:58:04 +0200 Subject: [PATCH 2/2] Update zh-hans.yaml --- shell/assets/translations/zh-hans.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/assets/translations/zh-hans.yaml b/shell/assets/translations/zh-hans.yaml index 5fe6a8e3abf..5e5c0616dba 100644 --- a/shell/assets/translations/zh-hans.yaml +++ b/shell/assets/translations/zh-hans.yaml @@ -7104,7 +7104,7 @@ performance: checkboxLabel: 禁用 WebSocket 通知 gc: label: 资源垃圾回收 - description: UI 将在本地缓存 kuberentes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。 + description: UI 将在本地缓存 Kubernetes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。 checkboxLabel: 启用垃圾回收 whenRun: description: 垃圾回收运行的时候更新