dashboard-shell-shell 3.0.5-test.6 → 3.0.5-test.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (353) hide show
  1. package/assets/brand/csp/favicon.png +0 -0
  2. package/assets/brand/harvester/favicon.png +0 -0
  3. package/assets/brand/suse/favicon.png +0 -0
  4. package/assets/icons/demo.css +539 -0
  5. package/assets/icons/demo.css:Zone.Identifier +0 -0
  6. package/assets/icons/demo_index.html +1131 -0
  7. package/assets/icons/demo_index.html:Zone.Identifier +0 -0
  8. package/assets/icons/iconfont.css +219 -0
  9. package/assets/icons/iconfont.css:Zone.Identifier +0 -0
  10. package/assets/icons/iconfont.js +1 -0
  11. package/assets/icons/iconfont.js:Zone.Identifier +0 -0
  12. package/assets/icons/iconfont.json +324 -0
  13. package/assets/icons/iconfont.json:Zone.Identifier +0 -0
  14. package/assets/icons/iconfont.ttf +0 -0
  15. package/assets/icons/iconfont.ttf:Zone.Identifier +0 -0
  16. package/assets/icons/iconfont.woff +0 -0
  17. package/assets/icons/iconfont.woff2 +0 -0
  18. package/assets/icons/iconfont.woff2:Zone.Identifier +0 -0
  19. package/assets/icons/iconfont.woff:Zone.Identifier +0 -0
  20. package/assets/iconsNew/demo.css +539 -0
  21. package/assets/iconsNew/demo.css:Zone.Identifier +0 -0
  22. package/assets/iconsNew/demo_index.html +303 -0
  23. package/assets/iconsNew/demo_index.html:Zone.Identifier +0 -0
  24. package/assets/iconsNew/iconfont.css +43 -0
  25. package/assets/iconsNew/iconfont.css:Zone.Identifier +0 -0
  26. package/assets/iconsNew/iconfont.js +1 -0
  27. package/assets/iconsNew/iconfont.js:Zone.Identifier +0 -0
  28. package/assets/iconsNew/iconfont.json +44 -0
  29. package/assets/iconsNew/iconfont.json:Zone.Identifier +0 -0
  30. package/assets/iconsNew/iconfont.ttf +0 -0
  31. package/assets/iconsNew/iconfont.ttf:Zone.Identifier +0 -0
  32. package/assets/iconsNew/iconfont.woff +0 -0
  33. package/assets/iconsNew/iconfont.woff2 +0 -0
  34. package/assets/iconsNew/iconfont.woff2:Zone.Identifier +0 -0
  35. package/assets/iconsNew/iconfont.woff:Zone.Identifier +0 -0
  36. package/assets/images/API.svg +3 -0
  37. package/assets/images/action.svg +6 -0
  38. package/assets/images/login/password.svg +20 -0
  39. package/assets/images/login/user.svg +6 -0
  40. package/assets/images/login-bg.png +0 -0
  41. package/assets/images/login-left.png +0 -0
  42. package/assets/images/login-logo.svg +44 -0
  43. package/assets/images/logo.png +0 -0
  44. package/assets/images/logo.svg +47 -0
  45. package/assets/images/pl/dark/logo.png +0 -0
  46. package/assets/images/pl/half-logo.svg +2 -23
  47. package/assets/images/pl/harvester.png +0 -0
  48. package/assets/images/pl/logo.png +0 -0
  49. package/assets/images/promp-yellow.svg +5 -0
  50. package/assets/images/user.png +0 -0
  51. package/assets/styles/all.scss +83 -0
  52. package/assets/styles/app.scss +5 -0
  53. package/assets/styles/base/_basic.scss +2 -2
  54. package/assets/styles/base/_helpers.scss +1 -1
  55. package/assets/styles/base/_mixins.scss +1 -1
  56. package/assets/styles/base/_typography.scss +2 -1
  57. package/assets/styles/base/_variables.scss +14 -7
  58. package/assets/styles/fonts/_icons.scss +3 -2
  59. package/assets/styles/global/_button.scss +44 -26
  60. package/assets/styles/global/_columns.scss +3 -1
  61. package/assets/styles/global/_form.scss +46 -13
  62. package/assets/styles/global/_labeled-input.scss +54 -26
  63. package/assets/styles/global/_layout.scss +8 -3
  64. package/assets/styles/global/_select.scss +25 -17
  65. package/assets/styles/global/_table.scss +7 -1
  66. package/assets/styles/global/_tooltip.scss +60 -8
  67. package/assets/styles/themes/_dark.scss +3 -0
  68. package/assets/styles/themes/_light.scss +69 -46
  69. package/assets/styles/vendor/vue-select.scss +24 -10
  70. package/assets/translations/en-us.yaml +92 -4
  71. package/assets/translations/zh-hans.yaml +668 -206
  72. package/components/ActionDropdown.vue +2 -1
  73. package/components/ActionMenu.vue +2 -2
  74. package/components/ActionMenuShell.vue +2 -0
  75. package/components/AppModal.vue +46 -5
  76. package/components/BrandImage.vue +1 -0
  77. package/components/ButtonDropdown.vue +28 -4
  78. package/components/ButtonMultiAction.vue +1 -0
  79. package/components/ClusterIconMenu.vue +2 -2
  80. package/components/CodeMirror.vue +26 -10
  81. package/components/ConsumptionGauge.vue +24 -5
  82. package/components/ContainerResourceLimit.vue +2 -2
  83. package/components/CopyToClipboard.vue +15 -0
  84. package/components/CruResource.vue +12 -10
  85. package/components/CruResourceFooter.vue +2 -2
  86. package/components/DashboardOptions.vue +29 -17
  87. package/components/DotState.vue +84 -0
  88. package/components/Drawer/Chrome.vue +2 -2
  89. package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +30 -27
  90. package/components/Drawer/ResourceDetailDrawer/YamlTab.vue +1 -1
  91. package/components/Drawer/ResourceDetailDrawer/index.vue +5 -4
  92. package/components/ExplorerMembers.vue +28 -4
  93. package/components/ExplorerProjectsNamespaces.vue +19 -5
  94. package/components/GlobalRoleBindings.vue +23 -4
  95. package/components/GrafanaDashboard.vue +4 -4
  96. package/components/GrowlManager.vue +3 -1
  97. package/components/HardwareResourceGauge.vue +39 -3
  98. package/components/IndentedPanel.vue +4 -10
  99. package/components/InfoBox.vue +3 -3
  100. package/components/InputOrDisplay.vue +28 -2
  101. package/components/LabelValue.vue +20 -1
  102. package/components/ModalWithCard.vue +12 -3
  103. package/components/PodSecurityAdmission.vue +2 -2
  104. package/components/PromptModal.vue +1 -1
  105. package/components/PromptRemove.vue +53 -12
  106. package/components/RelatedResources.vue +3 -0
  107. package/components/Resource/Detail/Metadata/IdentifyingInformation/index.vue +1 -3
  108. package/components/Resource/Detail/Metadata/KeyValue.vue +8 -4
  109. package/components/Resource/Detail/Metadata/index.vue +3 -1
  110. package/components/Resource/Detail/TitleBar/Title.vue +4 -3
  111. package/components/Resource/Detail/TitleBar/Top.vue +2 -0
  112. package/components/Resource/Detail/TitleBar/composables.ts +16 -1
  113. package/components/Resource/Detail/TitleBar/index.vue +125 -27
  114. package/components/ResourceDetail/Masthead/index.vue +1 -1
  115. package/components/ResourceDetail/Masthead/latest.vue +1 -1
  116. package/components/ResourceDetail/Masthead/legacy.vue +183 -39
  117. package/components/ResourceDetail/legacy.vue +47 -29
  118. package/components/ResourceList/Masthead.vue +222 -54
  119. package/components/ResourceList/ResourceLoadingIndicator.vue +5 -2
  120. package/components/ResourceTable.vue +40 -2
  121. package/components/SideNav.vue +74 -20
  122. package/components/SingleClusterInfo.vue +2 -1
  123. package/components/SortableTable/THead.vue +79 -4
  124. package/components/SortableTable/index.vue +1053 -464
  125. package/components/SortableTable/paging.js +26 -16
  126. package/components/SortableTable/selection.js +2 -2
  127. package/components/Tabbed/Tab.vue +3 -3
  128. package/components/Tabbed/index.vue +53 -30
  129. package/components/YamlEditor.vue +0 -1
  130. package/components/auth/Principal.vue +51 -19
  131. package/components/auth/RoleDetailEdit.vue +69 -14
  132. package/components/auth/SelectPrincipal.vue +1 -0
  133. package/components/breadcrumb/index.vue +119 -0
  134. package/components/form/ArrayList.vue +177 -152
  135. package/components/form/ArrayListGrouped.vue +13 -3
  136. package/components/form/ArrayListSelect.vue +1 -1
  137. package/components/form/BannerSettings.vue +64 -59
  138. package/components/form/ChangePassword.vue +5 -5
  139. package/components/form/ClusterAppearance.vue +4 -3
  140. package/components/form/ColorInput.vue +32 -8
  141. package/components/form/Command.vue +4 -5
  142. package/components/form/Conditions.vue +15 -1
  143. package/components/form/Footer.vue +12 -8
  144. package/components/form/HealthCheck.vue +0 -2
  145. package/components/form/HookOption.vue +87 -58
  146. package/components/form/InputWithSelect.vue +8 -4
  147. package/components/form/KeyValue.vue +66 -8
  148. package/components/form/LabeledSelect.vue +216 -242
  149. package/components/form/Labels.vue +4 -4
  150. package/components/form/MatchExpressions.vue +28 -11
  151. package/components/form/Members/ClusterMembershipEditor.vue +1 -1
  152. package/components/form/Members/ClusterPermissionsEditor.vue +61 -43
  153. package/components/form/Members/MembershipEditor.vue +4 -4
  154. package/components/form/Members/ProjectMembershipEditor.vue +1 -1
  155. package/components/form/NameNsDescription.vue +62 -22
  156. package/components/form/Networking.vue +6 -9
  157. package/components/form/NodeAffinity.vue +29 -28
  158. package/components/form/Password.vue +16 -7
  159. package/components/form/PodAffinity.vue +24 -25
  160. package/components/form/Probe.vue +15 -11
  161. package/components/form/ProjectMemberEditor.vue +66 -48
  162. package/components/form/ResourceQuota/Namespace.vue +4 -4
  163. package/components/form/ResourceQuota/NamespaceRow.vue +26 -23
  164. package/components/form/ResourceQuota/Project.vue +4 -4
  165. package/components/form/ResourceQuota/ProjectRow.vue +38 -35
  166. package/components/form/ResourceSelector.vue +1 -1
  167. package/components/form/SecretSelector.vue +24 -23
  168. package/components/form/Security.vue +1 -3
  169. package/components/form/Select.vue +12 -3
  170. package/components/form/ServiceNameSelect.vue +2 -5
  171. package/components/form/ServicePorts.vue +149 -75
  172. package/components/form/SimpleSecretSelector.vue +29 -9
  173. package/components/form/Taints.vue +2 -1
  174. package/components/form/Tolerations.vue +13 -9
  175. package/components/form/UnitInput.vue +8 -3
  176. package/components/form/ValueFromResource.vue +110 -96
  177. package/components/form/WorkloadPorts.vue +143 -123
  178. package/components/formatter/BadgeStateFormatter.vue +8 -5
  179. package/components/formatter/LiveDate.vue +3 -3
  180. package/components/formatter/WorkloadHealthScale.vue +4 -3
  181. package/components/nav/Favorite.vue +5 -1
  182. package/components/nav/Group.vue +139 -99
  183. package/components/nav/Header.vue +138 -164
  184. package/components/nav/HeaderPageActionMenu.vue +1 -0
  185. package/components/nav/NamespaceFilter.vue +34 -36
  186. package/components/nav/TopLevelMenu.vue +62 -25
  187. package/components/nav/Type.vue +73 -43
  188. package/composables/useClickOutside.ts +1 -1
  189. package/config/menuRouteMap.js +10 -0
  190. package/config/private-label.js +14 -11
  191. package/config/product/auth.js +17 -7
  192. package/config/product/explorer.js +32 -10
  193. package/config/product/manager.js +28 -17
  194. package/config/product/settings.js +19 -9
  195. package/config/product/uiplugins.js +13 -10
  196. package/config/router/navigation-guards/index.js +61 -3
  197. package/config/settings.ts +28 -0
  198. package/config/table-headers.js +3 -2
  199. package/detail/node.vue +28 -23
  200. package/dialog/AddCustomBadgeDialog.vue +17 -9
  201. package/dialog/ForceMachineRemoveDialog.vue +2 -2
  202. package/dialog/RollbackWorkloadDialog.vue +1 -1
  203. package/dialog/ScalePoolDownDialog.vue +2 -2
  204. package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +1 -1
  205. package/edit/autoscaling.horizontalpodautoscaler/hpa-scaling-rule.vue +9 -6
  206. package/edit/autoscaling.horizontalpodautoscaler/index.vue +3 -1
  207. package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +2 -2
  208. package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +7 -5
  209. package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +5 -3
  210. package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +2 -2
  211. package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +2 -2
  212. package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +1 -1
  213. package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +2 -2
  214. package/edit/configmap.vue +4 -0
  215. package/edit/logging-flow/index.vue +1 -2
  216. package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +3 -3
  217. package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +19 -19
  218. package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +23 -23
  219. package/edit/logging.banzaicloud.io.output/providers/datadog.vue +19 -19
  220. package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +14 -14
  221. package/edit/logging.banzaicloud.io.output/providers/forward.vue +12 -12
  222. package/edit/logging.banzaicloud.io.output/providers/gcs.vue +23 -23
  223. package/edit/logging.banzaicloud.io.output/providers/gelf.vue +6 -6
  224. package/edit/logging.banzaicloud.io.output/providers/kafka.vue +10 -10
  225. package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +8 -8
  226. package/edit/logging.banzaicloud.io.output/providers/logdna.vue +17 -17
  227. package/edit/logging.banzaicloud.io.output/providers/logz.vue +7 -7
  228. package/edit/logging.banzaicloud.io.output/providers/loki.vue +12 -12
  229. package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +3 -3
  230. package/edit/logging.banzaicloud.io.output/providers/opensearch.vue +14 -14
  231. package/edit/logging.banzaicloud.io.output/providers/redis.vue +6 -6
  232. package/edit/logging.banzaicloud.io.output/providers/s3.vue +23 -23
  233. package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +13 -13
  234. package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +2 -2
  235. package/edit/logging.banzaicloud.io.output/providers/syslog.vue +54 -54
  236. package/edit/management.cattle.io.user.vue +17 -4
  237. package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +19 -19
  238. package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +50 -26
  239. package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +36 -12
  240. package/edit/monitoring.coreos.com.alertmanagerconfig/types/dingding.vue +32 -0
  241. package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +6 -6
  242. package/edit/monitoring.coreos.com.alertmanagerconfig/types/message.vue +52 -0
  243. package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +10 -10
  244. package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +4 -4
  245. package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +4 -4
  246. package/edit/monitoring.coreos.com.alertmanagerconfig/types/snmp.vue +45 -0
  247. package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +1 -1
  248. package/edit/monitoring.coreos.com.alertmanagerconfig/types/work.vue +31 -0
  249. package/edit/monitoring.coreos.com.receiver/types/email.vue +6 -6
  250. package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +10 -10
  251. package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +5 -5
  252. package/edit/monitoring.coreos.com.receiver/types/slack.vue +4 -4
  253. package/edit/namespace.vue +1 -2
  254. package/edit/networking.k8s.io.ingress/Certificate.vue +14 -5
  255. package/edit/networking.k8s.io.ingress/DefaultBackend.vue +2 -2
  256. package/edit/networking.k8s.io.ingress/Rule.vue +5 -11
  257. package/edit/networking.k8s.io.ingress/RulePath.vue +105 -96
  258. package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +3 -3
  259. package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +4 -2
  260. package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +12 -11
  261. package/edit/networking.k8s.io.networkpolicy/index.vue +1 -1
  262. package/edit/persistentvolume/index.vue +3 -1
  263. package/edit/persistentvolumeclaim.vue +2 -0
  264. package/edit/provisioning.cattle.io.cluster/tabs/Basics.vue +1 -1
  265. package/edit/secret/index.vue +2 -2
  266. package/edit/service.vue +4 -1
  267. package/edit/storage.k8s.io.storageclass/index.vue +10 -8
  268. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +34 -27
  269. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +15 -13
  270. package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +41 -39
  271. package/edit/token.vue +31 -12
  272. package/edit/workload/Job.vue +31 -34
  273. package/edit/workload/Upgrading.vue +5 -5
  274. package/edit/workload/index.vue +22 -18
  275. package/edit/workload/storage/Mount.vue +1 -0
  276. package/edit/workload/storage/awsElasticBlockStore.vue +9 -7
  277. package/edit/workload/storage/azureDisk.vue +14 -10
  278. package/edit/workload/storage/azureFile.vue +9 -7
  279. package/edit/workload/storage/csi/index.vue +6 -9
  280. package/edit/workload/storage/emptyDir.vue +7 -5
  281. package/edit/workload/storage/gcePersistentDisk.vue +9 -7
  282. package/edit/workload/storage/hostPath.vue +7 -5
  283. package/edit/workload/storage/nfs.vue +8 -6
  284. package/edit/workload/storage/persistentVolumeClaim/index.vue +12 -10
  285. package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +20 -15
  286. package/edit/workload/storage/secret.vue +9 -6
  287. package/edit/workload/storage/vsphereVolume.vue +11 -7
  288. package/initialize/app-extended.js +7 -1
  289. package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +8 -6
  290. package/list/management.cattle.io.setting.vue +22 -13
  291. package/list/management.cattle.io.user.vue +7 -3
  292. package/list/namespace.vue +3 -0
  293. package/list/provisioning.cattle.io.cluster.vue +6 -7
  294. package/mixins/brand.js +17 -0
  295. package/mixins/create-edit-view/impl.js +10 -0
  296. package/models/provisioning.cattle.io.cluster.js +19 -18
  297. package/models/workload.js +2 -2
  298. package/package.json +1 -1
  299. package/pages/account/index.vue +93 -58
  300. package/pages/account/pri.vue +229 -0
  301. package/pages/auth/login.vue +216 -51
  302. package/pages/auth/setup.vue +175 -33
  303. package/pages/c/_cluster/_product/namespaces.vue +5 -5
  304. package/pages/c/_cluster/auth/roles/index.vue +83 -8
  305. package/pages/c/_cluster/explorer/ConfigBadge.vue +1 -1
  306. package/pages/c/_cluster/explorer/index.vue +2 -1
  307. package/pages/c/_cluster/explorer/tools/index.vue +6 -6
  308. package/pages/c/_cluster/monitoring/monitor/index.vue +2 -2
  309. package/pages/c/_cluster/settings/banners.vue +174 -102
  310. package/pages/c/_cluster/settings/brand.vue +350 -302
  311. package/pages/c/_cluster/settings/performance.vue +61 -38
  312. package/pages/home.vue +119 -37
  313. package/pages/prefs.vue +27 -25
  314. package/pkg/tsconfig.json +9 -9
  315. package/pkg/vue.config.js +1 -1
  316. package/plugins/dashboard-store/actions.js +1 -1
  317. package/plugins/dashboard-store/resource-class.js +28 -27
  318. package/promptRemove/mixin/roleDeletionCheck.js +2 -2
  319. package/public/index.html +4 -4
  320. package/rancher-components/BadgeState/BadgeState.vue +38 -55
  321. package/rancher-components/Banner/Banner.vue +25 -9
  322. package/rancher-components/Card/Card.vue +7 -8
  323. package/rancher-components/Form/Checkbox/Checkbox.vue +4 -0
  324. package/rancher-components/Form/LabeledInput/LabeledInput.vue +42 -3
  325. package/rancher-components/Form/Radio/RadioButton.vue +35 -11
  326. package/rancher-components/Form/Radio/RadioGroup.vue +22 -6
  327. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +3 -3
  328. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +1 -0
  329. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +41 -4
  330. package/rancher-components/RcDropdown/RcDropdown.vue +35 -7
  331. package/rancher-components/RcDropdown/RcDropdownItem.vue +2 -2
  332. package/rancher-components/RcDropdown/RcDropdownMenu.vue +12 -6
  333. package/rancher-components/RcDropdown/types.ts +1 -0
  334. package/rancher-components/StringList/StringList.vue +1 -1
  335. package/scripts/build-pkg.sh +18 -23
  336. package/scripts/publish-shell.sh +1 -1
  337. package/static/favicon.ico +0 -0
  338. package/static/favicon.png +0 -0
  339. package/static/loading-indicator.html +3 -3
  340. package/store/i18n.js +6 -2
  341. package/store/modal.ts +3 -3
  342. package/store/prefs.js +11 -4
  343. package/store/type-map.js +30 -2
  344. package/types/shell/index.d.ts +86 -97
  345. package/utils/error.js +109 -8
  346. package/utils/errorTranslate.json +1740 -0
  347. package/utils/errorTranslateNew.json +39 -0
  348. package/utils/roleFiltering.js +33 -0
  349. package/utils/router.js +21 -0
  350. package/utils/select.js +26 -3
  351. package/utils/string.js +8 -5
  352. package/utils/title.ts +1 -1
  353. package/vue.config.js +1 -1
@@ -31,7 +31,7 @@ generic:
31
31
  ifNotPresent: 如果不存在
32
32
  never: 从不
33
33
  labels: 标签
34
- labelsAndAnnotations: 标签 & 注释
34
+ labelsAndAnnotations: 标签和注释
35
35
  podSecurityAdmission: Pod 安全准入
36
36
  links: 链接
37
37
  loading: 正在加载…
@@ -111,6 +111,8 @@ generic:
111
111
  =1 {匹配 {total, number} 个中的 1 个:"{sample}"}
112
112
  other {匹配 {total, number} 中的 {matched, number} 个,包括 "{sample}"}
113
113
  }
114
+ ariaLabel:
115
+ genericAddRow: 添加
114
116
 
115
117
  graph:
116
118
  loading: 正在加载 Chart 数据...
@@ -122,7 +124,7 @@ locale:
122
124
  none: (None)
123
125
 
124
126
  nav:
125
- harvesterDashboard: Harvester 仪表板
127
+ harvesterDashboard: Cloud 仪表板
126
128
  backToRancher: Cluster Manager
127
129
  clusterTools: 集群工具
128
130
  kubeconfig:
@@ -141,6 +143,7 @@ nav:
141
143
  restoreSnapshot: 还原快照
142
144
  rotateCertificates: 轮换证书
143
145
  rotateEncryptionKeys: 轮换加密密钥
146
+ saveAsRKETemplate: 保存为 RKE 模板
144
147
  takeSnapshot: 拍摄快照
145
148
  group:
146
149
  cluster: 集群
@@ -170,14 +173,14 @@ nav:
170
173
  Scheduling: 调度
171
174
  Storage: 存储
172
175
  ns:
173
- all: 所有命名空间
176
+ all: 所有资源组
174
177
  clusterLevel: 集群资源
175
178
  namespace: "{name}"
176
- namespaced: 命名空间资源
179
+ namespaced: 资源组资源
177
180
  orphan: 不在项目内
178
181
  project: "项目名称: {name}"
179
- system: 系统命名空间
180
- user: 用户命名空间
182
+ system: 系统资源组
183
+ user: 用户资源组
181
184
  apps: 应用
182
185
  categories:
183
186
  explore: 浏览集群
@@ -197,7 +200,7 @@ nav:
197
200
  restoreCards: 恢复隐藏的卡片
198
201
  userMenu:
199
202
  preferences: 偏好设置
200
- accountAndKeys: 账号 & API 密钥
203
+ accountAndKeys: 账号和API密钥
201
204
  logOut: 登出
202
205
  failWhale:
203
206
  authMiddleware: 认证中间件
@@ -213,9 +216,9 @@ product:
213
216
  apps: 应用
214
217
  auth: 用户 & 认证
215
218
  backup: Rancher 备份
216
- compliance: Compliance
219
+ cis: CIS Benchmark
217
220
  ecm: Cluster Manager
218
- explorer: 集群浏览器
221
+ explorer: 控制台
219
222
  fleet: 持续交付
220
223
  longhorn: Longhorn
221
224
  manager: 集群管理
@@ -310,7 +313,7 @@ about:
310
313
  body: 生成响应时间以提供更具体的信息。
311
314
 
312
315
  accountAndKeys:
313
- title: 账号 & API 密钥
316
+ title: 账号和API密钥
314
317
  account:
315
318
  title: 账号
316
319
  change: 更改密码
@@ -591,6 +594,104 @@ assignTo:
591
594
  }
592
595
  workspace: 工作空间
593
596
 
597
+ stateLabel:
598
+ Wait Check-In: 等待加入
599
+ Provisioning: 配置中
600
+ Waiting: 等待中
601
+ waiting: 等待中
602
+ Images preloading: 图像预加载中
603
+ Images preloaded: 图像已预加载
604
+ Waiting Reboot: 等待重启
605
+ warning: 警告
606
+ upgrading: 升级中
607
+ Upgrading: 升级中
608
+ Succeeded: 成功
609
+ Pending migration: 待迁移
610
+ Imagepullbackoff: 镜像拉取失败
611
+ VM error: 错误
612
+ Locked: 锁定
613
+ Bound: 已绑定
614
+ Running: 运行中
615
+ Off: 关闭
616
+ Stopped: 关闭
617
+ pending: 准备中
618
+ Pending: 准备中
619
+ failed: 失败
620
+ Failed: 失败
621
+ Paused: 暂停
622
+ Stopping: 停止中
623
+ Progressing: 处理中
624
+ Scheduling: 启动中
625
+ Terminating: 停止中
626
+ Scheduled: 启动中
627
+ Unknown: 未知
628
+ CrashLoopBackOff: 崩溃
629
+ Active: 活跃
630
+ Inactive: 不活跃
631
+ Ready: 就绪
632
+ Not Ready: 未就绪
633
+ Not ready: 未就绪
634
+ Degraded: 降级
635
+ Removing: 删除中
636
+ Validated: 验证通过
637
+ Validating: 验证中
638
+ Healthy: 健康
639
+ Warning: 警告
640
+ Error: 异常
641
+ Cordoned: 隔离中
642
+ Starting: 启动中
643
+ Uploading: 上传中
644
+ Downloading: 下载中
645
+ In-use: 使用中
646
+ Suspended: 暂停
647
+ Disabled: 禁用
648
+ Enabled: 启用
649
+ Maintenance: 维护中
650
+ Migrating: 迁移中
651
+ Restoring: 恢复中
652
+ Resizing: 调整中
653
+ Exporting: 导出中
654
+ Unavailable: 不可用
655
+ Unschedulable: 未调度
656
+ VMI_WAITINH: 等待中
657
+ Entering maintenance mode: 维护中
658
+
659
+ buttonLabel:
660
+ Stop: 停止
661
+ Restart: 重启
662
+ Start: 启动
663
+ Pause: 暂停
664
+ Soft Reboot: 软关机
665
+ Take Backup: 创建备份
666
+ Take Virtual Machine Snapshot: 创建快照
667
+ Edit Virtual Machine Quota: 修改配额
668
+ Create Schedule: 创建任务
669
+ Migrate: 迁移
670
+ Add Volume: 添加虚拟磁盘
671
+ Generate Template: 生成模版
672
+ View Logs: 查看日志
673
+ Edit Config: 编辑配置
674
+ Clone: 克隆
675
+ Remove: 删除
676
+ Export Image: 导出为镜像
677
+ Take napshot: 创建快照
678
+ Restore New: 恢复
679
+ Replace Existing: 恢复
680
+ promptRemove: 删除
681
+ Cordon: 隔离
682
+ Enable: 启用
683
+ Disable: 禁用
684
+ Disable Maintenance Mode: 关闭维护模式
685
+ Disable CPU Manager: 关闭CPU管理器
686
+ Enable Maintenance Mode: 开启维护模式
687
+ Enable CPU Manager: 开启CPU管理器
688
+
689
+ Errors:
690
+ changePassword:
691
+ Password must be at least 12 characters: 密码至少为12个字符
692
+ "invalid current password": 当前的密码输入错误
693
+
694
+
594
695
  asyncButton:
595
696
  apply:
596
697
  action: 应用
@@ -698,6 +799,10 @@ asyncButton:
698
799
  action: 恢复编排
699
800
  success: 已恢复编排
700
801
  waiting: 正在恢复编排
802
+ redeploy:
803
+ action: 重新部署
804
+ success: 重新部署成功
805
+ waiting: 正在重新部署工作负载
701
806
  rollback:
702
807
  action: 回滚
703
808
  success: 已回滚
@@ -741,7 +846,7 @@ backupRestoreOperator:
741
846
  label: 删除超时
742
847
  tip: 在删除 Finalizers 强制删除之前,等待资源删除成功的秒数。
743
848
  deployment:
744
- rancherNamespace: Rancher ResourceSet 命名空间
849
+ rancherNamespace: Rancher ResourceSet 资源组
745
850
  size: 大小
746
851
  storage:
747
852
  label: 默认存储位置
@@ -759,7 +864,7 @@ backupRestoreOperator:
759
864
  warning: '此 {type} 没有将其回收策略设置为 "保留"。如果卷被更改或未绑定,你的备份可能会丢失。'
760
865
  encryption: 加密
761
866
  encryptionConfigName:
762
- backuptip: '<code>cattle-resources-system</code>命名空间中具有<code>encryption-provider-config.yaml</code>密钥的任何密文。<br/>此文件的内容是还原此备份所必需的,Rancher Backup 不会存储这些内容。'
867
+ backuptip: '<code>cattle-resources-system</code>资源组中具有<code>encryption-provider-config.yaml</code>密钥的任何密文。<br/>此文件的内容是还原此备份所必需的,Rancher Backup 不会存储这些内容。'
763
868
  label: 加密配置密文
764
869
  options:
765
870
  none: 存储未加密的备份内容。
@@ -768,7 +873,7 @@ backupRestoreOperator:
768
873
  warning: '此文件的内容是还原此备份必需的,Rancher Backup 不会存储这些内容。'
769
874
  lastBackup: 上次备份
770
875
  nextBackup: 下次备份
771
- noResourceSet: 你必须在此命名空间中定义一个 ResourceSet 来创建备份 CR。
876
+ noResourceSet: 你必须在此资源组中定义一个 ResourceSet 来创建备份 CR。
772
877
  prune:
773
878
  label: 修剪
774
879
  tip: 删除备份中不存在的 Rancher 管理的资源(推荐)
@@ -845,7 +950,7 @@ catalog:
845
950
  chartUrls: Chart
846
951
  keywords: 关键词
847
952
  errors:
848
- clusterToolExists: 此 Chart 含有固定的命名空间和名称。找到一个匹配的 <a href="{url}">应用</a>,任何修改都将应用于此应用。
953
+ clusterToolExists: 此 Chart 含有固定的资源组和名称。找到一个匹配的 <a href="{url}">应用</a>,任何修改都将应用于此应用。
849
954
  global: 全局
850
955
  charts:
851
956
  all: 全部
@@ -866,6 +971,7 @@ catalog:
866
971
  windowsIncompatible: 仅 Linux
867
972
  versionWindowsIncompatible: 仅限 Linux 版本
868
973
  header: Chart
974
+ featuredCharts: 精选 Chart
869
975
  noCharts: '没有可用的 Chart,你有添加仓库吗?'
870
976
  noWindows: 你的应用商店没有能够部署在具有 Windows 节点的集群的 Chart。
871
977
  noWindowsAndLinux: 你的应用商店没有能部署在具有 Windows 和 Linux Worker 节点的集群的 Chart。
@@ -926,7 +1032,7 @@ catalog:
926
1032
  other { 秒 }
927
1033
  }
928
1034
  wait: 等待
929
- namespaceIsInProject: "这个 Chart 的目标命名空间<code>{namespace}</code>已经存在,不能添加到不同的项目中。"
1035
+ namespaceIsInProject: "这个 Chart 的目标资源组<code>{namespace}</code>已经存在,不能添加到不同的项目中。"
930
1036
  project: 安装到项目
931
1037
  section:
932
1038
  chartOptions: 编辑选项
@@ -946,8 +1052,8 @@ catalog:
946
1052
  true { 应用 }
947
1053
  false { Chart}
948
1054
  }。首先设置 {vendor} 用来管理应用的基本信息。
949
- nsCreationDescription: "如果你要把应用安装到新的命名空间,在命名空间字段中输入其名称,并选择它。"
950
- createNamespace: "将创建命名空间 <code>{namespace}</code>。"
1055
+ nsCreationDescription: "如果你要把应用安装到新的资源组,在资源组字段中输入其名称,并选择它。"
1056
+ createNamespace: "将创建资源组 <code>{namespace}</code>。"
951
1057
  clusterTplVersion:
952
1058
  label: 版本
953
1059
  subtext: 选择模板版本
@@ -977,7 +1083,7 @@ catalog:
977
1083
  tableHeaders:
978
1084
  action: 操作
979
1085
  releaseName: 版本名称
980
- releaseNamespace: 版本命名空间
1086
+ releaseNamespace: 版本资源组
981
1087
  repo:
982
1088
  action:
983
1089
  refresh: 刷新
@@ -1048,7 +1154,7 @@ chartHeading:
1048
1154
  compliance:
1049
1155
  addTest: 添加测试 ID
1050
1156
  alertNeeded: |-
1051
- 必须在 Compliance Chart values.yaml 中开启告警。
1157
+ 必须在 CIS Chart values.yaml 中开启告警。
1052
1158
  这要求<a tabindex="0" href="{link}"> {vendor} 的 Monitoring 与 Alerting 应用</a>已经安装
1053
1159
  ,而且接收器和路由<a target="_blank" rel='noopener noreferrer nofollow' href='{docsBase}/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration/alertmanager'>已配置告警发送</a>。
1054
1160
  alertOnComplete: 扫描完成告警
@@ -1103,6 +1209,9 @@ compliance:
1103
1209
  testsToSkip: 要跳过的测试
1104
1210
 
1105
1211
  cluster:
1212
+ jwtAuthentication:
1213
+ banner: "使用 JWT 认证的服务账户访问可在集群创建后通过以下路径配置:<br>
1214
+ <code>集群管理 > 高级 > JWT 认证</code>"
1106
1215
  addonChart:
1107
1216
  rancher-vsphere-cpi: vSphere CPI 配置
1108
1217
  rancher-vsphere-csi: vSphere CSI 配置
@@ -1132,7 +1241,7 @@ cluster:
1132
1241
  label: vSphere
1133
1242
  note: '<b>重要</b>:在附加配置标签中配置 vSphere 云提供商和存储提供商选项。'
1134
1243
  harvester:
1135
- label: Harvester
1244
+ label: Cloud
1136
1245
  copyConfig: 将 KubeConfig 复制到剪切板
1137
1246
  copiedConfig: 已将 KubeConfig 复制到剪切板
1138
1247
  custom:
@@ -1262,7 +1371,7 @@ cluster:
1262
1371
  </ul>
1263
1372
  点击<a href="https://cloud.google.com/kubernetes-engine/docs/how-to/iam-integration" target="_blank" rel="noopener noreferrer nofollow">此处</a>查看更多角色相关的信息。
1264
1373
  harvester:
1265
- namespace: 命名空间
1374
+ namespace: 资源组
1266
1375
  cpu: CPU
1267
1376
  memory: 内存
1268
1377
  disk: 磁盘
@@ -1290,27 +1399,27 @@ cluster:
1290
1399
  title: "网络数据:"
1291
1400
  kubeconfigContent:
1292
1401
  label: KubeconfigContent
1293
- placeholder: '命名空间/名称'
1294
- cluster: 导入的 Harvester 集群
1402
+ placeholder: '资源组/名称'
1403
+ cluster: 导入的 Cloud 集群
1295
1404
  installGuestAgent: 安装访客代理
1296
1405
  description:
1297
1406
  label: 集群描述
1298
1407
  placeholder: 输入可以描述该集群的文本
1299
1408
  harvester:
1300
- importNotice: 导入 Harvester 集群的方式:
1409
+ importNotice: 导入 Cloud 集群的方式:
1301
1410
  warning:
1302
- label: 这是一个 Harvester 集群 - 请启用 Harvester 功能开关以对其进行管理。
1411
+ label: 这是一个 Cloud 集群 - 请启用 Cloud 功能开关以对其进行管理。
1303
1412
  state: 警告
1304
1413
  cloudProvider:
1305
1414
  incompatible:
1306
- 由于当前的 Harvester 版本与所选的 RKE2 Kubernetes 版本不兼容,因此你无法选择 Harvester cloud provider。请单击 <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.suse.com/suse-harvester/support-matrix/all-supported-versions">此处</a>查看支持的 Kubernetes 版本。
1415
+ 由于当前的 Cloud 版本与所选的 RKE2 Kubernetes 版本不兼容,因此你无法选择 Cloud cloud provider。请单击 <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.suse.com/suse-Cloud/support-matrix/all-supported-versions">此处</a>查看支持的 Kubernetes 版本。
1307
1416
  clusterWarning: |-
1308
1417
  还有 {count, plural,
1309
- =1 {1 个 Harvester 集群未显示}
1310
- other { # 个 Harvester 集群未显示}
1418
+ =1 {1 个 Cloud 集群未显示}
1419
+ other { # 个 Cloud 集群未显示}
1311
1420
  }
1312
1421
  registration:
1313
- step1: "1. 前往目标 Harvester UI 的<code>高级设置</code>页面。"
1422
+ step1: "1. 前往目标 Cloud UI 的<code>运维管理 -> 集群配置 -> 高级配置</code>页面。"
1314
1423
  step2: '2. 找到<code>cluster-registration-url</code>设置项,并点击<code><i class="icon icon-actions" ></i></code> -> <code>编辑设置</code>按钮。'
1315
1424
  step3: "3. 输入以下注册 URL,并点击<code>保存</code>。"
1316
1425
  step4: "注册 URL"
@@ -1353,7 +1462,26 @@ cluster:
1353
1462
  noData: 没有预设的日志项目
1354
1463
  name:
1355
1464
  label: 集群名称
1356
- placeholder: 独特的集群名称
1465
+ placeholder: 请输入集群名称
1466
+ directoryConfig:
1467
+ title: 数据目录配置
1468
+ banner: 集群创建后,数据目录配置将无法更改
1469
+ radioInput:
1470
+ defaultLabel: 使用默认数据目录配置
1471
+ commonLabel: 为数据目录配置使用公共基础目录(子系统路径将使用子目录:system-agent、provisioning 和 distro)
1472
+ customLabel: 使用自定义数据目录
1473
+ common:
1474
+ label: 数据目录基础路径
1475
+ tooltip: 数据目录基础路径。我们将为每个目录附加相应的子目录(/agent、/provisioning 以及 /rke2 或 /k3s)
1476
+ systemAgent:
1477
+ label: 系统代理目录路径
1478
+ tooltip: 用于存储系统代理连接信息和计划的数据目录
1479
+ provisioning:
1480
+ label: 供应目录路径
1481
+ tooltip: 用于存储供应相关文件的数据目录
1482
+ k8sDistro:
1483
+ label: K8s 发行版目录路径
1484
+ tooltip: 用于存储 K8s 发行版的数据目录
1357
1485
  machineConfig:
1358
1486
  banner:
1359
1487
  updateInfo: 创建一个池用来更新主机配置
@@ -1671,6 +1799,10 @@ cluster:
1671
1799
  rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences#cluster-api" target="_blank" rel="noopener nofollow">文档</a>。'
1672
1800
  desiredNodeGroupWarning: 没有可用于运行 Cluster Agent 的节点。要让集群变为 Active 状态,至少需要有 1 个可用的节点。
1673
1801
  haveArgInfo: 所选 Kubernetes 版本的配置信息不可用。此屏幕中可用的选项将受到限制,你可能需要使用 YAML 编辑器。
1802
+ cloudProviderAddConfig: '在 Kubernetes 1.27 或更高版本中,<b>Amazon</b> 云提供商需要额外配置。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
1803
+ cloudProviderUnsupportedAzure: '在 Kubernetes 1.30 或更高版本中,<b>Azure</b> 云提供商已被移除。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
1804
+ cloudProviderMigrateAzure: '在 Kubernetes 1.30 或更高版本中,<b>Azure</b> 云提供商已被移除。要升级 Kubernetes,应先将集群迁移到外部提供商。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
1805
+ rkeTemplateUpgrade: 模板修订版 {name} 可用于升级
1674
1806
 
1675
1807
  availabilityWarnings:
1676
1808
  node: 节点 {name} 处于非活动状态
@@ -1750,10 +1882,13 @@ cluster:
1750
1882
  searchPlaceholder: 请输入搜索
1751
1883
  noResults: 没有匹配的结果
1752
1884
  privateRegistry:
1753
- label: Rancher 系统容器镜像启用集群级别的容器镜像仓库
1754
- description: "如果启用,Rancher 将在集群配置期间从该镜像仓库中拉取容器镜像。默认情况下,Rancher 在安装 Rancher 的官方 Helm Chart 应用程序时也会使用此镜像仓库。如果集群级别的镜像仓库被禁用,将从全局设置中的系统默认镜像仓库中拉取系统镜像。"
1755
- docsLinkRke2: "如需配置私有镜像仓库 mirror 的帮助,请参阅 RKE2 <a href=\"https://docs.rke2.io/install/private_registry\" target=\"_blank\">文档</a>。"
1756
- docsLinkK3s: "如需配置私有镜像仓库 mirror 的帮助,请参阅 K3s <a href=\"https://docs.k3s.io/installation/private-registry\" target=\"_blank\">文档</a>。"
1885
+ header: Rancher 系统容器镜像仓库
1886
+ label: Rancher 系统容器镜像启用集群范围容器镜像仓库
1887
+ description: "如果启用,Rancher 将在集群配置期间从此镜像仓库拉取容器镜像。默认情况下,Rancher 在安装官方 Helm Chart 应用时也会使用此镜像仓库。如果禁用集群范围镜像仓库,系统镜像将从全局设置中的系统默认镜像仓库拉取。"
1888
+ importedDescription: "默认情况下,Rancher 在安装官方 Helm Chart 应用时也会使用此镜像仓库。如果禁用集群范围镜像仓库,系统镜像将从全局设置中的系统默认镜像仓库拉取。"
1889
+ docsLinkRke2: "有关配置私有镜像仓库的帮助,请参阅 RKE2 <a href=\"https://docs.rke2.io/install/private_registry\" target=\"_blank\">文档。</a>"
1890
+ docsLinkK3s: "有关配置私有镜像仓库的帮助,请参阅 K3s <a href=\"https://docs.k3s.io/installation/private-registry\" target=\"_blank\">文档。</a>"
1891
+ privateRegistryUrlError: 镜像仓库必须是有效的 URL。协议头可选。
1757
1892
  provider:
1758
1893
  aliyunecs: Aliyun ECS
1759
1894
  aliyunkubernetescontainerservice: Alibaba ACK
@@ -1774,12 +1909,11 @@ cluster:
1774
1909
  docker: Docker
1775
1910
  eks: Amazon EKS
1776
1911
  exoscale: Exoscale
1777
- sks: Exoscale SKS
1778
1912
  gcp: Google
1779
1913
  google: Google GCE
1780
1914
  googlegke: Google GKE
1781
1915
  gke: Google GKE
1782
- harvester: Harvester
1916
+ harvester: Cloud
1783
1917
  huaweicce: 华为 CCE
1784
1918
  import: 通用
1785
1919
  imported: 已导入
@@ -1875,7 +2009,19 @@ cluster:
1875
2009
  drain:
1876
2010
  label: 清空节点
1877
2011
  toolTip: 清空操作预先移除每个节点上的 Pod,使得升级中的节点上没有运行的工作负载。不清空的升级速度更快,造成的混乱更少,但是 Pod 仍可能根据进行中的升级进行重启。
1878
- deleteEmptyDir: "默认情况下,使用 emptyDir 卷的 pod 会在升级时被删除。在 pod 生命周期中依赖于 emptyDir 持久卷的操作可能会受到影响。"
2012
+ deleteEmptyDir:
2013
+ warning: "默认情况下,使用 emptyDir 卷的 Pod 将在升级时被删除。依赖 emptyDir 卷在 Pod 生命周期内持久化的操作可能会受到影响。"
2014
+ label: 删除使用 emptyDir 卷的 Pod
2015
+ tooltip: emptyDir 卷通常用于临时数据,但其中的数据将被永久删除。如果未设置此选项且存在使用 emptyDir 的 Pod,排水操作将失败。
2016
+ force:
2017
+ label: 删除独立 Pod
2018
+ tooltip: 删除不受工作负载控制器(Deployment、Job 等)管理的独立 Pod。如果未设置此选项且存在独立 Pod,排水操作将失败。
2019
+ gracePeriod:
2020
+ checkboxLabel: 覆盖 Pod 终止宽限期
2021
+ inputLabel: 宽限期
2022
+ timeout:
2023
+ checkboxLabel: 超时时间
2024
+ inputLabel: 排水超时
1879
2025
  truncateHostnames: 将主机名截断为 15 个字符来兼容 NetBIOS。
1880
2026
  address:
1881
2027
  tooltip: 创建集群后无法更改集群网络值。
@@ -2035,6 +2181,12 @@ resource:
2035
2181
  errors:
2036
2182
  update: "更新 {name} 出错"
2037
2183
 
2184
+ codeMirror:
2185
+ escapeText: 按 Shift+Escape 键从编辑器中模糊
2186
+ keymap:
2187
+ tooltip: 键映射首选项
2188
+ indicatorToolip: "按键映射: {name}"
2189
+
2038
2190
  cruResource:
2039
2191
  backToForm: 返回表单编辑
2040
2192
  backBody: 返回表单编辑不会保留对 YAML 做出的所有更改
@@ -2106,21 +2258,21 @@ fleet:
2106
2258
  clusters:
2107
2259
  harvester: |-
2108
2260
  还有 {count, plural,
2109
- =1 {1个 Harvester 集群未显示,因为它不能与持续交付一起使用。}
2110
- other { #个 Harvester 集群未显示,因为它们不能与持续交付一起使用。}
2261
+ =1 {1个 Cloud 集群未显示,因为它不能与持续交付一起使用。}
2262
+ other { #个 Cloud 集群未显示,因为它们不能与持续交付一起使用。}
2111
2263
  }
2112
2264
  tokens:
2113
2265
  harvester: |-
2114
2266
  {count, plural,
2115
- =1 {1个 Token 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
2116
- other {#个 Token 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
2267
+ =1 {1个 Token 未显示,因为它属于不能与持续交付一起使用的 Cloud 集群。}
2268
+ other {#个 Token 未显示,因为它属于不能与持续交付一起使用的 Cloud 集群。}
2117
2269
  }
2118
2270
  bundles:
2119
2271
  resources: 资源
2120
2272
  harvester: |-
2121
2273
  {count, plural,
2122
- =1 {1 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
2123
- other {# 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
2274
+ =1 {1 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Cloud 集群。}
2275
+ other {# 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Cloud 集群。}
2124
2276
  }
2125
2277
  fleetSummary:
2126
2278
  noClusters:
@@ -2186,8 +2338,8 @@ fleet:
2186
2338
  label: Service Account 名称
2187
2339
  placeholder: "(选填)在目标集群中使用 Service Account"
2188
2340
  targetNamespace:
2189
- label: 目标命名空间
2190
- placeholder: "(选填)要求所有资源都在此命名空间内"
2341
+ label: 目标资源组
2342
+ placeholder: "(选填)要求所有资源都在此资源组内"
2191
2343
  target:
2192
2344
  selectLabel: 目标
2193
2345
  advanced: 高级选项
@@ -2224,6 +2376,8 @@ fleet:
2224
2376
  other {现有{total, number}个集群,与其中的{matched, number}个匹配,包括"{sample}"}
2225
2377
  }
2226
2378
  fdc:
2379
+ loadingChart: 正在加载 Chart 数据...
2380
+ renderingChart: 正在渲染 Chart...
2227
2381
  id: ID
2228
2382
  type: 类型
2229
2383
  state: 状态
@@ -2233,12 +2387,12 @@ fleet:
2233
2387
  errors: 错误
2234
2388
  workspaces:
2235
2389
  tabs:
2236
- restrictions: 允许的目标命名空间
2390
+ restrictions: 允许的目标资源组
2237
2391
  timeout: 工作空间创建超时。工作空间可能已创建,建议在创建另一个工作空间之前检查工作空间页面。
2238
2392
  restrictions:
2239
2393
  addTitle: 'allowedTargetNamespaces'
2240
2394
  addLabel: 添加
2241
- banner: "{count, plural, =0 { 在这里添加命名空间会创建一个 GitRepoRestriction。} other { 只有 Git Repo Restriction 的 <code>allowedTargetNamespaces</code> 在此处管理,你可以对 Git Repo Restriction 进行其他更改。} }"
2395
+ banner: "{count, plural, =0 { 在这里添加资源组会创建一个 GitRepoRestriction。} other { 只有 Git Repo Restriction 的 <code>allowedTargetNamespaces</code> 在此处管理,你可以对 Git Repo Restriction 进行其他更改。} }"
2242
2396
  footer:
2243
2397
  cnforums: 中文社区
2244
2398
  docs: Rancher 官方文档
@@ -2266,14 +2420,14 @@ gatekeeperConstraint:
2266
2420
  title: 标签选择器
2267
2421
  namespaces:
2268
2422
  sub:
2269
- excludedNamespaces: 排除的命名空间
2270
- namespaces: 命名空间
2423
+ excludedNamespaces: 排除的资源组
2424
+ namespaces: 资源组
2271
2425
  namespaceSelector:
2272
- addNamespace: 添加命名空间
2273
- title: 命名空间选择器
2426
+ addNamespace: 添加资源组
2427
+ title: 资源组选择器
2274
2428
  scope:
2275
2429
  title: 范围
2276
- title: 命名空间
2430
+ title: 资源组
2277
2431
  parameters:
2278
2432
  addParameter: 添加参数
2279
2433
  editAsForm: 以表单编辑
@@ -2316,7 +2470,12 @@ glance:
2316
2470
  eventsTable: 完整事件列表
2317
2471
 
2318
2472
  clusterBadge:
2473
+ badgeAppearance: 集群徽章外观
2474
+ clusterComment: "集群注释 - {text}"
2475
+ customizeAppearance: 自定义外观
2319
2476
  addLabel: 添加集群徽章
2477
+ setClusterAppearance: 集群外观设置
2478
+ customize: 自定义
2320
2479
  editLabel: 编辑集群徽章
2321
2480
  modal:
2322
2481
  title: 自定义集群徽章
@@ -2353,7 +2512,7 @@ growl:
2353
2512
  message: "在尝试第 #{tries} 次时恢复了与 {url} 的连接。"
2354
2513
  title: Websocket 已重新连接
2355
2514
  podSecurity:
2356
- message: "创建此 Pod 将违反命名空间的现有限制策略"
2515
+ message: "创建此 Pod 将违反资源组的现有限制策略"
2357
2516
  title: PodSecurity 违规
2358
2517
 
2359
2518
  hpa:
@@ -2443,7 +2602,7 @@ hpa:
2443
2602
  import:
2444
2603
  title: 导入 YAML
2445
2604
  defaultNamespace:
2446
- label: 默认命名空间
2605
+ label: 默认资源组
2447
2606
  success: |-
2448
2607
  已应用 {count, plural,
2449
2608
  =1 {1个资源}
@@ -2481,7 +2640,7 @@ ingress:
2481
2640
  required: 目标服务是必填的
2482
2641
  warning: "警告:默认后端将全局用于整个集群"
2483
2642
  ingressClass:
2484
- label: IngressClass
2643
+ label: Ingress类
2485
2644
  rules:
2486
2645
  addPath: 添加路径
2487
2646
  addRule: 添加规则
@@ -2692,7 +2851,21 @@ istio:
2692
2851
  advanced: 高级选项
2693
2852
  description: 描述
2694
2853
  tracing: 启用 Jaeger 跟踪(有限)
2695
- v1Warning: 在安装这个版本前,请卸载<code>istio-system</code> 命名空间中的当前 Istio 版本。
2854
+ v1Warning: 在安装这个版本前,请卸载<code>istio-system</code> 资源组中的当前 Istio 版本。
2855
+
2856
+ jwt:
2857
+ title: JWT Authentication
2858
+ actions:
2859
+ activate: Enable
2860
+ deactivate: Disable
2861
+ refresh: Refresh
2862
+ state:
2863
+ enabled: Enabled
2864
+ disabled: Disabled
2865
+ headers:
2866
+ clusterName: Cluster Name
2867
+ updatedOn: JWT Enabled On
2868
+ clusterAge: Cluster Age
2696
2869
 
2697
2870
  labels:
2698
2871
  addLabel: 添加标签
@@ -2708,10 +2881,25 @@ labels:
2708
2881
  hide: 隐藏系统标签
2709
2882
  annotations:
2710
2883
  title: 注释
2884
+ singular: Annotation
2885
+
2886
+ labelSelect:
2887
+ noOptions:
2888
+ empty: 暂无数据
2889
+ noMatch: 暂无数据
2890
+ pagination:
2891
+ counts: '{count} / {totalCount} items'
2892
+ more: 加载更多...
2893
+ labeledSelect:
2894
+ startTyping: 开始输入以定义项目
2895
+ pressEnter: 按 Enter 键添加 "{input}"
2896
+
2711
2897
 
2712
2898
  landing:
2899
+ bannerImage: Homepage banner image
2900
+ homepage: Homepage
2713
2901
  clusters:
2714
- title: 集群
2902
+ title: Cloud 集群
2715
2903
  provider: 提供商
2716
2904
  kubernetesVersion: Kubernetes 版本
2717
2905
  explorer: 浏览器
@@ -2732,6 +2920,8 @@ landing:
2732
2920
  title: 商业支持
2733
2921
  body: 了解商业支持
2734
2922
  landingPrefs:
2923
+ title: 更改登录后显示的页面:
2924
+ userPrefs: 偏好设置
2735
2925
  body: "登录后显示:"
2736
2926
  options:
2737
2927
  homePage: 主页
@@ -2741,7 +2931,7 @@ landing:
2741
2931
 
2742
2932
  logging:
2743
2933
  clusterFlow:
2744
- noOutputsBanner: 选定的命名空间中没有集群输出
2934
+ noOutputsBanner: 选定的资源组中没有集群输出
2745
2935
  flow:
2746
2936
  clusterOutputs:
2747
2937
  doesntExistTooltip: 该集群输出不存在
@@ -2771,15 +2961,15 @@ logging:
2771
2961
  placeholder: "默认值:任何容器"
2772
2962
  namespaces:
2773
2963
  title:
2774
- include: 仅限特定的命名空间
2775
- exclude: 排除特定的命名空间
2776
- placeholder: "默认值:任何命名空间"
2964
+ include: 仅限特定的资源组
2965
+ exclude: 排除特定的资源组
2966
+ placeholder: "默认值:任何资源组"
2777
2967
 
2778
2968
  filters:
2779
2969
  label: 筛选
2780
2970
  outputs:
2781
2971
  doesntExistTooltip: 该集群输出不存在
2782
- sameNamespaceError: 输出必须位于与流相同的命名空间中。
2972
+ sameNamespaceError: 输出必须位于与流相同的资源组中。
2783
2973
  label: 输出
2784
2974
  install:
2785
2975
  k3sContainerEngine: K3S 容器引擎
@@ -2791,7 +2981,7 @@ logging:
2791
2981
  default: /run/log/journal
2792
2982
  elasticsearch:
2793
2983
  host: 主机
2794
- scheme: Scheme
2984
+ scheme: 协议
2795
2985
  port: 端口
2796
2986
  indexName: 索引名称
2797
2987
  user: 用户名
@@ -2939,6 +3129,8 @@ logging:
2939
3129
  path: 路径
2940
3130
  overwriteExistingPath: 覆盖现有路径
2941
3131
  output:
3132
+ output:
3133
+ label: 输出
2942
3134
  buffer:
2943
3135
  label: 输出缓冲
2944
3136
  selectOutputs: 选择输出
@@ -2962,7 +3154,7 @@ logging:
2962
3154
  azurestorage: Azure Storage
2963
3155
  cloudwatch: Cloudwatch
2964
3156
  datadog: Datadog
2965
- file: 文件
3157
+ file: File
2966
3158
  gcs: GCS
2967
3159
  kinesisStream: Kinesis Stream
2968
3160
  logdna: LogDNA
@@ -2975,7 +3167,7 @@ logging:
2975
3167
  overview:
2976
3168
  poweredBy: Banzai Cloud
2977
3169
  clusterLevel: 集群级别
2978
- namespaceLevel: 命名空间级别
3170
+ namespaceLevel: 资源组级别
2979
3171
  provider: 提供商
2980
3172
  splunk:
2981
3173
  host: 主机
@@ -3040,20 +3232,21 @@ login:
3040
3232
  password: 密码
3041
3233
  loggingIn: 登录中...
3042
3234
  loggedIn: 已登录
3043
- loginWithLocal: 使用本地用户登录
3235
+ loginWithLocal: 登录
3044
3236
  useProvider: 使用 {provider} 用户
3045
3237
  useNonLocal: 使用非本地用户
3046
3238
  remember:
3047
3239
  label: 记住用户名
3048
3240
 
3049
3241
  logout:
3050
- message: 正在登出...
3242
+ message: 正在退出登录...
3051
3243
 
3052
3244
  managementNode:
3053
3245
  customName: 自定义名称
3054
3246
 
3055
3247
  members:
3056
3248
  clusterMembers: 集群成员
3249
+ memberRoles: 成员角色
3057
3250
  clusterAndProject: 集群和项目成员
3058
3251
  createActionLabel: 添加
3059
3252
  clusterMembership: 集群成员
@@ -3073,6 +3266,18 @@ members:
3073
3266
  viewClusterCatalogs: 查看集群应用商店
3074
3267
  viewClusterMembers: 查看集群成员
3075
3268
  viewNodes: 查看节点
3269
+ safe-admin:
3270
+ label: 安全管理员
3271
+ description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
3272
+ project-tenant:
3273
+ label: 租户
3274
+ description: 租户可管理资源组及其中的虚机、网络等资源。
3275
+ cluster-tenant:
3276
+ label: 租户
3277
+ description: 租户可管理资源组及其中的虚机、网络等资源。
3278
+ tenant:
3279
+ label: 租户
3280
+ description: 租户可管理资源组及其中的虚机、网络等资源。
3076
3281
  owner:
3077
3282
  label: 所有者
3078
3283
  description: 所有者对集群和集群内的所有资源拥有完全的控制权。
@@ -3110,9 +3315,9 @@ monitoring:
3110
3315
  label: 补充密文
3111
3316
  existing: 选择现有的配置密文
3112
3317
  info: |
3113
- <span class="text-bold">创建默认配置</span>。在部署这个 Chart 时,将在<pre class='inline-block m-0'>cattle-monitoring-system</pre> 命名空间中创建一个包含 Alertmanager 配置的密文,名称为<pre class='inline-block m-0'>alertmanager-rancher-monitoring-alertmanager</pre>。默认情况下,在卸载或升级此 Chart 时,此密文均不会被修改。<br />
3318
+ <span class="text-bold">创建默认配置</span>。在部署这个 Chart 时,将在<pre class='inline-block m-0'>cattle-monitoring-system</pre> 资源组中创建一个包含 Alertmanager 配置的密文,名称为<pre class='inline-block m-0'>alertmanager-rancher-monitoring-alertmanager</pre>。默认情况下,在卸载或升级此 Chart 时,此密文均不会被修改。<br />
3114
3319
  部署这个 Chart 之后,你需要在 UI 中编辑密文,从而添加 Alertmanager 用于发送告警的自定义通知配置。<br /> <br />
3115
- <span class="text-bold">选择一个现有的配置密文</span>:你必须指定一个存在于<pre class='inline-block m-0'>cattle-monitoring-system</pre>命名空间内的密文。如果命名空间不存在,你将无法选择现有的密钥。
3320
+ <span class="text-bold">选择一个现有的配置密文</span>:你必须指定一个存在于<pre class='inline-block m-0'>cattle-monitoring-system</pre>资源组内的密文。如果资源组不存在,你将无法选择现有的密钥。
3116
3321
  label: Alertmanager 密文
3117
3322
  new: 创建默认配置
3118
3323
  radio:
@@ -3189,11 +3394,11 @@ monitoring:
3189
3394
  adminApi: Admin API
3190
3395
  evaluation: 评估间隔
3191
3396
  ignoreNamespaceSelectors:
3192
- help: '如果忽略命名空间选择器,集群管理员可以限制团队监视命名空间之外的授权资源。然而,这会影响需要跨命名空间抓取监控数据的应用(例如Istio)的功能。'
3193
- label: 命名空间选择器
3397
+ help: '如果忽略资源组选择器,集群管理员可以限制团队监视资源组之外的授权资源。然而,这会影响需要跨资源组抓取监控数据的应用(例如Istio)的功能。'
3398
+ label: 资源组选择器
3194
3399
  radio:
3195
- enforced: '使用:监控可以访问命名空间字段匹配的命名空间中的资源'
3196
- ignored: '忽略:监控只能访问它们所在命名空间中的资源'
3400
+ enforced: '使用:监控可以访问资源组字段匹配的资源组中的资源'
3401
+ ignored: '忽略:监控只能访问它们所在资源组中的资源'
3197
3402
  limits:
3198
3403
  cpu: CPU 限制
3199
3404
  memory: 内存限制
@@ -3253,24 +3458,24 @@ monitoring:
3253
3458
  monitors: 监控
3254
3459
  projectMonitors: 项目监控
3255
3460
  alertmanagerConfig:
3256
- description: 如果要配置用于项目告警和集群告警的路由和接收器,你可以在 AlertmanagerConfig 资源中进行配置。
3257
- empty: 还没有为任何可访问的命名空间配置告警。
3461
+ description: 如果要配置用于项目告警和集群告警的路由和接收器,你可以在监控告警资源中进行配置。
3462
+ empty: 还没有为任何可访问的资源组配置告警。
3258
3463
  getStarted: 单击“创建”开始配置告警。
3259
- receiverTooltip: 此路由会将告警发送到选定的接收器,该接收器必须在同一个 AlertmanagerConfig 中定义。
3260
- deprecationWarning: 路由和接收器资源已弃用。路由和接收器不能在此页面上作为单独的 Kubernetes 资源进行管理。它们应配置为 AlertmanagerConfig 资源中的 YAML 字段。
3464
+ receiverTooltip: 此路由会将告警发送到选定的接收器,该接收器必须在同一个监控告警中定义。
3465
+ deprecationWarning: 路由和接收器资源已弃用。路由和接收器不能在此页面上作为单独的 Kubernetes 资源进行管理。它们应配置为监控告警资源中的 YAML 字段。
3261
3466
  routeInfo: 此表单支持配置一个将流量定向到接收器的路由。通过在 YAML 中配置子路由,你可以将告警定向到更多接收器。
3262
3467
  receiverFormNames:
3263
- create: 在 AlertmanagerConfig 中创建接收器
3264
- edit: 在 AlertmanagerConfig 中编辑接收器
3265
- editYaml: 编辑 AlertmanagerConfig
3266
- detail: AlertmanagerConfig 中的接收器
3267
- disabledReceiverButton: 创建 AlertmanagerConfig 后就可以使用接收器
3268
- error: 保存 AlertmanagerConfig 时出错
3468
+ create: 在监控告警中创建接收器
3469
+ edit: 在监控告警中编辑接收器
3470
+ editYaml: 编辑监控告警
3471
+ detail: 监控告警中的接收器
3472
+ disabledReceiverButton: 创建监控告警后就可以使用接收器
3473
+ error: 保存监控告警时出错
3269
3474
  email:
3270
3475
  username: 认证用户名
3271
- password: 具有 Auth 密码的密文
3476
+ password: 具有 Auth 密码的密钥
3272
3477
  slack:
3273
- apiUrl: 具有 Slack Webhook URL 的密文
3478
+ apiUrl: 有SlackWebhook地址的密文
3274
3479
  pagerDuty:
3275
3480
  routingKey: 具有路由密钥的密文
3276
3481
  serviceKey: 具有 Service Key 的密文
@@ -3304,6 +3509,18 @@ monitoringReceiver:
3304
3509
  opsgenie:
3305
3510
  label: Opsgenie
3306
3511
  title: Opsgenie 配置
3512
+ dingding:
3513
+ label: 钉钉
3514
+ title: 钉钉 配置
3515
+ weixin:
3516
+ label: 企业微信
3517
+ title: 企业微信 配置
3518
+ snmp:
3519
+ label: SNMP
3520
+ title: SNMP 配置
3521
+ message:
3522
+ label: 短信
3523
+ title: 短信 配置
3307
3524
  pagerduty:
3308
3525
  label: PagerDuty
3309
3526
  title: PagerDuty 配置
@@ -3356,11 +3573,11 @@ alertmanagerConfigReceiver:
3356
3573
  name: 接收器名称
3357
3574
  addButton: 添加接收器
3358
3575
  receivers: 接收器
3359
- namespaceWarning: 找不到用于获取密文的命名空间,无法渲染密文选择器。
3576
+ namespaceWarning: 找不到用于获取密文的资源组,无法渲染密文选择器。
3360
3577
  receiverTypes: "可以在表单中编辑以下接收器类型:Email、Slack、PagerDuty、Opsgenie 和 Webhook。如果是其他类型的接收器,则编辑 AlertmanagerConfig YAML。"
3361
3578
  slack:
3362
3579
  webhookUrl: Webhook URL
3363
- apiUrlTooltip: 包含 Slack webhook URL 的 Secret Key。该密钥需要与 AlertmanagerConfig 对象位于同一命名空间中,并且可由 Prometheus Operator 访问。
3580
+ apiUrlTooltip: 包含 Slack webhook URL 的 Secret Key。该密钥需要与 AlertmanagerConfig 对象位于同一资源组中,并且可由 Prometheus Operator 访问。
3364
3581
  monitoringRoute:
3365
3582
  groups:
3366
3583
  label: 分组依据
@@ -3393,16 +3610,16 @@ monitoringRoute:
3393
3610
 
3394
3611
  moveModal:
3395
3612
  title: 移动到新的项目?
3396
- description: '你正在移动下列命名空间:'
3613
+ description: '你正在移动下列资源组:'
3397
3614
  moveButtonLabel: 移动
3398
3615
  targetProject: 目标项目
3399
3616
 
3400
3617
  nameNsDescription:
3401
3618
  name:
3402
3619
  label: 名称
3403
- placeholder: '独特的名称'
3620
+ placeholder: '请输入名称'
3404
3621
  namespace:
3405
- label: 命名空间
3622
+ label: 资源组
3406
3623
  placeholder: ''
3407
3624
  workspace:
3408
3625
  label: 工作空间
@@ -3412,6 +3629,7 @@ nameNsDescription:
3412
3629
  placeholder: 输入可以描述该资源的文本
3413
3630
 
3414
3631
  namespace:
3632
+ cancelCreateAriaLabel: 取消创建命名空间
3415
3633
  containerResourceLimit: 容器资源限制
3416
3634
  resourceQuotas: 资源配额
3417
3635
  project:
@@ -3423,10 +3641,10 @@ namespace:
3423
3641
  move: 移动
3424
3642
  total: 总计
3425
3643
  workloads: 工作负载
3426
- label: 命名空间
3427
- selectNamespace: 选择命名空间
3428
- createNamespace: 创建新的命名空间
3429
- selectOrCreate: 选择或创建命名空间
3644
+ label: 资源组
3645
+ selectNamespace: 选择资源组
3646
+ createNamespace: 创建新的资源组
3647
+ selectOrCreate: 选择或创建资源组
3430
3648
  resourceStates:
3431
3649
  success: '活动'
3432
3650
  info: '转换中'
@@ -3449,8 +3667,8 @@ namespaceFilter:
3449
3667
  }
3450
3668
 
3451
3669
  namespaceList:
3452
- selectLabel: 命名空间
3453
- addLabel: 添加命名空间
3670
+ selectLabel: 资源组
3671
+ addLabel: 添加资源组
3454
3672
 
3455
3673
  navLink:
3456
3674
  name:
@@ -3471,7 +3689,7 @@ navLink:
3471
3689
  placeholder: '例如:https://rancher.com'
3472
3690
  toService:
3473
3691
  service:
3474
- label: 服务(命名空间/名称)
3692
+ label: 服务(资源组/名称)
3475
3693
  placeholder: '例如:cattle-system/rancher-webhook'
3476
3694
  path:
3477
3695
  label: 路径
@@ -3521,7 +3739,7 @@ networkpolicy:
3521
3739
  label: 标签 & 注释
3522
3740
  rules:
3523
3741
  pod: Pod
3524
- namespace: 命名空间
3742
+ namespace: 资源组
3525
3743
  ruleLabel: 规则 {index}
3526
3744
  addPort: 添加允许的端口
3527
3745
  type: 规则类型
@@ -3547,9 +3765,9 @@ networkpolicy:
3547
3765
  podSelector:
3548
3766
  label: Pod 选择器
3549
3767
  namespaceSelector:
3550
- label: 命名空间选择器
3768
+ label: 资源组选择器
3551
3769
  namespaceAndPodSelector:
3552
- label: 命名空间/Pod 选择器
3770
+ label: 资源组/Pod 选择器
3553
3771
  config:
3554
3772
  label: 配置
3555
3773
  selectors:
@@ -3565,17 +3783,17 @@ networkpolicy:
3565
3783
  matchingNamespaces:
3566
3784
  matchesSome: |-
3567
3785
  {matched, plural,
3568
- =0 {匹配 {total, number} 个命名空间中的 0 个}
3569
- =1 {匹配 {total, number} 个命名空间中的 1 个:"{sample}"}
3570
- other {匹配 {total, number} 个命名空间中的 {matched, number} 个,包括 "{sample}"}
3786
+ =0 {匹配 {total, number} 个资源组中的 0 个}
3787
+ =1 {匹配 {total, number} 个资源组中的 1 个:"{sample}"}
3788
+ other {匹配 {total, number} 个资源组中的 {matched, number} 个,包括 "{sample}"}
3571
3789
  }
3572
3790
  matchingNamespacesAndPods:
3573
- tooltip: 指定命名空间选择器和 Pod 选择器的单条规则,用于选择特定命名空间中的特定 Pod
3791
+ tooltip: 指定资源组选择器和 Pod 选择器的单条规则,用于选择特定资源组中的特定 Pod
3574
3792
  matchesSome: |-
3575
3793
  {matchedNamespaces, plural,
3576
- =0 { 在 0 个命名空间中(总共 {totalNamespaces, number} 个)}
3577
- =1 { 在 1 个命名空间(总共 {totalNamespaces, number} 个)"{sampleNamespaces}" 中}
3578
- other { 在 {matchedNamespaces, number} 个命名空间中(总共 {totalNamespaces, number} 个),包括 "{sampleNamespaces}"}
3794
+ =0 { 在 0 个资源组中(总共 {totalNamespaces, number} 个)}
3795
+ =1 { 在 1 个资源组(总共 {totalNamespaces, number} 个)"{sampleNamespaces}" 中}
3796
+ other { 在 {matchedNamespaces, number} 个资源组中(总共 {totalNamespaces, number} 个),包括 "{sampleNamespaces}"}
3579
3797
  },{matchedPods, plural,
3580
3798
  =0 {匹配 {totalPods, number} 个 Pod 中的 0 个 }
3581
3799
  =1 {匹配 {totalPods, number} 个 Pod 中的 1 个:"{samplePods}"}
@@ -3629,6 +3847,7 @@ node:
3629
3847
  operatingSystem: 操作系统
3630
3848
  osImage: 镜像
3631
3849
  systemUUID: 系统 UUID
3850
+ swap: 内存交换区
3632
3851
  pods: Pod
3633
3852
  taints: 污点
3634
3853
  actions:
@@ -3674,7 +3893,7 @@ persistentVolume:
3674
3893
  label: 密文名称
3675
3894
  placeholder: 例如:secret
3676
3895
  secretNamespace:
3677
- label: 密文所在的命名空间
3896
+ label: 密文所在的资源组
3678
3897
  placeholder: 例如:default
3679
3898
  monitors:
3680
3899
  add: 添加监控
@@ -3704,31 +3923,31 @@ persistentVolume:
3704
3923
  label: 节点发布密文名称
3705
3924
  placeholder: 例如:secret
3706
3925
  nodePublishSecretNamespace:
3707
- label: 节点发布密文命名空间
3926
+ label: 节点发布密文资源组
3708
3927
  placeholder: 例如:default
3709
3928
  nodeStageSecretName:
3710
3929
  label: 节点暂存密文名称
3711
3930
  placeholder: 例如:secret
3712
3931
  nodeStageSecretNamespace:
3713
- label: 节点暂存密文命名空间
3932
+ label: 节点暂存密文资源组
3714
3933
  placeholder: 例如:default
3715
3934
  controllerExpandSecretName:
3716
3935
  label: Controller 展开密文名称
3717
3936
  placeholder: 例如:secret
3718
3937
  controllerExpandSecretNamespace:
3719
- label: Controller 展开密文命名空间
3938
+ label: Controller 展开密文资源组
3720
3939
  placeholder: 例如:default
3721
3940
  controllerPublishSecretName:
3722
3941
  label: Controller 发布密文名称
3723
3942
  placeholder: 例如:secret
3724
3943
  controllerPublishSecretNamespace:
3725
- label: Controller 发布密文命名空间
3944
+ label: Controller 发布密文资源组
3726
3945
  placeholder: 例如:default
3727
3946
  drivers:
3728
3947
  disk-csi-azure-com: Azure 磁盘 (CSI)
3729
3948
  file-csi-azure-com: Azure 文件 (CSI)
3730
3949
  driver-longhorn-io: Longhorn (CSI)
3731
- driver-harvesterhci-io: Harvester (CSI)
3950
+ driver-harvesterhci-io: Cloud (CSI)
3732
3951
  nfs-csi-k8s-io: NFS (CSI)
3733
3952
  ebs-csi-aws-com: AWS Elastic Block Store (CSI)
3734
3953
  rbd-csi-ceph-com: Ceph RBD (CSI)
@@ -3876,7 +4095,7 @@ persistentVolume:
3876
4095
  label: 卷名称
3877
4096
  placeholder: 例如:vol
3878
4097
  volumeNamespace:
3879
- label: 卷命名空间
4098
+ label: 卷资源组
3880
4099
  placeholder: 例如:default
3881
4100
  nfs:
3882
4101
  label: NFS 共享
@@ -4075,7 +4294,7 @@ plugins:
4075
4294
  label: 商店镜像参考
4076
4295
  placeholder: "例如:hub.docker.io/example-org/my-image:latest"
4077
4296
  secrets:
4078
- banner: "如果托管目录镜像的仓库需要拉取 Secret,则必须在以下命名空间中创建它们:<pre>cattle-ui-plugin-system</pre>"
4297
+ banner: "如果托管目录镜像的仓库需要拉取 Secret,则必须在以下资源组中创建它们:<pre>cattle-ui-plugin-system</pre>"
4079
4298
  banner: 这将创建 Deployment、Service 和 Helm 仓库来服务扩展 Chart。
4080
4299
  imageVersion:
4081
4300
  title: 找不到镜像版本
@@ -4180,7 +4399,7 @@ podSecurityAdmission:
4180
4399
  warn: 警告
4181
4400
  usernames: 用户名
4182
4401
  runtimeClasses: RuntimeClass
4183
- namespaces: 命名空间
4402
+ namespaces: 资源组
4184
4403
  privileged: privileged
4185
4404
  baseline: baseline
4186
4405
  restricted: restricted
@@ -4188,7 +4407,7 @@ podSecurityAdmission:
4188
4407
  placeholder: '版本(默认:latest)'
4189
4408
  exemptions:
4190
4409
  title: 豁免
4191
- description: 允许为特定的用户名、RuntimeClassName 和命名空间创建 Pod,否则它们会被上方设置的策略禁止。
4410
+ description: 允许为特定的用户名、RuntimeClassName 和资源组创建 Pod,否则它们会被上方设置的策略禁止。
4192
4411
  placeholder: 输入以逗号分隔的 {psaExemptionsControl} 列表
4193
4412
  prefs:
4194
4413
  title: 偏好设置
@@ -4226,7 +4445,7 @@ prefs:
4226
4445
  advFeatures:
4227
4446
  title: 高级功能
4228
4447
  viewInApi: 启用“在 API 中查看”
4229
- allNamespaces: 显示由 Rancher 管理的 system 命名空间(不要编辑或删除)
4448
+ allNamespaces: 显示由 Rancher 管理的 system 资源组(不要编辑或删除)
4230
4449
  themeShortcut: 使用快捷键(shift+T)来切换深色/浅色主题
4231
4450
  pluginDeveloper: 启用扩展开发者功能
4232
4451
  hideDesc:
@@ -4297,6 +4516,12 @@ projectMembers:
4297
4516
  description: 控制用户对项目的访问权限
4298
4517
  noDescription: 已创建用户 - 没有描述
4299
4518
  searchForMember: 搜索需要向其提供项目访问权限的成员
4519
+ safe-admin:
4520
+ label: 安全管理员
4521
+ description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
4522
+ tenant:
4523
+ label: 租户
4524
+ description: 租户可管理资源组及其中的虚机、网络等资源。
4300
4525
  owner:
4301
4526
  label: 所有者
4302
4527
  description: 所有者对项目和项目内的所有资源拥有完全的控制权限。
@@ -4309,7 +4534,7 @@ projectMembers:
4309
4534
  custom:
4310
4535
  label: 自定义
4311
4536
  description: 为该用户自定义角色。
4312
- createNs: 创建命名空间
4537
+ createNs: 创建资源组
4313
4538
  configmapsManage: 管理 ConfigMaps
4314
4539
  ingressManage: 管理 Ingress
4315
4540
  projectcatalogsManage: 管理项目应用商店
@@ -4331,12 +4556,12 @@ projectMembers:
4331
4556
  workloadsView: 查看工作负载
4332
4557
 
4333
4558
  projectNamespaces:
4334
- createNamespace: 创建命名空间
4559
+ createNamespace: 创建资源组
4335
4560
  createProject: 创建项目
4336
- label: 项目/命名空间
4337
- noNamespaces: 没有定义的命名空间。
4338
- noProjectNoNamespaces: 所有命名空间都在一个项目中
4339
- isIstioInjectionEnabled: 为此命名空间启用了 Istio 自动 Sidecar 注入
4561
+ label: 项目/资源组
4562
+ noNamespaces: 没有定义的资源组。
4563
+ noProjectNoNamespaces: 所有资源组都在一个项目中
4564
+ isIstioInjectionEnabled: 为此资源组启用了 Istio 自动 Sidecar 注入
4340
4565
 
4341
4566
  prometheusRule:
4342
4567
  alertingRules:
@@ -4405,25 +4630,32 @@ promptScaleMachineDown:
4405
4630
  retainedMachine2: <b>{ name }</b> 会保留
4406
4631
 
4407
4632
  promptRemove:
4408
- title: 是否确认?
4633
+ title: 提示
4409
4634
  andOthers: |-
4410
4635
  {count, plural,
4411
4636
  =0 {.}
4412
4637
  =1 { 还有另<b>一个</b>。}
4413
4638
  other { 还有另外<b>{count}个</b>。}
4414
4639
  }
4415
- attemptingToRemove: "你正在试图删除 {type}"
4640
+ # attemptingToRemove: "你正在试图删除 {type}"
4641
+ attemptingToRemove: "请确认是否删除{type}"
4416
4642
  attemptingToRemoveAuthConfig: "你正在尝试禁用此 Auth Provider。<br><br> 请注意,集群角色模板绑定、项目角色模板绑定、全局角色绑定、用户和 Token 都会被删除。<br><br> 你确定要继续吗?"
4417
4643
  protip: "提示:按住 {alternateLabel} 键的同时单击删除,以绕过此确认。"
4418
4644
  confirmName: "在下方输入 <b>{nameToMatch}</b> 以确认:"
4419
- deleteAssociatedNamespaces: "同时删除此项目中的命名空间:"
4420
- willDeleteAssociatedNamespaces: "项目中的所有命名空间也都会被删除:"
4645
+ deleteAssociatedNamespaces: "同时删除此项目中的资源组:"
4646
+ willDeleteAssociatedNamespaces: "项目中的所有资源组也都会被删除:"
4421
4647
  confirmRelatedResource: "删除 {type} 将删除这个 {type} 上的所有资源,此过程不可逆。你确定要继续删除 {names} 吗?"
4422
4648
  promptConfirmation: "缩减时不再提示确认。"
4423
4649
 
4424
4650
  promptRemoveApp:
4425
4651
  removeCrd: "删除与此应用关联的 CRD"
4426
4652
 
4653
+ promptRemoveText:
4654
+ globalrole: "角色"
4655
+ globalroles: "角色"
4656
+ roletemplate: "角色"
4657
+ roletemplates: "角色"
4658
+
4427
4659
  promptRestore:
4428
4660
  title: 还原快照
4429
4661
  name: 名称
@@ -4446,6 +4678,16 @@ promptRollback:
4446
4678
  multipleWorkloadError: "一次只能回滚一个工作负载。"
4447
4679
  singleRevisionBanner: 没有可用于回滚的修订版本。
4448
4680
 
4681
+ promptRedeploy:
4682
+ title: 重新部署 {type}?
4683
+ attemptingToRedeploy: "您正在尝试重新部署 {type} {names} 重新部署将重启所选工作负载,可能导致暂时性服务中断。"
4684
+
4685
+ promptSaveAsRKETemplate:
4686
+ title: 将 {cluster} 转换为新的 RKE 模板
4687
+ name: 集群模板名称
4688
+ description: 创建新的集群模板,并使用当前集群配置发起修改。
4689
+ warning: 此操作将对集群进行修改,即把新创建的集群模板和修改应用到集群中。此操作不能撤销。
4690
+
4449
4691
  promptRotateEncryptionKey:
4450
4692
  title: 轮换加密密钥
4451
4693
  description: 上次备份 {name} 的备份时间为 {date}
@@ -4483,7 +4725,7 @@ rbac:
4483
4725
  grantResources:
4484
4726
  label: 授权资源
4485
4727
  noApiGroupClusterScope: 核心 K8s API,集群内
4486
- noApiGroupNamespaceScope: 核心 K8s API,命名空间内
4728
+ noApiGroupNamespaceScope: 核心 K8s API,资源组内
4487
4729
  deprecatedLabel: (已弃用)
4488
4730
  resourceOptionInfo: 并不是每个 Rancher 管理的 Kubernetes 集群中可用资源都列在了资源选项中。高级用例可能要求手动输入资源和 API 组。
4489
4731
  tableHeaders:
@@ -4503,8 +4745,8 @@ rbac:
4503
4745
  yes: "是:创建新集群的默认角色"
4504
4746
  defaultLabel: 集群创建者的默认角色
4505
4747
  NAMESPACE:
4506
- createButton: 创建项目或命名空间的角色
4507
- label: 项目或命名空间
4748
+ createButton: 创建项目或资源组的角色
4749
+ label: 项目或资源组
4508
4750
  yes: "是:创建新项目的默认角色"
4509
4751
  defaultLabel: 项目创建者的默认角色
4510
4752
  RBAC_ROLE:
@@ -4543,6 +4785,9 @@ rbac:
4543
4785
  description: 无描述
4544
4786
  assignOnlyRole: 已分配该角色
4545
4787
  role:
4788
+ cluster-tenant:
4789
+ label: 租户
4790
+ description: 租户可管理资源组及其中的虚机、网络等资源。
4546
4791
  admin:
4547
4792
  label: 管理员
4548
4793
  description: 管理员可以完全控制整个安装以及所有集群中的所有资源。
@@ -4552,6 +4797,12 @@ rbac:
4552
4797
  user-base:
4553
4798
  label: User-Base 用户
4554
4799
  description: User-Base 用户只拥有登录权限。
4800
+ tenant:
4801
+ label: 租户
4802
+ description: 租户可管理资源组及其中的虚机、网络等资源。
4803
+ safe-admin:
4804
+ label: 安全管理员
4805
+ description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
4555
4806
  clusters-create:
4556
4807
  label: 创建集群
4557
4808
  description: 允许用户创建集群,并成为该集群的所有者(owner)。普通用户默认拥有此权限。
@@ -4613,7 +4864,7 @@ resourceDetail:
4613
4864
  description: 描述
4614
4865
  endpoints: 端点
4615
4866
  labels: 标签
4616
- namespaces: 命名空间
4867
+ namespaces: 资源组
4617
4868
  ownerReferences: |-
4618
4869
  {count, plural,
4619
4870
  =1 {所有者}
@@ -4645,7 +4896,7 @@ resourceDetail:
4645
4896
  sensitive:
4646
4897
  hide: 隐藏敏感信息
4647
4898
  show: 显示敏感信息
4648
- namespace: 命名空间
4899
+ namespace: 资源组
4649
4900
  workspace: 工作空间
4650
4901
  project: 项目
4651
4902
  detail: 详情
@@ -4661,15 +4912,15 @@ resourceList:
4661
4912
  create: 创建
4662
4913
  createFromYaml: 使用 YAML 文件创建
4663
4914
  createResource: "创建 {resourceName}"
4664
- nsFiltering: "请使用上面的过滤器选择一个或多个命名空间或项目。"
4665
- nsFilterToolTip: "仅限于过滤项目和命名空间"
4915
+ nsFiltering: "请使用上面的过滤器选择一个或多个资源组或项目。"
4916
+ nsFilterToolTip: "仅限于过滤项目和资源组"
4666
4917
  resourceLoadingIndicator:
4667
4918
  loading: 正在加载
4668
4919
 
4669
4920
  resourceTable:
4670
4921
  groupBy:
4671
4922
  none: 简单列表
4672
- namespace: 按命名空间分组
4923
+ namespace: 按资源组分组
4673
4924
  project: 按项目分组
4674
4925
  node: 按节点分组
4675
4926
  role: 按角色分组
@@ -4677,10 +4928,10 @@ resourceTable:
4677
4928
  groupLabel:
4678
4929
  cluster: "<span>集群:</span> {name}"
4679
4930
  notInACluster: 不在集群中
4680
- namespace: "<span>命名空间:</span> {name}"
4931
+ namespace: "<span>资源组:</span> {name}"
4681
4932
  notInAMachinePool: "不在 Deployment 中"
4682
4933
  machinePool: "<span>节点池:</span> {name}"
4683
- notInANamespace: 不在命名空间内
4934
+ notInANamespace: 不在资源组内
4684
4935
  notInAProject: 不在项目内
4685
4936
  project: "<span>项目:</span> {name}"
4686
4937
  notInAWorkspace: 不在工作空间内
@@ -4702,7 +4953,7 @@ resourceTabs:
4702
4953
 
4703
4954
  resourceYaml:
4704
4955
  errors:
4705
- namespaceRequired: 这个资源是有命名空间的,所以必须提供一个命名空间。
4956
+ namespaceRequired: 这个资源是有资源组的,所以必须提供一个资源组。
4706
4957
  buttons:
4707
4958
  continue: 继续编辑
4708
4959
  edit: 编辑 YAML
@@ -4807,7 +5058,7 @@ selectOrCreateAuthSecret:
4807
5058
  basic:
4808
5059
  username: 用户名
4809
5060
  password: 密码
4810
- namespaceGroup: "命名空间:{name}"
5061
+ namespaceGroup: "资源组:{name}"
4811
5062
  chooseExisting: "选择一个现有的密文:"
4812
5063
  createSsh: 创建 SSH 密钥密文
4813
5064
  createBasic: 创建 HTTP 基本身份认证密文
@@ -4942,7 +5193,7 @@ setup:
4942
5193
  defaultPassword:
4943
5194
  intro: 这是你第一次访问 {vendor}。如果你预先设置了 Bootstrap 密码,请在此处输入。否则我们会为你生成一个随机密码。找到它:<br/><br/>
4944
5195
  dockerPrefix: '"docker run" 安装:'
4945
- dockerPs: '运行<code>docker ps</code>找到你的容器 ID,然后运行:'
5196
+ dockerPs: '运行<code style="background-color: #68686850;border: none;">docker ps</code>找到你的容器 ID,然后运行:'
4946
5197
  dockerSuffix: ""
4947
5198
  helmPrefix: 'Helm 安装,运行:'
4948
5199
  helmSuffix: ""
@@ -4967,7 +5218,7 @@ sortableTable:
4967
5218
  some: "影响 {total} 项中的 {actionable} 项"
4968
5219
  noData: 没有匹配项
4969
5220
  noRows: 没有可显示的内容。
4970
- noActions: 没有可执行的操作。
5221
+ noActions: 暂无可执行的操作。
4971
5222
  paging:
4972
5223
  generic: |-
4973
5224
  {pages, plural,
@@ -4979,7 +5230,7 @@ sortableTable:
4979
5230
  =0 {No {pluralLabel}}
4980
5231
  =1 {{count} {count, plural, =1 {{singularLabel}} other {{pluralLabel}}}}
4981
5232
  other {{from} - {to} of {count} {pluralLabel}}}
4982
- search: 筛选
5233
+ search: 请输入
4983
5234
  in: in
4984
5235
  addFilter: 添加筛选器
4985
5236
  filterFor: 筛选...
@@ -5120,7 +5371,7 @@ storageClass:
5120
5371
  label: REST 用户密钥
5121
5372
  placeholder: 例如:password
5122
5373
  secretNamespace:
5123
- label: 密文所在的命名空间
5374
+ label: 密文所在的资源组
5124
5375
  placeholder: 例如:default
5125
5376
  secretName:
5126
5377
  label: 密文名称
@@ -5157,7 +5408,7 @@ storageClass:
5157
5408
  label: Admin ID
5158
5409
  placeholder: 例如:kube
5159
5410
  adminSecretNamespace:
5160
- label: Admin 密文所在的命名空间
5411
+ label: Admin 密文所在的资源组
5161
5412
  placeholder: 例如:kube-system
5162
5413
  adminSecret:
5163
5414
  label: Admin 密文
@@ -5169,7 +5420,7 @@ storageClass:
5169
5420
  label: 用户 ID
5170
5421
  placeholder: 例如:kube
5171
5422
  userSecretNamespace:
5172
- label: 用户密文所在的命名空间
5423
+ label: 用户密文所在的资源组
5173
5424
  placeholder: 例如:default
5174
5425
  userSecretName:
5175
5426
  label: 用户密文名称
@@ -5192,7 +5443,7 @@ storageClass:
5192
5443
  label: 镜像仓库
5193
5444
  placeholder: 例如:138.68.74.142:7861
5194
5445
  adminSecretNamespace:
5195
- label: Admin 密文所在的命名空间
5446
+ label: Admin 密文所在的资源组
5196
5447
  placeholder: 例如:kube-system
5197
5448
  adminSecretName:
5198
5449
  label: Admin 密文名称
@@ -5270,7 +5521,7 @@ storageClass:
5270
5521
  label: 文件系统类型
5271
5522
  placeholder: 例如:ext4
5272
5523
  adminSecretNamespace:
5273
- label: Admin 密文所在的命名空间
5524
+ label: Admin 密文所在的资源组
5274
5525
  placeholder: 例如:default
5275
5526
  adminSecretName:
5276
5527
  label: Admin 密文名称
@@ -5281,15 +5532,19 @@ storageClass:
5281
5532
  title: (已弃用)
5282
5533
  warning: '{provisioner} 树内插件已弃用。你可以在<a target="_blank" rel="noopener noreferrer nofollow" href="https://kubernetes-csi.github.io/docs/drivers.html">这里</a>查找 CSI 驱动。'
5283
5534
  harvesterhci:
5284
- title: Harvester (CSI)
5535
+ title: Cloud (CSI)
5285
5536
  warning:
5286
- unSatisfiesVersion: 请升级 Harvester CSI 驱动版本来使用此功能(csi-driver >= v0.1.15)
5537
+ unSatisfiesVersion: 请升级 Cloud CSI 驱动版本来使用此功能(csi-driver >= v0.1.15)
5287
5538
  hostStorageClass:
5288
5539
  label: 主机存储类
5289
- placeholder: 主机 Harvester 集群上的存储类名称
5290
- tooltip: 默认使用主机 Harvester 集群上的默认存储类。
5540
+ placeholder: 主机 Cloud 集群上的存储类名称
5541
+ tooltip: 默认使用主机 Cloud 集群上的默认存储类。
5291
5542
 
5292
5543
  tableHeaders:
5544
+ claimedby: 占用者
5545
+ pod: pod
5546
+ ip: ip
5547
+ volumeattributesclass: 卷属性类
5293
5548
  assuredConcurrencyShares: 确保并发份额
5294
5549
  accessKey: Access Key
5295
5550
  addressType: 地址类型
@@ -5348,6 +5603,7 @@ tableHeaders:
5348
5603
  effect: 效果
5349
5604
  endpoints: 端点
5350
5605
  firstSeen: 首次出现时间
5606
+ fleetBundleType: 类型
5351
5607
  flow: Flow
5352
5608
  fingerprint: 唯一标识
5353
5609
  gitRepos: Git 仓库
@@ -5366,7 +5622,7 @@ tableHeaders:
5366
5622
  iP: IP
5367
5623
  image: 镜像
5368
5624
  imageSize: 大小
5369
- ingressClass: IngressClass
5625
+ ingressClass: Ingress 类
5370
5626
  ingressDefaultBackend: 默认
5371
5627
  ingressTarget: 目标
5372
5628
  internalExternalIp: 外网 IP/内网 IP
@@ -5380,6 +5636,7 @@ tableHeaders:
5380
5636
  lastSchedule: 最后调度时间
5381
5637
  lastSeen: 最后出现
5382
5638
  lastSeenTooltip: 最近一次记录此事件的时间
5639
+ lastUsed: 最后使用
5383
5640
  loggingOutputProviders: 提供商
5384
5641
  machines: 主机
5385
5642
  machineNodeName: 节点
@@ -5394,10 +5651,15 @@ tableHeaders:
5394
5651
  missingPL: 缺少 PL
5395
5652
  memory: 内存
5396
5653
  monitored: 已监控
5654
+ request: 资源请求量
5655
+ limit: 资源限制
5397
5656
  name: 名称
5657
+ maxunavailable: 最大不可用数
5658
+ minAvailable: 最小可用数
5659
+ alloweddisruptions: 允许中断数
5398
5660
  nameDisplay: 显示名称
5399
5661
  nameUnlinked: 名称
5400
- namespace: 命名空间
5662
+ namespace: 资源组
5401
5663
  namespaceName: 名称
5402
5664
  namespaceNameUnlinked: 名称
5403
5665
  networkType: 类型
@@ -5443,7 +5705,7 @@ tableHeaders:
5443
5705
  receivers: 接收器
5444
5706
  receiverTypes: 接收器类型
5445
5707
  reclaimPolicy: 回收策略
5446
- registrationNamespace: 注册命名空间
5708
+ registrationNamespace: 注册资源组
5447
5709
  repo: 仓库
5448
5710
  repositories: 仓库
5449
5711
  repoName: 仓库名称
@@ -5464,6 +5726,11 @@ tableHeaders:
5464
5726
  scope: 范围
5465
5727
  selector: 选择器
5466
5728
  secrets: 密文
5729
+ secret:
5730
+ project-clone: 由 Project Secret 创建
5731
+ project-clone-tooltip: 是否由 Project Scoped Secret 在本命名空间创建
5732
+ project-scoped: Project Secret
5733
+ project-scoped-tooltip: 此 Project Scoped Secret 会在所属命名空间中生成匹配的 Secret
5467
5734
  schedule: 调度
5468
5735
  service: 服务
5469
5736
  serviceAccounts: Service Account
@@ -5498,6 +5765,10 @@ tableHeaders:
5498
5765
  users: 用户
5499
5766
  userDisplayName: 显示名称
5500
5767
  userId: ID
5768
+ userDeletedIn: 到期删除
5769
+ userDisabledIn: 到期禁用
5770
+ userLastLogin: 最后登录
5771
+ userState: 启用状态
5501
5772
  userStatus: 状态
5502
5773
  username: 本地用户名
5503
5774
  value: 值
@@ -5505,6 +5776,7 @@ tableHeaders:
5505
5776
  volume: 卷
5506
5777
  volumeMode: 卷模式
5507
5778
  weight: 权重
5779
+ action: 操作
5508
5780
  target:
5509
5781
  router:
5510
5782
  label: 路由
@@ -5798,7 +6070,9 @@ workload:
5798
6070
  exec: 容器内运行的命令以 0 状态退出
5799
6071
  image: 容器镜像
5800
6072
  imagePullPolicy: 镜像拉取策略
5801
- imagePullSecrets: 拉取密文
6073
+ imagePullSecrets:
6074
+ label: 镜像拉取密钥
6075
+ tooltip: 必须为 kubernetes.io/dockercfg 或 kubernetes.io/dockerconfigjson 类型
5802
6076
  init: 初始化容器
5803
6077
  lifecycleHook:
5804
6078
  postStart:
@@ -5826,7 +6100,7 @@ workload:
5826
6100
  label: 端口
5827
6101
  placeholder: 例如:3000
5828
6102
  scheme:
5829
- label: Scheme
6103
+ label: 协议
5830
6104
  placeholder: 例如:HTTP
5831
6105
  httpHeaders:
5832
6106
  title: HTTP 头部
@@ -5873,11 +6147,11 @@ workload:
5873
6147
  'true': "是:容器可以获得比其父进程更多的权限。"
5874
6148
  dropCapabilities: 移除 Capabilities
5875
6149
  fsGroup: 文件系统组
5876
- hostIPC: 使用主机 IPC 命名空间
5877
- hostPID: 使用主机 PID 命名空间
6150
+ hostIPC: 使用主机 IPC 资源组
6151
+ hostPID: 使用主机 PID 资源组
5878
6152
  podFsGroup: Pod 文件系统组
5879
6153
  privileged:
5880
- label: Privileged
6154
+ label: 特权模式
5881
6155
  'false': 否
5882
6156
  'true': "是:容器可以完全访问主机"
5883
6157
  readOnlyRootFilesystem:
@@ -5893,7 +6167,7 @@ workload:
5893
6167
  noOption: "否"
5894
6168
  yesOption: "是:容器必须以非 Root 用户身份运行"
5895
6169
  runAsUser: 以用户 ID 运行
5896
- shareProcessNamespace: 共享单一进程命名空间
6170
+ shareProcessNamespace: 共享单一进程资源组
5897
6171
  supplementalGroups: 其他组 ID
5898
6172
  sysctls: Sysctls
5899
6173
  sysctlsKey: 名称
@@ -6024,7 +6298,7 @@ workload:
6024
6298
  replicas: 副本数量
6025
6299
  showTabs: '显示高级选项'
6026
6300
  scheduling:
6027
- activeDeadlineSeconds: 判定 Pod 是否活跃的截止时间
6301
+ activeDeadlineSeconds: 判定Pod是否活跃的截止时间
6028
6302
  activeDeadlineSecondsTip: 系统将 Pod 判定为失败,并终止其关联容器前的等待时长
6029
6303
  affinity:
6030
6304
  addNodeSelector: 添加节点选择器
@@ -6042,11 +6316,11 @@ workload:
6042
6316
  exists: 已设置
6043
6317
  greaterThan: ">"
6044
6318
  in: 在列表中
6045
- inNamespaces: "特定命名空间"
6319
+ inNamespaces: "特定资源组"
6046
6320
  key: 键
6047
6321
  lessThan: <
6048
6322
  matchType: 匹配类型
6049
- namespaces: 命名空间
6323
+ namespaces: 资源组
6050
6324
  notIn: 不在列表中
6051
6325
  operator: 运算符
6052
6326
  value: 值
@@ -6060,8 +6334,8 @@ workload:
6060
6334
  requireAny: "需要以下任何一种:"
6061
6335
  schedulingRules: 在匹配调度规则的节点上运行 Pod
6062
6336
  specificNode: 在指定节点上运行 Pod
6063
- thisPodNamespace: 此 Pod 的命名空间
6064
- allNamespaces: 所有命名空间
6337
+ thisPodNamespace: 此 Pod 的资源组
6338
+ allNamespaces: 所有资源组
6065
6339
  topologyKey:
6066
6340
  label: 拓扑键
6067
6341
  placeholder: 例如:failure-domain.beta.kubernetes.io/zone
@@ -6100,7 +6374,7 @@ workload:
6100
6374
  value: 值
6101
6375
  serviceAccountName:
6102
6376
  label: Service Account 名称
6103
- createMessage: 此命名空间中不存在服务名称 [ {name} ],请手动创建它。
6377
+ createMessage: 此资源组中不存在服务名称 [ {name} ],请手动创建它。
6104
6378
  serviceName: 服务名称
6105
6379
  storage:
6106
6380
  subtypes:
@@ -6194,7 +6468,7 @@ workload:
6194
6468
  pod: Pod 是你可以在 Kubernetes 中创建和管理的最小可部署计算单元。Pod 是一个或多个容器,具有共享的存储和网络资源以及运行容器的规范。
6195
6469
  upgrading:
6196
6470
  activeDeadlineSeconds:
6197
- label: 判定 Pod 是否活跃的截止时间
6471
+ label: 判定Pod是否活跃的截止时间
6198
6472
  tip: 系统将 Pod 判定为失败,并终止其关联容器前的等待时长
6199
6473
  concurrencyPolicy:
6200
6474
  label: 并发
@@ -6299,6 +6573,7 @@ model:
6299
6573
  label: Service Account 用户名
6300
6574
  projectMember:
6301
6575
  role:
6576
+ tenant: 租户
6302
6577
  member: 成员
6303
6578
  owner: 所有者
6304
6579
  readonly: 只读用户
@@ -6331,19 +6606,79 @@ typeDescription:
6331
6606
  monitoring.coreos.com.podmonitor: PodMonitor 定义了 Prometheus 要抓取指标的 Pod 组。更为常用的是 ServiceMonitor。然而,PodMonitor 让你在 ServiceMonitor 不起作用时,处理任何其他情况。
6332
6607
  monitoring.coreos.com.prometheusrule: PrometheusRule 定义了记录和/或告警规则。记录规则可以预先计算值并保存结果。告警规则允许你定义向 AlertManager 发送通知的条件。
6333
6608
  monitoring.coreos.com.prometheus: Prometheus server 是一个 Prometheus deployment,其抓取的配置和规则由选定的 ServiceMonitor、PodMonitor 和 PrometheusRule 决定。它将其告警信息发送给所有选择的具有定制资源配置的 AlertManager。
6334
- monitoring.coreos.com.alertmanager: Alertmanager 是一个 deployment。其配置由同一命名空间中的密文指定,该密文决定了告警的接收器。
6609
+ monitoring.coreos.com.alertmanager: Alertmanager 是一个 deployment。其配置由同一资源组中的密文指定,该密文决定了告警的接收器。
6335
6610
  node: Kubernetes 节点资源展示了承载 Deployment 的虚拟机或物理机。请进入"集群管理"页面管理可用节点的生命周期。
6336
6611
  catalog.cattle.io.clusterrepo: 'Chart 仓库是一个 Helm 仓库或 {vendor} 基于 Git 的应用商店。此处列出了集群中可用的 Chart。'
6337
6612
  catalog.cattle.io.clusterrepo.local: ' Chart 仓库是一个 Helm 仓库或 {vendor} 基于 Git 的应用商店。此处列出了集群中可用的 Chart。集群模板是通过 Helm Chart 部署的。'
6338
6613
  catalog.cattle.io.operation: 最近的操作指的是最近应用于集群的一系列 Helm 操作。
6339
6614
  catalog.cattle.io.app: 已安装的应用指的是通过我们的 Chart 或 Helm CLI 安装的 Helm 3 Chart。
6340
6615
  logging.banzaicloud.io.clusterflow: 集群日志将被收集并投递到选定的 ClusterOutput 中。
6341
- logging.banzaicloud.io.clusteroutput: ClusterOutput 定义了日志可以发送到哪些日志提供程序。只有部署在 Logging operator 所在的命名空间中时,ClusterOutput 才生效。
6342
- logging.banzaicloud.io.flow: Flow 定义了要收集和过滤的日志,以及日志的输出目标。Flow 是一个命名空间资源。换言之,只有部署了该 Flow 的命名空间日志才能被该 Flow 收集。
6343
- logging.banzaicloud.io.output: Output 定义了日志可以发送到哪些日志提供程序。Output 需要与使用它的 Flow 位于相同的命名空间中。
6616
+ logging.banzaicloud.io.clusteroutput: ClusterOutput 定义了日志可以发送到哪些日志提供程序。只有部署在 Logging operator 所在的资源组中时,ClusterOutput 才生效。
6617
+ logging.banzaicloud.io.flow: Flow 定义了要收集和过滤的日志,以及日志的输出目标。Flow 是一个资源组资源。换言之,只有部署了该 Flow 的资源组日志才能被该 Flow 收集。
6618
+ logging.banzaicloud.io.output: Output 定义了日志可以发送到哪些日志提供程序。Output 需要与使用它的 Flow 位于相同的资源组中。
6344
6619
  group.principal: 为组分配全局角色的操作,仅适用于支持组的外部验证提供程序。本地授权不支持组。
6345
-
6620
+ kubevirt.io.virtualmachine: 云虚拟机是一种安全可靠、弹性可伸缩的云计算服务器,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。
6621
+ harvesterhci.io.volume: 虚拟磁盘具有高性能和低时延的特点,支持随机读写,可以像使用物理硬盘一样,在虚拟机上进行格式化并建立文件系统来使用块存储。
6622
+ harvesterhci.io.volumesnapshot: 虚拟磁盘快照功能通过捕获虚拟磁盘在特定时间点的状态,生成增量副本,支持快速回滚磁盘状态,为测试验证、容灾恢复提供高效解决方案
6623
+ harvesterhci.io.virtualmachinebackup: 虚拟机备份恢复功能通过创建包含磁盘数据、配置信息的完整副本,支持跨环境恢复及长期数据保护,为系统故障或灾难提供可靠容灾方案。
6624
+ harvesterhci.io.schedulevmbackup: 虚拟机备份策略功能通过创建定时任务,对虚拟机进行完整备份或增量快照,为用户提供自动化的数据备份和容灾方案。
6625
+ harvesterhci.io.vmsnapshot: 虚拟机快照功能通过捕获特定时间点的系统状态,支持快速恢复虚拟机状态,为数据备份与系统调试提供灵活解决方案。
6626
+ harvesterhci.io.keypair: SSH密钥对是一种安全便捷的登录认证方式,您可以实现免密码远程登录,并在无需人工干预的情况下进行安全的自动化操作,实现服务器配置和应用程序部署的自动化。
6627
+ harvesterhci.io.networkattachmentdefinition: 快速构建云上数据中心网络,二层,三层网络为扁平网络,虚拟专有网络为...VPN等网络类型,可以通过专线/VPN等连接方式与传统数据中心组成一个按需定制的网络环境,实现应用的平滑迁移上云。
6628
+ loadbalancer.harvesterhci.io.ippool: 地址池是负载均衡器专用的内置 IP 地址管理解决方案。
6629
+ loadbalancer.harvesterhci.io.loadbalancer: 负载均衡器(Load Balancer)是用于在多个计算资源之间分配网络或应用流量的设备或软件。其主要目的是优化资源利用、最大化吞吐量、减少延迟,并确保容错配置。
6630
+ harvesterhci.io.virtualmachineimage: 镜像是创建虚拟机实例的基础模板,规格能够设定创建虚拟机的CPU、内存、磁盘等资源数量,在创建虚拟机实例时必须选择一个镜像以及规格。
6631
+ harvesterhci.io.virtualmachinetemplateversion: 虚拟机模版是用于快速部署具有相同配置的多个虚拟机的一个基础镜像。它包含了操作系统、预安装的应用程序以及一系列预先设定的配置参数。
6632
+ harvesterhci.io.host: 物理机管理通过资源整合、动态调整、统一管理和自动化运维,提高了资源利用率、业务灵活性、系统可靠性和安全性,同时降低了成本和能耗,是资源管理重要的实现手段。
6633
+ harvesterhci.io.storage: 存储管理简化了复杂架构,提升了存储性能与效率,确保了高可用性和数据安全性,支持虚拟化环境,降低了成本,并优化了数据保护策略,是数据中心存储管理的关键解决方案。
6634
+ network.harvesterhci.io.clusternetwork: 集群网络功能通过将集群内物理服务器和网卡组成多个逻辑网络,实现服务器之间的灵活网络互联,提供高可用、高性能、高灵活度的网络服务。
6635
+ devices.harvesterhci.io.sriovnetworkdevice: SR-IOV网卡功能通过 SR-IOV 技术实现物理网卡的虚拟划分,支持虚拟机直接访问独立虚拟网卡,提升网卡利用率同时,不降低网络性能,优化资源利用率。
6636
+ devices.harvesterhci.io.sriovgpudevice: GPU管理主要对图形处理单元(Graphics Processing Unit,GPU)的有效监控、配置和优化,以确保其高效、稳定地运行。GPU管理也可以在超算场景中的使用,其强大的并行处理能力和高内存带宽使其成为高性能计算的重要工具和实现方式。
6637
+ devices.harvesterhci.io.usbdevice: USB管理功能,通过设备直通技术,将物理 USB 设备直接映射至虚拟机,实现跨平台数据交互与外设资源共享。
6638
+ harvesterhci.io.monitoring.alertmanagerconfig: 支持对云资源(包括物理机、虚拟机、存储、网络等)的运行状态、性能指标以及安全事件进行持续监控,能够及时发现潜在问题并触发告警,确保运维团队能够迅速响应并解决问题,从而保障云服务的稳定性和安全性。
6639
+ harvesterhci.io.setting: 集群配置主要用于管理系统中的一些功能及配置参数。
6640
+ harvesterhci.io.secret: 密钥管理功能集成密钥生成、存储、访问控制等功能,能够为镜像和虚拟磁盘点加密存储提供安全密钥。
6641
+ devices.harvesterhci.io.pcidevice: PCI是Peripheral Component Interconnect(外围设备互连)的缩写,它是一种计算机总线标准,主要用于连接计算机内部的各种外部设备。
6642
+ devices.harvesterhci.io.vgpudevice: vGPU(虚拟 GPU,Virtual GPU)是一种通过虚拟化技术将物理 GPU 资源分割、共享给多个虚拟机(VM)或容器的技术,旨在解决物理 GPU 资源利用率低、部署成本高的问题,同时满足多用户对图形渲染、高性能计算(HPC)、AI 加速等场景的需求。
6643
+ kubeovn.io.vpc: VPC(Virtual Private Cloud,虚拟私有云)是一种云计算服务模型,允许用户在公有云环境中创建隔离的虚拟网络空间,以实现更高的安全性和灵活性。VPC 使用户能够定义自己的网络拓扑、IP 地址范围、子网、路由表和网络网关等,从而提供类似于传统数据中心的网络控制和配置能力。
6644
+ kubeovn.io.subnet: 子网是虚拟私有云(VPC)中的一个逻辑分区,用于将网络划分为更小的、可管理的部分。每个子网都有自己的 IP 地址范围和网络配置,允许用户在 VPC 内创建隔离的网络环境,以满足不同应用或服务的需求。
6645
+ kubeovn.io.providernetwork: 物理网络(Provider Network)是指在虚拟私有云(VPC)中,由云服务提供商管理的网络资源。它通常用于连接 VPC 内的虚拟机、容器和其他资源,并提供对外部网络的访问。提供者网络可以包括物理网络设备、虚拟交换机、路由器等,以实现高效、安全的网络通信。
6646
+ kubeovn.io.vlan: VLAN(Virtual Local Area Network,虚拟局域网)是一种网络技术,用于在物理网络中创建逻辑隔离的子网络。VLAN 允许用户将不同的设备和服务分组到同一虚拟网络中,从而提高网络的安全性、灵活性和可管理性。每个 VLAN 都有一个唯一的标识符(VLAN ID),用于区分不同的虚拟网络。
6647
+ management.cattle.io.setting: 统一配置平台基础选项与全局设置,支持CA证书、密码规则、域名、Token时效等核心配置。
6648
+ management.cattle.io.user: 用于管理用户账号,支持创建、维护用户信息,可设置用户权限、管理密码等,保障系统资源仅由授权用户访问,提升系统安全性。
6649
+ harvesterhci.io.management.cluster: 提供虚拟化集群的实时健康状态监控、版本号管理及资源负载管理,支持批量导入/删除集群、配置调优与权限分级功能,实现高效运维管控。
6650
+ projectsnamespaces: 项目/资源组是用于在集群内实现资源隔离和多租户管理的基本单元。通过项目可以对一组命名空间及相关资源进行统一的权限、配额和策略管理。
6651
+ members: 集群和项目成员管理页面用于配置用户和用户组对资源的访问权限。通过角色绑定(RBAC)来控制成员在集群或项目范围内的操作权限,实现安全的协同管理。
6652
+ event: 事件记录了 Kubernetes 资源(如 Pod、节点等)的状态变化、错误信息和生命周期事件。通过查看事件可以快速诊断应用部署和运行中的问题。
6653
+ autoscaling.horizontalpodautoscaler: HorizontalPodAutoscaler (HPA) 用于根据观察到的 CPU 利用率或其他自定义指标自动调整工作负载的 Pod 副本数量,实现应用的水平自动扩缩容。
6654
+ networking.k8s.io.ingress: Ingress 用于管理对集群内服务的外部访问,提供 HTTP 和 HTTPS 路由规则。通过 Ingress 可以配置负载均衡、SSL 终止和基于名称的虚拟主机等能力。
6655
+ service: Service 用于将一组 Pod 暴露为网络服务,提供稳定的 IP 地址和 DNS 名称,并实现负载均衡。Service 确保您的应用程序在网络中可被发现和可靠访问。
6656
+ storage.k8s.io.storageclass: 存储池页面用于集中管理和配置集群中的持久化存储资源。您可以在此查看存储提供商、创建存储类(StorageClass)并为有状态应用动态提供持久卷(Persistent Volume)。
6657
+ persistentvolume: PersistentVolume (PV) 是集群中的一块持久化存储资源,由管理员预先配置或通过存储类动态供应。PV 为需要持久化数据的应用提供独立于 Pod 生命周期的存储空间。
6658
+ persistentvolumeclaim: 虚拟磁盘是提供给虚拟机使用的持久化存储设备,为虚拟机操作系统和应用数据提供独立的、可扩展的存储空间。虚拟磁盘的生命周期可以与虚拟机解耦,实现数据的持久化保存。
6659
+ configmap: ConfigMap 用于将非机密的配置数据以键值对形式保存,并注入到 Pod 中作为环境变量、命令行参数或配置文件使用。实现应用配置与容器镜像的分离,便于配置管理。
6660
+ secret: Secret 用于存储和管理敏感信息,如密码、OAuth 令牌和 SSH 密钥等。Secret 以加密方式保存数据,并可以安全地挂载到 Pod 中供容器使用,避免敏感信息硬编码。
6661
+ projectsecret: Secret 用于存储和管理敏感信息,如密码、OAuth 令牌和 SSH 密钥等。Secret 以加密方式保存数据,并可以安全地挂载到 Pod 中供容器使用,避免敏感信息硬编码。
6662
+ networking.k8s.io.networkpolicy: 网络策略用于控制 Pod 组之间的网络通信规则,实现 Kubernetes 集群内的网络隔离。通过定义入站和出站规则,可以精确控制 Pod 之间的网络访问权限。
6663
+ limitrange: 限制范围用于在命名空间内限制资源的使用量,包括 Pod 的计算资源(CPU、内存)请求和限制、存储卷大小以及可创建的资源对象数量,防止资源过度消耗。
6664
+ resourcequota: 资源配额用于限制命名空间可以使用的总体资源总量,包括计算资源、存储资源以及可创建的对象数量。它确保命名空间内的资源使用不会超过分配的配额限制。
6665
+ policy.poddisruptionbudget: Pod 中断预算用于限制自愿中断期间同时终止的 Pod 副本数量,确保应用的高可用性。它可以防止在节点维护或集群缩容时导致的应用服务中断。
6666
+ apps.daemonset: DaemonSet 在每个符合条件的节点上仅运行一个 Pod。当新节点添加到集群时,DaemonSet 会自动部署新节点。推荐用于全系统或可垂直扩展,且每个节点永远不需要超过一个 pod 的工作负载。
6667
+ apps.deployment: Deployment 运行分布在符合条件的节点中的可扩展数量的 Pod 副本。变更会逐步推出,并可回滚到之前的版本。推荐用于无状态和水平可扩展的工作负载。
6668
+ apps.statefulset: StatefulSet 管理有状态的应用,并保证创建的 Pod 的顺序和唯一性。推荐用于具有持久化存储或严格身份、法定人数或升级顺序要求的工作负载。
6669
+ batch.cronjob: CronJob 创建 Job,然后按照重复调度来运行 Pod。该调度以标准的 Unix cron 格式表示,并使用 Kubernetes Control Plane 的时区(通常是 UTC)。
6670
+ batch.job: Job 创建一个或多个 Pod。 Job 通过运行 Pod 直到其成功退出,以可靠执行一次性任务。失败的 Pod 会自动被替换,直到达到指定的完成运行次数。Job 还可以并行运行多个 Pod,或作为批处理工作队列。
6671
+ pod: Pod 是你可以在 Kubernetes 中创建和管理的最小可部署计算单元。Pod 是一个或多个容器,具有共享的存储和网络资源以及运行容器的规范。
6672
+ harvesterhci.io.logging.clusterflow: 用于配置集群范围内的日志采集与流转规则,可匹配多个资源组的日志,并将日志转发至指定的集群日志外发目标,实现全局级的日志统一管理与路由。
6673
+ harvesterhci.io.logging.clusteroutput: 定义集群范围的日志输出目标,例如 Elasticsearch、Loki、S3、Kafka 等。可被多个集群日志配置引用,用于集中存储与分析集群级日志数据。
6674
+ harvesterhci.io.logging.flow: 用于配置资源组(命名空间)内的日志采集与流转规则,仅作用于当前资源组内的日志,并将日志转发至对应的资源组日志外发目标,便于分组级的日志管理。
6675
+ harvesterhci.io.logging.output: 定义资源组级别的日志输出目标,仅能被同一资源组下的日志配置引用,用于将该资源组内的日志发送至指定的存储或分析系统。
6346
6676
  typeLabel:
6677
+ management.cattle.io.project: |-
6678
+ {count, plural,
6679
+ one { 项目 }
6680
+ other { 项目 }
6681
+ }
6347
6682
  management.cattle.io.token: |-
6348
6683
  {count, plural,
6349
6684
  one { API 密钥 }
@@ -6381,8 +6716,8 @@ typeLabel:
6381
6716
  }
6382
6717
  catalog.cattle.io.repo: |-
6383
6718
  {count, plural,
6384
- one { 命名空间仓库 }
6385
- other { 命名空间仓库 }
6719
+ one { 资源组仓库 }
6720
+ other { 资源组仓库 }
6386
6721
  }
6387
6722
  chartinstallaction: |-
6388
6723
  {count, plural,
@@ -6441,8 +6776,8 @@ typeLabel:
6441
6776
  }
6442
6777
  management.cattle.io.setting: |-
6443
6778
  {count, plural,
6444
- one { 设置 }
6445
- other { 设置 }
6779
+ one { 基础设置 }
6780
+ other { 基础设置 }
6446
6781
  }
6447
6782
  management.cattle.io.fleetworkspace: |-
6448
6783
  {count, plural,
@@ -6542,8 +6877,8 @@ typeLabel:
6542
6877
  }
6543
6878
  namespace: |-
6544
6879
  {count, plural,
6545
- one { 命名空间 }
6546
- other { 命名空间 }
6880
+ one { 资源组 }
6881
+ other { 资源组 }
6547
6882
  }
6548
6883
  node: |-
6549
6884
  {count, plural,
@@ -6587,8 +6922,8 @@ typeLabel:
6587
6922
  }
6588
6923
  autoscaling.horizontalpodautoscaler: |-
6589
6924
  {count, plural,
6590
- one { HorizontalPodAutoscaler }
6591
- other { HorizontalPodAutoscaler }
6925
+ one { HPA }
6926
+ other { HPA }
6592
6927
  }
6593
6928
  networking.k8s.io.ingress: |-
6594
6929
  {count, plural,
@@ -6695,10 +7030,30 @@ typeLabel:
6695
7030
  one { 工作负载 }
6696
7031
  other { 工作负载 }
6697
7032
  }
7033
+ cluster : |-
7034
+ {count, plural,
7035
+ one { 集群 }
7036
+ other { 集群 }
7037
+ }
7038
+ servicediscovery : |-
7039
+ {count, plural,
7040
+ one { 服务发现 }
7041
+ other { 服务发现 }
7042
+ }
7043
+ storage : |-
7044
+ {count, plural,
7045
+ one { 存储 }
7046
+ other { 存储 }
7047
+ }
7048
+ policy : |-
7049
+ {count, plural,
7050
+ one { 策略 }
7051
+ other { 策略 }
7052
+ }
6698
7053
  harvesterhci.io.management.cluster: |-
6699
7054
  {count, plural,
6700
- one { Harvester 集群 }
6701
- other { Harvester 集群 }
7055
+ one { Cloud 集群 }
7056
+ other { Cloud 集群 }
6702
7057
  }
6703
7058
  harvesterhci.io.cloudtemplate: |-
6704
7059
  {count, plural,
@@ -6970,7 +7325,7 @@ registryConfig:
6970
7325
  ##############################
6971
7326
 
6972
7327
  advancedSettings:
6973
- label: 设置
7328
+ label: 基础设置
6974
7329
  subtext: 一般用户不需要修改此处的设置。请谨慎操作,不正确的值会破坏 {appName} 的安装。与默认不同的设置会标记为“已修改”。
6975
7330
  show: 显示
6976
7331
  hide: 隐藏
@@ -6998,7 +7353,7 @@ advancedSettings:
6998
7353
  'ui-index': 'Cluster Manager UI 的 HTML 索引位置。'
6999
7354
  'ui-dashboard-index': '{appName} UI 的 HTML 索引位置。'
7000
7355
  'ui-offline-preferred': '控制 UI 资产是由服务器容器在本地提供,还是从 ui-index 和 ui-dashboard-index 设置中定义的远程 URL 提供。`动态` 选项将在 {appName} 的生产版本中使用本地资产。'
7001
- 'ui-pl': '自有品牌公司名称。'
7356
+ 'ui-pl': '系统名称'
7002
7357
  'auth-user-info-max-age-seconds': '在同步验证提供程序组成员之前,用户验证 Token 的最长存活时间。'
7003
7358
  'auth-user-info-resync-cron': '重新同步验证提供程序组成员的默认 cron 调度。'
7004
7359
  'cluster-template-enforcement': '非管理员只能通过预先批准的 RKE 模板启动集群。'
@@ -7013,6 +7368,9 @@ advancedSettings:
7013
7368
  'ui-default-landing': '用户登录后的默认页面。'
7014
7369
  'brand': 在'/assets/brand'中定义,用于替代主题的文件夹名称
7015
7370
  'hide-local-cluster': 隐藏 local 集群
7371
+ 'agent-tls-mode': "Rancher 证书验证。在 strict(严格)模式下,代理(系统、集群、Fleet 等)将仅信任使用由 cacerts 设置中的 CABundle 签名的证书的 Rancher 安装。当模式为 system-store(系统存储)时,代理将信任由操作系统信任存储中的 CABundle 签名的任何证书。"
7372
+ 'k3s-based-upgrader-uninstall-concurrency': "定义 Rancher 可并发从导入的 K3s 或 RKE2 集群中卸载旧版 rancher-k3s-upgrader 或 rancher-rke2-upgrader 应用程序的最大集群数量。"
7373
+ 'imported-cluster-version-management': "为导入的 RKE2/K3s 集群启用版本管理,如果本地集群是 RKE2/K3s 集群,则也对其生效。集群级别的版本管理设置会在集群层面覆盖此全局设置。对于集群级别版本管理设置为 'system-default'(系统默认)的现有集群,更改此标志将在下一次协调期间(默认每 5 分钟一次,或一旦编辑集群便立即触发,以先到者为准)触发集群代理的重新部署。"
7016
7374
  editHelp:
7017
7375
  'ui-banners': 此设置使用包含 3 个根参数的 JSON 对象,分别是<code>banner</code>、<code>showHeader</code>和<code>showFooter</code>。<code>banner</code> 是包含 <code>textColor</code>,<code>background</code>和<code>text</code>的对象,其中<code>textColor</code> 和 <code>background</code>的值可以是任何有效的 CSS 颜色值。
7018
7376
  enum:
@@ -7046,7 +7404,7 @@ featureFlags:
7046
7404
  title: 等待重启
7047
7405
  wait: 重启需要数分钟。
7048
7406
  description:
7049
- harvester: 接入 Harvester,以导入和管理 Harvester 集群
7407
+ harvester: 接入 Cloud,以导入和管理 Cloud 集群
7050
7408
  unsupported-storage-drivers: 允许使用非默认启用的存储提供商和卷插件
7051
7409
  legacy: 启用旧版功能
7052
7410
  istio-virtual-service-ui: 暴露了一个用户界面,使用户能够创建、读取、更新和删除虚拟服务和目标规则,这是 Istio 的流量管理功能。
@@ -7067,7 +7425,7 @@ performance:
7067
7425
  启用后,资源会更快出现,但可能需要更长的时间来加载整个资源集。此设置仅适用于来自 Kubernetes API 的资源
7068
7426
  checkboxLabel: 启用增量加载
7069
7427
  inputLabel: 资源阈值
7070
- incompatibleDescription: "增量加载与命名空间/项目过滤不兼容,无法同时启用。"
7428
+ incompatibleDescription: "增量加载与资源组/项目过滤不兼容,无法同时启用。"
7071
7429
  manualRefresh:
7072
7430
  label: 手动刷新
7073
7431
  setting: 你可以配置一个阈值,高于该阈值时则启用手动刷新。
@@ -7076,7 +7434,7 @@ performance:
7076
7434
  启用后,列表数据不会自动更新,用户必须手动刷新列表视图。此设置仅适用于来自 Kubernetes API 的资源
7077
7435
  checkboxLabel: 启用列表数据的手动刷新
7078
7436
  inputLabel: 资源阈值
7079
- incompatibleDescription: "手动刷新与命名空间/项目过滤不兼容,无法同时启用。"
7437
+ incompatibleDescription: "手动刷新与资源组/项目过滤不兼容,无法同时启用。"
7080
7438
  websocketNotification:
7081
7439
  label: WebSocket 通知
7082
7440
  description: |-
@@ -7104,10 +7462,10 @@ performance:
7104
7462
  description: 资源必须超过此数量才能考虑进行垃圾回收。
7105
7463
  inputLabel: 资源数量
7106
7464
  nsFiltering:
7107
- label: 要求命名空间/项目过滤
7108
- description: 用户需要选择命名空间和/或项目。这将限制查看列表时获取的资源数量,有助于在具有大量资源的系统中提高 UI 的响应速度。
7109
- checkboxLabel: 启用要求命名空间/项目过滤
7110
- incompatibleDescription: "\"要求命名空间/项目过滤\"与手动刷新和增量加载不兼容,无法同时启用。"
7465
+ label: 要求资源组/项目过滤
7466
+ description: 用户需要选择资源组和/或项目。这将限制查看列表时获取的资源数量,有助于在具有大量资源的系统中提高 UI 的响应速度。
7467
+ checkboxLabel: 启用要求资源组/项目过滤
7468
+ incompatibleDescription: "\"要求资源组/项目过滤\"与手动刷新和增量加载不兼容,无法同时启用。"
7111
7469
  advancedWorker:
7112
7470
  label: Websocket Web Worker
7113
7471
  description: 推送到 UI 的资源更新来自 WebSocket,并在 UI 线程中处理。启用此选项可在单独的线程中处理 Web Worker 中的集群 WebSocket 更新。这有助于提高 UI 在资源经常变化的系统中的响应能力。
@@ -7124,9 +7482,9 @@ performance:
7124
7482
  banner:
7125
7483
  label: 固定横幅
7126
7484
  settingName: 横幅
7127
- bannerHeader: 标题横幅
7128
- bannerFooter: 页脚横幅
7129
- bannerConsent: 登录屏幕横幅
7485
+ headerBanner: 标题横幅
7486
+ footerBanner: 页脚横幅
7487
+ loginScreenBanner: 登录屏幕横幅
7130
7488
  text: 文本
7131
7489
  buttonText: 同意按钮文本
7132
7490
  textColor: 文本颜色
@@ -7154,7 +7512,7 @@ banner:
7154
7512
  consentFootnote: "提示:使用 \n 进行换行"
7155
7513
 
7156
7514
  branding:
7157
- label: 品牌
7515
+ label: 界面
7158
7516
  directoryName: 品牌资产目录名称
7159
7517
  logos:
7160
7518
  label: Logo
@@ -7164,6 +7522,22 @@ branding:
7164
7522
  uploadLight: 上传浅色 Logo
7165
7523
  uploadDark: 上传深色 Logo
7166
7524
  useCustom: 使用自定义 Logo
7525
+ banner:
7526
+ label: 横幅
7527
+ tip: '上传图片以替换仪表板页面中的默认 Rancher 横幅。推荐使用宽高比为 6:1 的 SVG 图像。默认图片尺寸为 4197x633。最大文件大小为 200KB。可接受格式:JPEG、PNG、SVG。'
7528
+ lightPreview: 浅色主题预览
7529
+ darkPreview: 深色主题预览
7530
+ uploadLight: 上传浅色横幅
7531
+ uploadDark: 上传深色横幅
7532
+ useCustom: 使用自定义横幅
7533
+ loginBackground:
7534
+ label: 登录背景
7535
+ tip: '上传图片以替换登录页面的默认 Rancher 背景。推荐使用宽高比为 7:8 的 SVG 图像。默认图片尺寸为 683x768。最大文件大小为 200KB。可接受格式:JPEG、PNG、SVG。'
7536
+ lightPreview: 浅色主题预览
7537
+ darkPreview: 深色主题预览
7538
+ uploadLight: 上传浅色背景
7539
+ uploadDark: 上传深色背景
7540
+ useCustom: 使用自定义背景
7167
7541
  favicon:
7168
7542
  label: 网站图标
7169
7543
  tip: '上传一个网站图标来替换浏览器选项卡中的 Rancher 图标。最大文件大小为 20KB'
@@ -7175,7 +7549,7 @@ branding:
7175
7549
  suse: SUSE 主题
7176
7550
  custom: 自定义主题
7177
7551
  uiPL:
7178
- label: 自有品牌
7552
+ label: 系统名称
7179
7553
  color:
7180
7554
  label: 主颜色
7181
7555
  tip: 使用自定义颜色替换整个 UI 中使用的主颜色。
@@ -7196,12 +7570,12 @@ resourceQuota:
7196
7570
  label: 资源配额
7197
7571
  headers:
7198
7572
  limit: 限制
7199
- namespaceDefaultLimit: 命名空间默认限制
7573
+ namespaceDefaultLimit: 资源组默认限制
7200
7574
  projectLimit: 项目限制
7201
7575
  projectResourceAvailability: 项目资源可用性
7202
7576
  resourceType: 资源类型
7203
- helpText: 配置整个命名空间可用的资源量。
7204
- helpTextDetail: 整个命名空间可以使用的资源量。
7577
+ helpText: 配置整个资源组可用的资源量。
7578
+ helpTextDetail: 整个资源组可以使用的资源量。
7205
7579
  helpTextHarvester: VM 需要预留额外的内存。
7206
7580
  configMaps: ConfigMaps
7207
7581
  limitsCpu: CPU 限制
@@ -7217,7 +7591,7 @@ resourceQuota:
7217
7591
  servicesLoadBalancers: Service Load Balancer
7218
7592
  servicesNodePorts: Service Node Port
7219
7593
  namespaceLimit:
7220
- label: 命名空间限制
7594
+ label: 资源组限制
7221
7595
  projectLimit:
7222
7596
  label: 项目限制
7223
7597
  cpuPlaceholder: 例如:2000
@@ -7225,7 +7599,7 @@ resourceQuota:
7225
7599
  storagePlaceholder: 例如:50
7226
7600
  unitlessPlaceholder: 例如:50
7227
7601
  namespaceDefaultLimit:
7228
- label: 命名空间默认限制
7602
+ label: 资源组默认限制
7229
7603
  cpuPlaceholder: 例如:500
7230
7604
  memoryPlaceholder: 例如:1024
7231
7605
  storagePlaceholder: 例如:10
@@ -7233,8 +7607,8 @@ resourceQuota:
7233
7607
  add:
7234
7608
  label: 添加资源
7235
7609
  tooltip:
7236
- reserved: '其他命名空间:'
7237
- namespace: '此命名空间:'
7610
+ reserved: '其他资源组:'
7611
+ namespace: '此资源组:'
7238
7612
  available: '可用:'
7239
7613
  max: '总计:'
7240
7614
  customLinks:
@@ -7320,7 +7694,7 @@ legacy:
7320
7694
 
7321
7695
  project:
7322
7696
  label: 项目
7323
- select: "使用页面顶部的项目/命名空间筛选器选择一个项目,以查看其旧版项目功能。"
7697
+ select: "使用页面顶部的项目/资源组筛选器选择一个项目,以查看其旧版项目功能。"
7324
7698
 
7325
7699
  serverUpgrade:
7326
7700
  title: "{vendor} Server 已更改"
@@ -7346,7 +7720,9 @@ auth:
7346
7720
  label: 认证
7347
7721
  vncConsole:
7348
7722
  error:
7349
- message: Web VNC 控制台连接断开
7723
+ message: Web VNC 断开链接
7724
+ reconnecting:
7725
+ message: Web VNC控制台重新连接尝试
7350
7726
  charts:
7351
7727
  longhorn:
7352
7728
  group:
@@ -7669,3 +8045,89 @@ gitPicker:
7669
8045
  networkAttachmentDefinition:
7670
8046
  tabs:
7671
8047
  config: 配置
8048
+
8049
+
8050
+ component:
8051
+ drawer:
8052
+ chrome:
8053
+ ariaLabel:
8054
+ close: 关闭抽屉
8055
+ close: 关闭
8056
+ resourceDetailDrawer:
8057
+ title: "{resourceName} ({resourceType}) - 配置"
8058
+ editConfig: 编辑配置
8059
+ editYaml: 编辑YAML
8060
+ ariaLabel:
8061
+ editConfig: 编辑配置
8062
+ editYaml: 编辑YAML
8063
+ yamlTab:
8064
+ title: YAML
8065
+ configTab:
8066
+ title: 配置
8067
+ resource:
8068
+ detail:
8069
+ card:
8070
+ resourceUsage:
8071
+ used: Used
8072
+ amount: '{used} of {available}'
8073
+ cpu: CPU
8074
+ memory: Memory
8075
+ pods: Pods
8076
+ resourcesCard:
8077
+ title: 资源
8078
+ rows:
8079
+ services: 服务
8080
+ ingresses: Ingresses
8081
+ referredToBy: 参考
8082
+ refersTo: 引用
8083
+ podsCard:
8084
+ title: Pods
8085
+ ariaResourceName: pods
8086
+ insightsCard:
8087
+ title: Insights
8088
+ rows:
8089
+ conditions: Conditions
8090
+ events: Events
8091
+ scaler:
8092
+ ariaLabel:
8093
+ increase: Increase {resourceName}
8094
+ decrease: Decrease {resourceName}
8095
+ titleBar:
8096
+ showConfiguration: 显示配置
8097
+ ariaLabel:
8098
+ actionMenu: 更多操作
8099
+ showConfiguration: 显示{resource}的整个配置
8100
+ metadata:
8101
+ labelsAndAnnotations: 标签和注释
8102
+ identifyingInformation:
8103
+ createdBy: 创建
8104
+ namespace: 命名空间
8105
+ project: 项目
8106
+ age: 使用时长
8107
+ image: 图片
8108
+ ready: 准备
8109
+ up-to-date: Up-to-date
8110
+ available: 可用
8111
+ serviceAccount: 服务帐户
8112
+ type: 类型
8113
+ certificate: 证书
8114
+ issuer: Issuer
8115
+ expires: 到期
8116
+ workspace: 工作区
8117
+ annotations:
8118
+ title: 注释
8119
+ labels:
8120
+ title: 标签
8121
+ keyValue:
8122
+ noRows: 此资源上没有配置{propertyName}.
8123
+ showConfiguration: 显示配置
8124
+
8125
+
8126
+
8127
+ customConversion:
8128
+ Tenant: 租户
8129
+ Cluster Owner: 所有者
8130
+ Project Owner: 项目负责人
8131
+
8132
+
8133
+