@rancher/shell 0.1.21 → 0.2.2
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.
- package/assets/styles/global/_button.scss +1 -0
- package/assets/translations/en-us.yaml +56 -10
- package/assets/translations/zh-hans.yaml +346 -117
- package/components/Carousel.vue +25 -9
- package/components/HarvesterServiceAddOnConfig.vue +10 -10
- package/components/Import.vue +7 -1
- package/components/ResourceList/index.vue +34 -14
- package/components/ResourceTable.vue +19 -0
- package/components/SortableTable/THead.vue +311 -70
- package/components/SortableTable/advanced-filtering.js +272 -0
- package/components/SortableTable/filtering.js +90 -29
- package/components/SortableTable/index.vue +480 -271
- package/components/form/MatchExpressions.vue +15 -3
- package/components/form/WorkloadPorts.vue +2 -2
- package/components/nav/Header.vue +14 -1
- package/config/product/settings.js +1 -0
- package/config/product/uiplugins.js +1 -0
- package/config/uiplugins.js +13 -0
- package/creators/app/init +2 -2
- package/creators/app/package.json +1 -1
- package/creators/pkg/package.json +1 -1
- package/detail/cis.cattle.io.clusterscan.vue +6 -2
- package/detail/provisioning.cattle.io.cluster.vue +3 -3
- package/edit/provisioning.cattle.io.cluster/DrainOptions.vue +0 -1
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +5 -3
- package/edit/provisioning.cattle.io.cluster/rke2.vue +25 -24
- package/edit/service.vue +1 -1
- package/list/node.vue +7 -2
- package/mixins/resource-manager.js +5 -0
- package/models/cluster.x-k8s.io.machinedeployment.js +8 -0
- package/models/management.cattle.io.cluster.js +14 -1
- package/nuxt.config.js +113 -108
- package/package.json +1 -1
- package/pages/c/_cluster/apps/charts/index.vue +1 -1
- package/pages/c/_cluster/apps/charts/install.vue +106 -32
- package/pages/c/_cluster/settings/performance.vue +11 -0
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +16 -2
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +5 -2
- package/pages/c/_cluster/uiplugins/RemoveUIPlugins.vue +28 -6
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +1 -1
- package/pages/c/_cluster/uiplugins/index.vue +49 -12
- package/promptRemove/mixin/roleDeletionCheck.js +15 -1
- package/scripts/record-deps.js +3 -3
- package/scripts/test-plugins-build.sh +1 -0
- package/scripts/typegen.sh +2 -2
- package/store/type-map.js +13 -2
- package/types/vue-shim.d +20 -0
- package/utils/create-yaml.js +30 -6
- package/creators/update/yarn-error.log +0 -54
- package/rancher-components/BadgeState/BadgeState.spec.ts +0 -12
- package/rancher-components/BadgeState/BadgeState.vue +0 -107
- package/rancher-components/BadgeState/index.ts +0 -1
- package/rancher-components/Banner/Banner.test.ts +0 -13
- package/rancher-components/Banner/Banner.vue +0 -163
- package/rancher-components/Banner/index.ts +0 -1
- package/rancher-components/Card/Card.vue +0 -150
- package/rancher-components/Card/index.ts +0 -1
- package/rancher-components/Form/Checkbox/Checkbox.test.ts +0 -77
- package/rancher-components/Form/Checkbox/Checkbox.vue +0 -395
- package/rancher-components/Form/Checkbox/index.ts +0 -1
- package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +0 -29
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +0 -343
- package/rancher-components/Form/LabeledInput/index.ts +0 -1
- package/rancher-components/Form/Radio/RadioButton.vue +0 -270
- package/rancher-components/Form/Radio/RadioGroup.vue +0 -235
- package/rancher-components/Form/Radio/index.ts +0 -2
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +0 -168
- package/rancher-components/Form/TextArea/index.ts +0 -1
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.test.ts +0 -107
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +0 -137
- package/rancher-components/Form/ToggleSwitch/index.ts +0 -1
- package/rancher-components/Form/index.ts +0 -5
- package/rancher-components/LabeledTooltip/LabeledTooltip.vue +0 -137
- package/rancher-components/LabeledTooltip/index.ts +0 -1
- package/rancher-components/components/BadgeState/BadgeState.spec.ts +0 -12
- package/rancher-components/components/BadgeState/BadgeState.vue +0 -107
- package/rancher-components/components/BadgeState/index.ts +0 -1
- package/rancher-components/components/Banner/Banner.test.ts +0 -13
- package/rancher-components/components/Banner/Banner.vue +0 -163
- package/rancher-components/components/Banner/index.ts +0 -1
- package/rancher-components/components/Card/Card.vue +0 -150
- package/rancher-components/components/Card/index.ts +0 -1
- package/rancher-components/components/Form/Checkbox/Checkbox.test.ts +0 -77
- package/rancher-components/components/Form/Checkbox/Checkbox.vue +0 -395
- package/rancher-components/components/Form/Checkbox/index.ts +0 -1
- package/rancher-components/components/Form/LabeledInput/LabeledInput.test.ts +0 -29
- package/rancher-components/components/Form/LabeledInput/LabeledInput.vue +0 -343
- package/rancher-components/components/Form/LabeledInput/index.ts +0 -1
- package/rancher-components/components/Form/Radio/RadioButton.vue +0 -270
- package/rancher-components/components/Form/Radio/RadioGroup.vue +0 -235
- package/rancher-components/components/Form/Radio/index.ts +0 -2
- package/rancher-components/components/Form/TextArea/TextAreaAutoGrow.vue +0 -168
- package/rancher-components/components/Form/TextArea/index.ts +0 -1
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.test.ts +0 -107
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.vue +0 -137
- package/rancher-components/components/Form/ToggleSwitch/index.ts +0 -1
- package/rancher-components/components/Form/index.ts +0 -5
- package/rancher-components/components/LabeledTooltip/LabeledTooltip.vue +0 -137
- package/rancher-components/components/LabeledTooltip/index.ts +0 -1
|
@@ -43,10 +43,12 @@ generic:
|
|
|
43
43
|
info: 信息
|
|
44
44
|
warning: 警告
|
|
45
45
|
error: 错误
|
|
46
|
+
ok: OK
|
|
46
47
|
overview: 概述
|
|
47
48
|
plusMore: "+ {n} 更多"
|
|
48
49
|
readFromFile: 从文件读取
|
|
49
50
|
readFromFolder: 从文件夹读取
|
|
51
|
+
reload: 重新加载
|
|
50
52
|
register: 注册
|
|
51
53
|
remove: 移除
|
|
52
54
|
resource: |-
|
|
@@ -188,10 +190,12 @@ product:
|
|
|
188
190
|
settings: 全局设置
|
|
189
191
|
clusterManagement: 集群管理
|
|
190
192
|
monitoring: 监控
|
|
191
|
-
mcapps:
|
|
193
|
+
mcapps: 全局配置
|
|
192
194
|
neuvector: NeuVector
|
|
193
195
|
harvesterManager: 虚拟化管理
|
|
194
196
|
rancher: Rancher
|
|
197
|
+
uiplugins: 扩展
|
|
198
|
+
elemental: OS 管理
|
|
195
199
|
|
|
196
200
|
suffix:
|
|
197
201
|
percent: "%"
|
|
@@ -247,19 +251,26 @@ about:
|
|
|
247
251
|
checkboxLabel: 发出其它请求
|
|
248
252
|
systemInformation:
|
|
249
253
|
subtitle: 系统信息
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
deviceMemory:
|
|
255
|
-
hardwareConcurrency:
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
browser: 浏览器
|
|
255
|
+
browserInfo: "用户浏览器:{userAgent};语言:{language};是否启用了 Cookies:{cookieEnabled}"
|
|
256
|
+
system: 系统
|
|
257
|
+
jsMemory: Javascript 内存
|
|
258
|
+
deviceMemory: "设备内存:{deviceMemory}"
|
|
259
|
+
hardwareConcurrency: "硬件并发:{hardwareConcurrency}"
|
|
260
|
+
os: "操作系统:{platform}"
|
|
261
|
+
memJsHeapLimit: "堆大小限制:{jsHeapSizeLimit}"
|
|
262
|
+
memTotalJsHeapSize: "总堆大小:{totalJSHeapSize}"
|
|
263
|
+
memUsedJsHeapSize: "已使用的堆大小:{usedJSHeapSize}"
|
|
259
264
|
logs:
|
|
260
265
|
subtitle: 最新日志
|
|
261
|
-
resourceCounts:
|
|
262
|
-
|
|
266
|
+
resourceCounts: |-
|
|
267
|
+
{count, plural,
|
|
268
|
+
one { 集群资源数量({count} 集群)}
|
|
269
|
+
other { 集群资源数量({count} 集群)}
|
|
270
|
+
}
|
|
271
|
+
modal:
|
|
272
|
+
title: 未生成响应时间。
|
|
273
|
+
body: 生成响应时间以提供更具体的信息。
|
|
263
274
|
|
|
264
275
|
accountAndKeys:
|
|
265
276
|
title: 账号 & API 密钥
|
|
@@ -294,12 +305,12 @@ accountAndKeys:
|
|
|
294
305
|
scope: 范围
|
|
295
306
|
noScope: 无范围
|
|
296
307
|
info:
|
|
297
|
-
accessKey:
|
|
298
|
-
secretKey:
|
|
308
|
+
accessKey: Access Key
|
|
309
|
+
secretKey: Secret Key
|
|
299
310
|
bearerToken: 持有者令牌
|
|
300
311
|
saveWarning: 请善保存以上的信息。这是你唯一查看该信息的机会。如果丢失这些信息,你需要创建一个新的 API 密钥。
|
|
301
312
|
keyCreated: 已创建一个新的 API 密钥。
|
|
302
|
-
bearerTokenTip: "
|
|
313
|
+
bearerTokenTip: "Access Key 和 Secret Key 可以作为 HTTP Basic auth 的用户名和密码发送,从而授权请求。你也可以将它们组合起来作为一个持有者令牌使用。"
|
|
303
314
|
ttlLimitedWarning: 系统配置导致该 API 密钥的到期时间缩短了。
|
|
304
315
|
|
|
305
316
|
addClusterMemberDialog:
|
|
@@ -362,8 +373,8 @@ authConfig:
|
|
|
362
373
|
label: OAuth 凭证
|
|
363
374
|
tip: 你可以在 Google API 开发者控制台中找到 OAuth 凭证的 JSON 文件。
|
|
364
375
|
serviceAccountCredentials:
|
|
365
|
-
label:
|
|
366
|
-
tip: 你可以在 Google API
|
|
376
|
+
label: Service Account 凭证
|
|
377
|
+
tip: 你可以在 Google API 控制台的 Service Account 区域,找到 Service Account 凭证的 JSON 文件。
|
|
367
378
|
steps:
|
|
368
379
|
1:
|
|
369
380
|
title: '点击<a href="https://console.developers.google.com/apis/credentials" target="_blank" rel="noopener noreferrer nofollow">此处</a>在新窗口中进入应用设置。'
|
|
@@ -383,12 +394,12 @@ authConfig:
|
|
|
383
394
|
4: '点击 "Create",然后点击 "Download JSON" 按钮。'
|
|
384
395
|
5: '在 OAuth 凭证框中,上传下载的 JSON 文件。'
|
|
385
396
|
3:
|
|
386
|
-
title: '
|
|
397
|
+
title: '创建 Service Account 凭证'
|
|
387
398
|
introduction: '参照本<a href="{docsBase}/admin-settings/authentication/google/#3-creating-service-account-credentials" target="_blank" rel="noopener noreferrer nofollow">指南</a>:'
|
|
388
399
|
body:
|
|
389
|
-
1:
|
|
390
|
-
2:
|
|
391
|
-
3: 在你的 Google
|
|
400
|
+
1: 创建一个 Service Account。
|
|
401
|
+
2: 为这个 Service Account 生成密钥。
|
|
402
|
+
3: 在你的 Google 域名中添加 Service Account 作为 OAuth 客户端。
|
|
392
403
|
ldap:
|
|
393
404
|
freeipa: 配置 FreeIPA server。
|
|
394
405
|
activedirectory: 配置 Active Directory 账号。
|
|
@@ -426,8 +437,8 @@ authConfig:
|
|
|
426
437
|
searchFilter: 搜索过滤条件
|
|
427
438
|
serverConnectionTimeout: 服务器连接超时
|
|
428
439
|
serviceAccountDN: Service Account 标识名称
|
|
429
|
-
serviceAccountPassword:
|
|
430
|
-
serviceAccountInfo: '{vendor}
|
|
440
|
+
serviceAccountPassword: Service Account 密码
|
|
441
|
+
serviceAccountInfo: '{vendor} 需要一个对所有能够登录的域名都有只读访问权的 Service Account,以在用户使用 API 密钥进行请求时,确定用户属于什么组。'
|
|
431
442
|
starttls:
|
|
432
443
|
label: 启动 TLS
|
|
433
444
|
tip: 通过在连接过程中使用 TLS 封装来升级非加密连接。不能与 TLS 结合使用。
|
|
@@ -569,7 +580,7 @@ asyncButton:
|
|
|
569
580
|
waiting: 正在停用…
|
|
570
581
|
success: 已停用
|
|
571
582
|
diagnostic:
|
|
572
|
-
action:
|
|
583
|
+
action: 下载诊断包
|
|
573
584
|
success: 正在保存
|
|
574
585
|
waiting: 正在下载…
|
|
575
586
|
done:
|
|
@@ -602,8 +613,12 @@ asyncButton:
|
|
|
602
613
|
waiting: 正在导入…
|
|
603
614
|
install:
|
|
604
615
|
action: 安装
|
|
605
|
-
success:
|
|
606
|
-
waiting:
|
|
616
|
+
success: 已安装
|
|
617
|
+
waiting: 正在安装…
|
|
618
|
+
load:
|
|
619
|
+
action: 加载
|
|
620
|
+
success: 已加载
|
|
621
|
+
waiting: 正在加载…
|
|
607
622
|
pause:
|
|
608
623
|
action: 暂停编排
|
|
609
624
|
success: 已暂停编排
|
|
@@ -646,6 +661,10 @@ asyncButton:
|
|
|
646
661
|
action: 立即创建快照
|
|
647
662
|
waiting: 已启动快照…
|
|
648
663
|
success: 正在创建快照
|
|
664
|
+
timing:
|
|
665
|
+
action: 生成响应时间
|
|
666
|
+
waiting: 正在生成…
|
|
667
|
+
success: 已生成响应时间
|
|
649
668
|
uninstall:
|
|
650
669
|
action: 卸载
|
|
651
670
|
success: 已卸载
|
|
@@ -739,8 +758,6 @@ backupRestoreOperator:
|
|
|
739
758
|
useDefault: 使用安装时配置的默认存储位置
|
|
740
759
|
targetBackup: 目标备份
|
|
741
760
|
|
|
742
|
-
|
|
743
|
-
|
|
744
761
|
catalog:
|
|
745
762
|
app:
|
|
746
763
|
managed: 托管
|
|
@@ -754,6 +771,13 @@ catalog:
|
|
|
754
771
|
busy: "{app} 完全安装后,相关资源会出现。"
|
|
755
772
|
values: Values YAML
|
|
756
773
|
chart:
|
|
774
|
+
registry:
|
|
775
|
+
label: 容器镜像仓库
|
|
776
|
+
tooltip: 容器镜像是从 Cluster Container 中拉取的,如果拉取失败,则从系统容器镜像仓库中拉取。要更改默认行为,请在此处输入或更新镜像仓库。
|
|
777
|
+
custom:
|
|
778
|
+
checkBoxLabel: Rancher 系统容器镜像的容器镜像仓库
|
|
779
|
+
inputLabel: 容器镜像仓库
|
|
780
|
+
placeholder: 镜像仓库域名和端口,例如:registry.io:5000
|
|
757
781
|
header:
|
|
758
782
|
charts: Chart
|
|
759
783
|
info:
|
|
@@ -812,7 +836,8 @@ catalog:
|
|
|
812
836
|
enableLegacy:
|
|
813
837
|
prompt: 想编辑这个应用,你需要添加旧版功能。
|
|
814
838
|
goto: 前往功能开关设置
|
|
815
|
-
navigate:
|
|
839
|
+
navigate: 导航到旧版应用程序
|
|
840
|
+
mcmNotSupported: 无法通过此 UI 管理旧版多集群应用程序
|
|
816
841
|
category:
|
|
817
842
|
legacy: 旧版应用
|
|
818
843
|
mcm: 多集群
|
|
@@ -914,6 +939,8 @@ catalog:
|
|
|
914
939
|
rancher-charts: '{vendor}'
|
|
915
940
|
rancher-partner-charts: Partner
|
|
916
941
|
rancher-rke2-charts: RKE2
|
|
942
|
+
rancher-ui-plugins: Rancher 扩展
|
|
943
|
+
|
|
917
944
|
target:
|
|
918
945
|
git: 包含定义了 Helm Chart 或集群模板的 Git 仓库。
|
|
919
946
|
http: 指向 Helm 生成的索引 HTTP(S) URL
|
|
@@ -1090,14 +1117,14 @@ cluster:
|
|
|
1090
1117
|
none: 选择凭证
|
|
1091
1118
|
aws:
|
|
1092
1119
|
accessKey:
|
|
1093
|
-
label:
|
|
1094
|
-
placeholder: 你的 AWS
|
|
1120
|
+
label: Access Key
|
|
1121
|
+
placeholder: 你的 AWS Access Key
|
|
1095
1122
|
defaultRegion:
|
|
1096
1123
|
help: 创建集群时使用的默认区域。需要验证此凭证是否有效。
|
|
1097
1124
|
label: 默认区域
|
|
1098
1125
|
secretKey:
|
|
1099
|
-
label:
|
|
1100
|
-
placeholder: 你的 AWS
|
|
1126
|
+
label: Secret Key
|
|
1127
|
+
placeholder: 你的 AWS Secret Key
|
|
1101
1128
|
azure:
|
|
1102
1129
|
clientId:
|
|
1103
1130
|
label: 客户端 ID
|
|
@@ -1125,8 +1152,8 @@ cluster:
|
|
|
1125
1152
|
placeholder: 此凭证的名称(可选)
|
|
1126
1153
|
s3:
|
|
1127
1154
|
accessKey:
|
|
1128
|
-
label:
|
|
1129
|
-
placeholder: 你的 API
|
|
1155
|
+
label: Access Key
|
|
1156
|
+
placeholder: 你的 API Access Key
|
|
1130
1157
|
defaultRegion:
|
|
1131
1158
|
label: 默认区域
|
|
1132
1159
|
placeholder: "可选:要使用的默认区域"
|
|
@@ -1146,7 +1173,7 @@ cluster:
|
|
|
1146
1173
|
label: 接受任何证书(不安全)
|
|
1147
1174
|
secretKey:
|
|
1148
1175
|
label: SecretKey
|
|
1149
|
-
placeholder: 你的 API
|
|
1176
|
+
placeholder: 你的 API Secret Key
|
|
1150
1177
|
vmwarevsphere:
|
|
1151
1178
|
server:
|
|
1152
1179
|
label: vCenter 或 ESXi Server
|
|
@@ -1160,16 +1187,16 @@ cluster:
|
|
|
1160
1187
|
note: '注意:免费的 ESXi 许可证不支持 API 访问。仅支持具有有效或评估许可证的服务器。'
|
|
1161
1188
|
gcp:
|
|
1162
1189
|
authEncodedJson:
|
|
1163
|
-
label:
|
|
1164
|
-
placeholder:
|
|
1190
|
+
label: Service Account
|
|
1191
|
+
placeholder: Service Account 私钥 JSON 文件
|
|
1165
1192
|
help: |-
|
|
1166
|
-
<p
|
|
1193
|
+
<p>创建一个 <a href="https://console.cloud.google.com/projectselector/iam-admin/serviceaccounts" target="_blank" rel="noopener noreferrer nofollow">Service Account</a> JSON 私钥文件,并在此处提供 JSON 文件。
|
|
1167
1194
|
需要以下 IAM 角色:</p>
|
|
1168
1195
|
<ul>
|
|
1169
1196
|
<li><b>计算引擎</b>:Compute Viewer (roles/compute.viewer)</li>
|
|
1170
1197
|
<li><b>项目</b>:Viewer (roles/viewer)</li>
|
|
1171
1198
|
<li><b>Kubernetes 引擎</b>:Kubernetes 引擎管理员 (roles/container.admin)</li>
|
|
1172
|
-
<li><b
|
|
1199
|
+
<li><b>Service Account</b>:Service Account 用户(roles/iam.serviceAccountUser)</li>
|
|
1173
1200
|
</ul>
|
|
1174
1201
|
点击<a href="https://cloud.google.com/kubernetes-engine/docs/how-to/iam-integration" target="_blank" rel="noopener noreferrer nofollow">此处</a>查看更多角色相关的信息。
|
|
1175
1202
|
harvester:
|
|
@@ -1203,10 +1230,13 @@ cluster:
|
|
|
1203
1230
|
warning:
|
|
1204
1231
|
label: 这是一个 Harvester 集群 - 请启用 Harvester 功能开关以对其进行管理。
|
|
1205
1232
|
state: 警告
|
|
1233
|
+
cloudProvider:
|
|
1234
|
+
incompatible:
|
|
1235
|
+
由于当前的 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 版本。
|
|
1206
1236
|
clusterWarning: |-
|
|
1207
1237
|
还有 {count, plural,
|
|
1208
|
-
=1 {1个 Harvester 集群未显示}
|
|
1209
|
-
other {
|
|
1238
|
+
=1 {1 个 Harvester 集群未显示}
|
|
1239
|
+
other { # 个 Harvester 集群未显示}
|
|
1210
1240
|
}
|
|
1211
1241
|
registration:
|
|
1212
1242
|
step1: "1. 前往目标 Harvester UI 的<code>高级设置</code>页面。"
|
|
@@ -1537,11 +1567,11 @@ cluster:
|
|
|
1537
1567
|
=5 {}
|
|
1538
1568
|
=6 { 集群的节点数需要是奇数。}
|
|
1539
1569
|
=7 {}
|
|
1540
|
-
other { 不建议创建多于7个ETCD 节点。}
|
|
1570
|
+
other { 不建议创建多于 7 个ETCD 节点。}
|
|
1541
1571
|
}
|
|
1542
1572
|
worker: |-
|
|
1543
1573
|
{count, plural,
|
|
1544
|
-
=0 { 一个集群需要至少1个可用的 Worker 节点。}
|
|
1574
|
+
=0 { 一个集群需要至少 1 个可用的 Worker 节点。}
|
|
1545
1575
|
=1 { 只有1个 Worker 节点的集群是不具备容错能力的。}
|
|
1546
1576
|
other {}
|
|
1547
1577
|
}
|
|
@@ -1554,6 +1584,9 @@ cluster:
|
|
|
1554
1584
|
label: 角色
|
|
1555
1585
|
labels:
|
|
1556
1586
|
label: Kubernetes 节点标签
|
|
1587
|
+
noAccessBanner: "你没有查看此主机池配置的权限。"
|
|
1588
|
+
configNotFound: "找不到这个主机池的配置。建议你创建一个具有所需配置的新集群。"
|
|
1589
|
+
noPoolsDisclaimer: 你没有定义任何主机池,请单击加号进行添加。
|
|
1557
1590
|
autoReplace:
|
|
1558
1591
|
label: 自动替换
|
|
1559
1592
|
toolTip: 如果大于 0,则在此期间无法访问的节点将被自动删除和替换。
|
|
@@ -1569,10 +1602,10 @@ cluster:
|
|
|
1569
1602
|
noResults: 没有匹配的结果
|
|
1570
1603
|
privateRegistry:
|
|
1571
1604
|
systemDefaultRegistry:
|
|
1572
|
-
label: 用于
|
|
1605
|
+
label: 用于 Rancher 系统容器镜像的仓库主机名
|
|
1573
1606
|
mode:
|
|
1574
|
-
public:
|
|
1575
|
-
private:
|
|
1607
|
+
public: 用于 Rancher 系统容器镜像的默认全局镜像仓库
|
|
1608
|
+
private: 为 Rancher 系统容器镜像使用指定的私有镜像仓库
|
|
1576
1609
|
advanced: 配置高级容器 Mirror 和仓库验证选项
|
|
1577
1610
|
provider:
|
|
1578
1611
|
aliyunecs: Aliyun ECS
|
|
@@ -1623,13 +1656,14 @@ cluster:
|
|
|
1623
1656
|
rancherkubernetesengine: RKE
|
|
1624
1657
|
rke2: RKE2
|
|
1625
1658
|
rke: RKE1
|
|
1626
|
-
rkeWindows: Windows
|
|
1659
|
+
rkeWindows: Windows(仅限 RKE1)
|
|
1627
1660
|
s3: S3 兼容
|
|
1628
1661
|
softlayer: IBM 云
|
|
1629
1662
|
tencenttke: 腾讯云 TKE
|
|
1630
1663
|
upcloud: UpCloud
|
|
1631
1664
|
vmwarevsphere: VMware vSphere
|
|
1632
1665
|
zstack: ZStack
|
|
1666
|
+
machineinventoryselectortemplate: Elemental 集群
|
|
1633
1667
|
providerTag:
|
|
1634
1668
|
rke2:
|
|
1635
1669
|
harvester: '{tag}'
|
|
@@ -1662,6 +1696,7 @@ cluster:
|
|
|
1662
1696
|
label: 默认 Pod 安全策略
|
|
1663
1697
|
enableNetworkPolicy:
|
|
1664
1698
|
label: 项目网络隔离
|
|
1699
|
+
warning: 默认情况下,Ingress Controller 无法将请求路由到其他节点上的 Pod。
|
|
1665
1700
|
workNode:
|
|
1666
1701
|
label: Worker 节点
|
|
1667
1702
|
controlPlaneConcurrency:
|
|
@@ -1686,7 +1721,7 @@ cluster:
|
|
|
1686
1721
|
domain:
|
|
1687
1722
|
label: 集群域名
|
|
1688
1723
|
nodePortRange:
|
|
1689
|
-
label:
|
|
1724
|
+
label: Node Port Service 端口范围
|
|
1690
1725
|
tlsSan:
|
|
1691
1726
|
label: TLS 可选名称
|
|
1692
1727
|
fqdn:
|
|
@@ -1968,8 +2003,8 @@ fleet:
|
|
|
1968
2003
|
revisionLabel: Tag 或 Commit Hash
|
|
1969
2004
|
revisionPlaceholder: 例如:v1.0.0
|
|
1970
2005
|
serviceAccount:
|
|
1971
|
-
label:
|
|
1972
|
-
placeholder: "
|
|
2006
|
+
label: Service Account 名称
|
|
2007
|
+
placeholder: "(选填)在目标集群中使用 Service Account"
|
|
1973
2008
|
targetNamespace:
|
|
1974
2009
|
label: 目标命名空间
|
|
1975
2010
|
placeholder: "(选填)要求所有资源都在此命名空间内"
|
|
@@ -2082,6 +2117,7 @@ glance:
|
|
|
2082
2117
|
installMonitoring: 安装 Monitoring
|
|
2083
2118
|
v1MonitoringInstalled: 已安装 Monitoring V1
|
|
2084
2119
|
clusterInfo: 集群信息
|
|
2120
|
+
eventsTable: 完整事件列表
|
|
2085
2121
|
|
|
2086
2122
|
clusterBadge:
|
|
2087
2123
|
addLabel: 添加集群徽章
|
|
@@ -2111,9 +2147,15 @@ graphOptions:
|
|
|
2111
2147
|
|
|
2112
2148
|
growl:
|
|
2113
2149
|
clearAll: 清除全部通知
|
|
2114
|
-
|
|
2115
|
-
message: "与 {url}
|
|
2150
|
+
disconnectError:
|
|
2151
|
+
message: "与 {url} 的连接在 {time} 意外断开,重连 {tries} 次后断开连接。请检查你的网络连接并重新加载页面。"
|
|
2116
2152
|
title: Websocket 断开连接
|
|
2153
|
+
connectError:
|
|
2154
|
+
message: "与 {url} 的连接在 {time} 意外断开,重连次数为 #{tries}。"
|
|
2155
|
+
title: Websocket 重新连接
|
|
2156
|
+
reconnected:
|
|
2157
|
+
message: "在尝试第 #{tries} 次时恢复了与 {url} 的连接。"
|
|
2158
|
+
title: Websocket 已重新连接
|
|
2117
2159
|
|
|
2118
2160
|
hpa:
|
|
2119
2161
|
detail:
|
|
@@ -2281,17 +2323,17 @@ istio:
|
|
|
2281
2323
|
name:
|
|
2282
2324
|
placeholder: 例如:myrule
|
|
2283
2325
|
loadBalancer:
|
|
2284
|
-
title:
|
|
2326
|
+
title: Load Balancer
|
|
2285
2327
|
label: 算法
|
|
2286
|
-
detail:
|
|
2328
|
+
detail: 配置 Load Balancer 算法
|
|
2287
2329
|
simple:
|
|
2288
2330
|
label: 使用标准负载均衡算法
|
|
2289
2331
|
roundRobin:
|
|
2290
2332
|
label: 轮询策略
|
|
2291
2333
|
leastConn:
|
|
2292
|
-
label:
|
|
2334
|
+
label: 最小连接数 Load Balancer
|
|
2293
2335
|
random:
|
|
2294
|
-
label:
|
|
2336
|
+
label: 随机 Load Balancer
|
|
2295
2337
|
passthrough:
|
|
2296
2338
|
label: 透传
|
|
2297
2339
|
consistentHash:
|
|
@@ -2457,6 +2499,9 @@ landing:
|
|
|
2457
2499
|
seeWhatsNew: 点击右侧链接,了解此版本的新功能和优化。
|
|
2458
2500
|
whatsNewLink: "2.6 的新功能"
|
|
2459
2501
|
learnMore: 了解更多
|
|
2502
|
+
support: 支持
|
|
2503
|
+
psps: PSP
|
|
2504
|
+
deprecatedPsp: Pod 安全策略自 Kubernetes v1.21 起已弃用,并已在 Kubernetes v1.25 中删除。你在此集群中有一个或多个 PSP 资源。
|
|
2460
2505
|
community:
|
|
2461
2506
|
title: 社区支持
|
|
2462
2507
|
docs: Rancher 官方文档
|
|
@@ -2558,16 +2603,16 @@ logging:
|
|
|
2558
2603
|
awsElasticsearch:
|
|
2559
2604
|
url: URL
|
|
2560
2605
|
keyId: 密钥 ID
|
|
2561
|
-
secretKey:
|
|
2606
|
+
secretKey: Secret Key
|
|
2562
2607
|
azurestorage:
|
|
2563
2608
|
storageAccount: 账号
|
|
2564
|
-
accessKey:
|
|
2609
|
+
accessKey: Access Key
|
|
2565
2610
|
container: 容器
|
|
2566
2611
|
path: 路径
|
|
2567
2612
|
storeAs: 存储为
|
|
2568
2613
|
cloudwatch:
|
|
2569
2614
|
keyId: 密钥 ID
|
|
2570
|
-
secretKey:
|
|
2615
|
+
secretKey: Secret Key
|
|
2571
2616
|
endpoint: 端点
|
|
2572
2617
|
region: 区域
|
|
2573
2618
|
logGroupName: 日志组名称
|
|
@@ -2588,7 +2633,7 @@ logging:
|
|
|
2588
2633
|
kinesisStream:
|
|
2589
2634
|
streamName: 流名称
|
|
2590
2635
|
keyId: 密钥 ID
|
|
2591
|
-
secretKey:
|
|
2636
|
+
secretKey: Secret Key
|
|
2592
2637
|
logdna:
|
|
2593
2638
|
apiKey: API 密钥
|
|
2594
2639
|
hostname: 主机名
|
|
@@ -2628,7 +2673,7 @@ logging:
|
|
|
2628
2673
|
timekeyUseUTC: Timekey 使用 UTC
|
|
2629
2674
|
s3:
|
|
2630
2675
|
keyId: 密钥 ID
|
|
2631
|
-
secretKey:
|
|
2676
|
+
secretKey: Secret Key
|
|
2632
2677
|
endpoint: 端点
|
|
2633
2678
|
bucket: 存储桶
|
|
2634
2679
|
path: 路径
|
|
@@ -3056,7 +3101,7 @@ alertmanagerConfigReceiver:
|
|
|
3056
3101
|
receiverTypes: "可以在表单中编辑以下接收器类型:Email、Slack、PagerDuty、Opsgenie 和 Webhook。如果是其他类型的接收器,则编辑 AlertmanagerConfig YAML。"
|
|
3057
3102
|
slack:
|
|
3058
3103
|
webhookUrl: Webhook URL
|
|
3059
|
-
apiUrlTooltip: 包含 Slack webhook URL
|
|
3104
|
+
apiUrlTooltip: 包含 Slack webhook URL 的 Secret Key。该密钥需要与 AlertmanagerConfig 对象位于同一命名空间中,并且可由 Prometheus Operator 访问。
|
|
3060
3105
|
monitoringRoute:
|
|
3061
3106
|
groups:
|
|
3062
3107
|
label: 分组依据
|
|
@@ -3175,7 +3220,7 @@ navLink:
|
|
|
3175
3220
|
label: 端口
|
|
3176
3221
|
placeholder: '例如:80'
|
|
3177
3222
|
scheme:
|
|
3178
|
-
label:
|
|
3223
|
+
label: Scheme
|
|
3179
3224
|
placeholder: '例如:http'
|
|
3180
3225
|
target:
|
|
3181
3226
|
label: 窗口目标
|
|
@@ -3645,6 +3690,98 @@ persistentVolumeClaim:
|
|
|
3645
3690
|
readWriteMany: 多节点读写
|
|
3646
3691
|
status:
|
|
3647
3692
|
label: 状态
|
|
3693
|
+
|
|
3694
|
+
# Rancher Extensions
|
|
3695
|
+
plugins:
|
|
3696
|
+
labels:
|
|
3697
|
+
builtin: 内置角色
|
|
3698
|
+
experimental: 实验功能
|
|
3699
|
+
third-party: 第三方
|
|
3700
|
+
installing: 正在安装...
|
|
3701
|
+
uninstalling: 正在卸载...
|
|
3702
|
+
descriptions:
|
|
3703
|
+
experimental: 这是实验性扩展
|
|
3704
|
+
third-party: 此扩展由第三方提供
|
|
3705
|
+
built-in: 这是内置扩展
|
|
3706
|
+
error:
|
|
3707
|
+
title: 加载扩展时出错
|
|
3708
|
+
message: 无法加载扩展代码
|
|
3709
|
+
generic: 扩展错误
|
|
3710
|
+
api: 此扩展与 Extensions API 不兼容
|
|
3711
|
+
host: 此扩展与此应用程序不兼容
|
|
3712
|
+
version: 此扩展与此 Rancher 版本不兼容
|
|
3713
|
+
load: 加载此扩展的代码时出错
|
|
3714
|
+
success:
|
|
3715
|
+
title: 已加载扩展 {name}
|
|
3716
|
+
message: 扩展加载成功
|
|
3717
|
+
developer:
|
|
3718
|
+
label: 开发者加载
|
|
3719
|
+
title: 开发者加载扩展
|
|
3720
|
+
prompt: 从 URL 加载扩展
|
|
3721
|
+
fields:
|
|
3722
|
+
url: 扩展 URL
|
|
3723
|
+
name: 扩展模块名称
|
|
3724
|
+
persist: 通过创建自定义资源来持久化扩展
|
|
3725
|
+
info:
|
|
3726
|
+
detail: 详情
|
|
3727
|
+
versions: 版本
|
|
3728
|
+
versionError: 无法加载版本信息
|
|
3729
|
+
empty:
|
|
3730
|
+
all: 扩展未安装或不可用
|
|
3731
|
+
available: 没有可用的扩展
|
|
3732
|
+
installed: 没有已安装的扩展
|
|
3733
|
+
updates: 没有可用于已安装扩展的更新
|
|
3734
|
+
loadError: 加载此扩展的代码时出错
|
|
3735
|
+
helmError: "通过 Helm 安装扩展时出错"
|
|
3736
|
+
manageRepos: 管理仓库
|
|
3737
|
+
tabs:
|
|
3738
|
+
all: 全部
|
|
3739
|
+
available: 可用
|
|
3740
|
+
installed: 已安装
|
|
3741
|
+
updates: 更新
|
|
3742
|
+
title: 扩展
|
|
3743
|
+
version: "版本:{version}"
|
|
3744
|
+
install:
|
|
3745
|
+
label: 安装
|
|
3746
|
+
title: 安装扩展 {name}
|
|
3747
|
+
prompt: "确定要安装此扩展吗?"
|
|
3748
|
+
version: 版本
|
|
3749
|
+
warnNotCertified: 请确保你已了解安装来自不受信任作者的扩展的风险
|
|
3750
|
+
update:
|
|
3751
|
+
label: 更新
|
|
3752
|
+
title: 更新扩展 {name}
|
|
3753
|
+
prompt: "确定要更新此扩展吗?"
|
|
3754
|
+
rollback:
|
|
3755
|
+
label: 回滚
|
|
3756
|
+
title: 回滚扩展 {name}
|
|
3757
|
+
prompt: "确定要回滚此扩展吗?"
|
|
3758
|
+
uninstall:
|
|
3759
|
+
label: 卸载
|
|
3760
|
+
title: "卸载扩展 {name}"
|
|
3761
|
+
prompt: "确定要卸载此扩展吗?"
|
|
3762
|
+
upgradeAvailable: 此扩展有可用的版本更新
|
|
3763
|
+
reload: 扩展已更改 - 需要重新加载
|
|
3764
|
+
safeMode:
|
|
3765
|
+
title: 扩展安全模式
|
|
3766
|
+
message: 未加载扩展
|
|
3767
|
+
setup:
|
|
3768
|
+
title: 未启用扩展支持
|
|
3769
|
+
prompt:
|
|
3770
|
+
cant: 自动安装不可用 - 找不到所需的 Helm Chart
|
|
3771
|
+
can: 你需要安装 Extension Operator
|
|
3772
|
+
install:
|
|
3773
|
+
title: 启用扩展支持?
|
|
3774
|
+
prompt: 这将安装 Helm Chart 以启用扩展支持
|
|
3775
|
+
airgap: Rancher Extensions 仓库提供了由 Rancher 发布的扩展。如果你的 Rancher 是离线的,请取消选中。
|
|
3776
|
+
addRancherRepo: 添加 Rancher Extension 仓库
|
|
3777
|
+
remove:
|
|
3778
|
+
label: 禁用扩展支持
|
|
3779
|
+
title: 禁用扩展支持?
|
|
3780
|
+
prompt: 这将卸载启用扩展支持的 Helm Chart
|
|
3781
|
+
registry:
|
|
3782
|
+
title: 删除 Rancher Rancher Extensions 仓库
|
|
3783
|
+
prompt: Rancher Extensions 仓库提供了由 Rancher 发布的扩展。
|
|
3784
|
+
|
|
3648
3785
|
prefs:
|
|
3649
3786
|
title: 偏好设置
|
|
3650
3787
|
theme:
|
|
@@ -3653,6 +3790,7 @@ prefs:
|
|
|
3653
3790
|
auto: 自动
|
|
3654
3791
|
dark: 深色
|
|
3655
3792
|
autoDetail: 自动模式使用系统设置,或在{pm}点到次日{am}点间自动切换到深色模式。
|
|
3793
|
+
language: 语言
|
|
3656
3794
|
landing:
|
|
3657
3795
|
label: 登录页面
|
|
3658
3796
|
vue: 集群浏览器
|
|
@@ -3677,12 +3815,14 @@ prefs:
|
|
|
3677
3815
|
sublime: '默认'
|
|
3678
3816
|
emacs: 'Emacs'
|
|
3679
3817
|
vim: 'Vim'
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3818
|
+
advFeatures:
|
|
3819
|
+
title: 高级功能
|
|
3820
|
+
viewInApi: 启用“在 API 中查看”
|
|
3821
|
+
allNamespaces: 显示由 Rancher 管理的 system 命名空间(不要编辑或删除)
|
|
3822
|
+
themeShortcut: 使用快捷键(shift+T)来切换深色/浅色主题
|
|
3823
|
+
pluginDeveloper: 启用扩展开发者功能
|
|
3684
3824
|
hideDesc:
|
|
3685
|
-
label:
|
|
3825
|
+
label: 隐藏所有类型描述
|
|
3686
3826
|
helm:
|
|
3687
3827
|
'true': 包括预发布版本
|
|
3688
3828
|
'false': 只显示正式版本
|
|
@@ -3768,7 +3908,7 @@ projectMembers:
|
|
|
3768
3908
|
projectcatalogsManage: 管理项目应用商店
|
|
3769
3909
|
projectroletemplatebindingsManage: 管理项目成员
|
|
3770
3910
|
secretsManage: 管理密文
|
|
3771
|
-
serviceaccountsManage:
|
|
3911
|
+
serviceaccountsManage: 管理 Service Account
|
|
3772
3912
|
servicesManage: 管理服务
|
|
3773
3913
|
persistentvolumeclaimsManage: 管理卷
|
|
3774
3914
|
workloadsManage: 管理工作负载
|
|
@@ -3778,7 +3918,7 @@ projectMembers:
|
|
|
3778
3918
|
projectcatalogsView: 查看项目应用商店
|
|
3779
3919
|
projectroletemplatebindingsView: 查看项目成员
|
|
3780
3920
|
secretsView: 查看密文
|
|
3781
|
-
serviceaccountsView:
|
|
3921
|
+
serviceaccountsView: 查看 Service Account
|
|
3782
3922
|
servicesView: 查看服务
|
|
3783
3923
|
persistentvolumeclaimsView: 查看卷
|
|
3784
3924
|
workloadsView: 查看工作负载
|
|
@@ -3971,6 +4111,18 @@ rbac:
|
|
|
3971
4111
|
noContext:
|
|
3972
4112
|
label: 没有内容
|
|
3973
4113
|
globalRoles:
|
|
4114
|
+
notBound: '没有绑定的用户 <i class="icon icon-checkmark" style="margin-left: 5px"></i>'
|
|
4115
|
+
unableToCheck: 无法检查是否存在绑定了该角色的用户,请重试。
|
|
4116
|
+
waiting: |-
|
|
4117
|
+
{count, plural,
|
|
4118
|
+
=1 { 检查是否存在绑定了该角色的用户 <i class="icon-spin icon icon-spinner" style="margin-left: 5px"></i> }
|
|
4119
|
+
other { 检查是否存在绑定了这些角色的用户 <i class="icon-spin icon icon-spinner" style="margin-left: 5px"></i> }
|
|
4120
|
+
}
|
|
4121
|
+
usersBound: |-
|
|
4122
|
+
{count, plural,
|
|
4123
|
+
=1 { 注意:有 1 个用户绑定了即将被删除的角色,是否继续操作?}
|
|
4124
|
+
other { 注意:有 {count} 个用户绑定了即将被删除的角色,是否继续操作?}
|
|
4125
|
+
}
|
|
3974
4126
|
types:
|
|
3975
4127
|
global:
|
|
3976
4128
|
label: 全局权限
|
|
@@ -4121,8 +4273,10 @@ resourceTable:
|
|
|
4121
4273
|
namespace: 按命名空间分组
|
|
4122
4274
|
project: 按项目分组
|
|
4123
4275
|
node: 按节点分组
|
|
4276
|
+
cluster: 按集群分组
|
|
4124
4277
|
groupLabel:
|
|
4125
4278
|
cluster: "<span>集群:</span> {name}"
|
|
4279
|
+
notInACluster: 不在集群中
|
|
4126
4280
|
namespace: "<span>命名空间:</span> {name}"
|
|
4127
4281
|
notInAMachinePool: "不在 Deployment 中"
|
|
4128
4282
|
machinePool: "<span>节点池:</span> {name}"
|
|
@@ -4245,8 +4399,8 @@ selectOrCreateAuthSecret:
|
|
|
4245
4399
|
aws: AWS/S3
|
|
4246
4400
|
custom: 密文名称
|
|
4247
4401
|
s3:
|
|
4248
|
-
accessKey:
|
|
4249
|
-
secretKey:
|
|
4402
|
+
accessKey: Access Key
|
|
4403
|
+
secretKey: Secret Key
|
|
4250
4404
|
ssh:
|
|
4251
4405
|
publicKey: 公钥
|
|
4252
4406
|
privateKey: 私钥
|
|
@@ -4260,11 +4414,11 @@ selectOrCreateAuthSecret:
|
|
|
4260
4414
|
createS3: 创建与 S3 兼容的身份验证密文
|
|
4261
4415
|
|
|
4262
4416
|
serviceAccount:
|
|
4263
|
-
automount:
|
|
4417
|
+
automount: 自动挂载 Service Account 令牌
|
|
4264
4418
|
imagePullSecrets: 镜像拉取密文
|
|
4265
4419
|
tabs:
|
|
4266
4420
|
serviceAccount:
|
|
4267
|
-
label:
|
|
4421
|
+
label: Service Account
|
|
4268
4422
|
|
|
4269
4423
|
servicePorts:
|
|
4270
4424
|
header:
|
|
@@ -4277,7 +4431,7 @@ servicePorts:
|
|
|
4277
4431
|
label: 端口名称
|
|
4278
4432
|
placeholder: 例如:myport
|
|
4279
4433
|
node:
|
|
4280
|
-
label:
|
|
4434
|
+
label: Node Port
|
|
4281
4435
|
placeholder: 例如:30000
|
|
4282
4436
|
protocol:
|
|
4283
4437
|
label: 协议
|
|
@@ -4286,11 +4440,11 @@ servicePorts:
|
|
|
4286
4440
|
placeholder: 例如:80 或 http
|
|
4287
4441
|
|
|
4288
4442
|
serviceTypes:
|
|
4289
|
-
clusterip:
|
|
4290
|
-
externalname:
|
|
4443
|
+
clusterip: Cluster IP
|
|
4444
|
+
externalname: External Name
|
|
4291
4445
|
headless: Headless
|
|
4292
|
-
loadbalancer:
|
|
4293
|
-
nodeport:
|
|
4446
|
+
loadbalancer: Load Balancer
|
|
4447
|
+
nodeport: Node Port
|
|
4294
4448
|
|
|
4295
4449
|
servicesPage:
|
|
4296
4450
|
anyNode: 任何节点
|
|
@@ -4306,12 +4460,30 @@ servicesPage:
|
|
|
4306
4460
|
label: 会话粘滞时间
|
|
4307
4461
|
placeholder: 例如:10800
|
|
4308
4462
|
externalName:
|
|
4309
|
-
define:
|
|
4310
|
-
helpText: "
|
|
4311
|
-
label:
|
|
4463
|
+
define: External Name
|
|
4464
|
+
helpText: "External Name 用于是指定一个 DNS 名称。这是必填字段。如果要硬编码一个 IP 地址,请使用 Headless Service。"
|
|
4465
|
+
label: External Name
|
|
4312
4466
|
placeholder: 例如:my.database.example.com
|
|
4313
4467
|
input:
|
|
4314
4468
|
label: DNS 名称
|
|
4469
|
+
harvester:
|
|
4470
|
+
title: 附加配置
|
|
4471
|
+
ipam:
|
|
4472
|
+
label: IPAM
|
|
4473
|
+
healthCheckPort:
|
|
4474
|
+
label: 健康检查端口
|
|
4475
|
+
healthCheckSuccessThreshold:
|
|
4476
|
+
label: 健康检查成功阙值
|
|
4477
|
+
description: 如果探针连续检测到某个地址的成功次数达到成功阈值,后端服务器就可以开始转发流量。
|
|
4478
|
+
healthCheckFailureThreshold:
|
|
4479
|
+
label: 健康检查失败阈值
|
|
4480
|
+
description: 如果健康检查失败的数量达到失败阈值,后端服务器将停止转发流量。
|
|
4481
|
+
healthCheckPeriod:
|
|
4482
|
+
label: 健康检查周期
|
|
4483
|
+
healthCheckTimeout:
|
|
4484
|
+
label: 健康检查超时
|
|
4485
|
+
healthCheckEnabled:
|
|
4486
|
+
label: 健康检查
|
|
4315
4487
|
ips:
|
|
4316
4488
|
define: 服务端口
|
|
4317
4489
|
clusterIpHelpText: 集群 IP 地址必须在为 API server 配置的 CIDR 范围内。
|
|
@@ -4320,13 +4492,13 @@ servicesPage:
|
|
|
4320
4492
|
placeholder: 例如:1.1.1.1
|
|
4321
4493
|
protip: IP 地址列表,集群中的节点也将使用该服务的流量。
|
|
4322
4494
|
input:
|
|
4323
|
-
label:
|
|
4495
|
+
label: Cluster IP
|
|
4324
4496
|
placeholder: 例如:10.43.xxx.xxx
|
|
4325
4497
|
label: IP 地址
|
|
4326
4498
|
loadBalancer:
|
|
4327
|
-
label:
|
|
4499
|
+
label: Load Balancer
|
|
4328
4500
|
loadBalancerIp:
|
|
4329
|
-
label:
|
|
4501
|
+
label: Load Balancer IP
|
|
4330
4502
|
placeholder: 例如:192.0.xxx.xxx
|
|
4331
4503
|
helpText: 如果你指定了 loadBalancerIP 但你的云提供商不支持该功能,loadBalancerIP 字段的值会被忽略。
|
|
4332
4504
|
pods:
|
|
@@ -4339,31 +4511,31 @@ servicesPage:
|
|
|
4339
4511
|
matchingPods:
|
|
4340
4512
|
matchesSome: |-
|
|
4341
4513
|
{matched, plural,
|
|
4342
|
-
=0 {与{total, number}个 Pod 中的0
|
|
4514
|
+
=0 {与 {total, number} 个 Pod 中的 0 个匹配。如果没有创建选择器,则必须进行手动端点。}
|
|
4343
4515
|
=1 {与{total, number}个 Pod 中的1个匹配:"{sample}"}
|
|
4344
|
-
other {与{total, number}个 Pod 中的{matched, number}个匹配,包括"{sample}"}
|
|
4516
|
+
other {与 {total, number} 个 Pod 中的 {matched, number} 个匹配,包括"{sample}"}
|
|
4345
4517
|
}
|
|
4346
4518
|
serviceTypes:
|
|
4347
4519
|
clusterIp:
|
|
4348
4520
|
abbrv: IP
|
|
4349
4521
|
description: 在集群内网 IP 上公开服务。如果选择此值,服务只能从集群内部访问。这是默认类型。
|
|
4350
|
-
label:
|
|
4522
|
+
label: Cluster IP
|
|
4351
4523
|
externalName:
|
|
4352
4524
|
abbrv: EN
|
|
4353
|
-
description: "
|
|
4354
|
-
label:
|
|
4525
|
+
description: "将服务与 `externalName` 字段的内容(如 foo.bar.example.com)进行映射,返回一个带有其值的 CNAME 记录。没有设置任何形式的代理。"
|
|
4526
|
+
label: External Name
|
|
4355
4527
|
headless:
|
|
4356
4528
|
abbrv: H
|
|
4357
|
-
description:
|
|
4529
|
+
description: 既没有定义 Cluster IP,也没有定义 Load Balancer。它们是用来对接 Kubernetes 实现之外的其他服务发现机制的。这些服务没有分配的 Cluster IP,kube-proxy 也不处理这些服务。
|
|
4358
4530
|
label: Headless
|
|
4359
4531
|
loadBalancer:
|
|
4360
4532
|
abbrv: LB
|
|
4361
4533
|
description: 使用云提供商的负载均衡器向外部公开服务。
|
|
4362
|
-
label:
|
|
4534
|
+
label: Load Balancer
|
|
4363
4535
|
nodePort:
|
|
4364
4536
|
abbrv: NP
|
|
4365
4537
|
description: "在每个节点的 IP 上以静态端口(`NodePort`)公开服务。你可以通过请求`<NodeIP>:<NodePort>`从集群外部联系这种类型的服务。"
|
|
4366
|
-
label:
|
|
4538
|
+
label: Node Port
|
|
4367
4539
|
typeOpts:
|
|
4368
4540
|
label: 服务类型
|
|
4369
4541
|
|
|
@@ -4377,7 +4549,7 @@ setup:
|
|
|
4377
4549
|
dockerSuffix: ""
|
|
4378
4550
|
helmPrefix: 'Helm 安装,运行:'
|
|
4379
4551
|
helmSuffix: ""
|
|
4380
|
-
eula:
|
|
4552
|
+
eula: 选中此框,即表示你接受<a href="https://rancher.com/eula" target="_blank" rel="noopener noreferrer nofollow">最终用户许可协议及条款和条件</a>
|
|
4381
4553
|
newPassword: 新密码
|
|
4382
4554
|
newUserSetPassword: 请设置强密码。建议使用生成的随机密码。你也可以自行设置。
|
|
4383
4555
|
serverUrl:
|
|
@@ -4412,6 +4584,16 @@ sortableTable:
|
|
|
4412
4584
|
=1 {{count} {count, plural, =1 {{singularLabel}} other {{pluralLabel}}}}
|
|
4413
4585
|
other {{from} - {to} of {count} {pluralLabel}}}
|
|
4414
4586
|
search: 筛选
|
|
4587
|
+
in: in
|
|
4588
|
+
addFilter: 添加筛选器
|
|
4589
|
+
filterFor: 筛选...
|
|
4590
|
+
selectCol: 选择一列
|
|
4591
|
+
resetFilters: 重置
|
|
4592
|
+
add: 添加
|
|
4593
|
+
tableHeader:
|
|
4594
|
+
noFilter: 此列无法过滤
|
|
4595
|
+
groupBy: 分组依据
|
|
4596
|
+
show: 显示
|
|
4415
4597
|
|
|
4416
4598
|
storageClass:
|
|
4417
4599
|
actions:
|
|
@@ -4701,7 +4883,7 @@ storageClass:
|
|
|
4701
4883
|
title: 本地存储(不支持)
|
|
4702
4884
|
|
|
4703
4885
|
tableHeaders:
|
|
4704
|
-
accessKey:
|
|
4886
|
+
accessKey: Access Key
|
|
4705
4887
|
address: 地址
|
|
4706
4888
|
age: 存活时间
|
|
4707
4889
|
apiGroup: API 组
|
|
@@ -4718,6 +4900,7 @@ tableHeaders:
|
|
|
4718
4900
|
clusterCreatorDefault: 集群创建者的默认角色
|
|
4719
4901
|
clusterFlow: Cluster Flow
|
|
4720
4902
|
clusterOutput: 集群输出
|
|
4903
|
+
cluster: 集群
|
|
4721
4904
|
clusters: 集群
|
|
4722
4905
|
clustersReady: 就绪集群
|
|
4723
4906
|
clusterGroups: 集群组
|
|
@@ -4770,7 +4953,7 @@ tableHeaders:
|
|
|
4770
4953
|
node: 节点
|
|
4771
4954
|
nodeName: 名称
|
|
4772
4955
|
nodesReady: 就绪节点
|
|
4773
|
-
nodePort:
|
|
4956
|
+
nodePort: Node Port
|
|
4774
4957
|
object: 对象
|
|
4775
4958
|
operatingSystem: 操作系统
|
|
4776
4959
|
output: 输出
|
|
@@ -4787,13 +4970,13 @@ tableHeaders:
|
|
|
4787
4970
|
publicPorts: 公共端口
|
|
4788
4971
|
ram: 内存(RAM)
|
|
4789
4972
|
rbac:
|
|
4790
|
-
create:
|
|
4791
|
-
delete:
|
|
4792
|
-
get:
|
|
4793
|
-
list:
|
|
4794
|
-
patch:
|
|
4795
|
-
update:
|
|
4796
|
-
watch:
|
|
4973
|
+
create: Create
|
|
4974
|
+
delete: Delete
|
|
4975
|
+
get: Get
|
|
4976
|
+
list: List
|
|
4977
|
+
patch: Patch
|
|
4978
|
+
update: Update
|
|
4979
|
+
watch: Watch
|
|
4797
4980
|
ready: 就绪
|
|
4798
4981
|
reason: 原因
|
|
4799
4982
|
receivers: 接收器
|
|
@@ -5044,13 +5227,13 @@ validation:
|
|
|
5044
5227
|
missingOneResource: 你必须为每个授予资源指定至少一个资源、非资源 URL 或 API 组。
|
|
5045
5228
|
service:
|
|
5046
5229
|
externalName:
|
|
5047
|
-
none: 使用 ExternalName
|
|
5230
|
+
none: 使用 ExternalName Service 时,External Name 是必填项。
|
|
5048
5231
|
ports:
|
|
5049
5232
|
name:
|
|
5050
5233
|
required: '端口规则 [{position}] - 端口名称是必填项。'
|
|
5051
5234
|
nodePort:
|
|
5052
|
-
requiredInt: '端口规则 [{position}] -
|
|
5053
|
-
between: '端口规则 [{position}] -
|
|
5235
|
+
requiredInt: '端口规则 [{position}] - 如果包含 Node Port,Node Port 必须是整数。'
|
|
5236
|
+
between: '端口规则 [{position}] - Node Port 的取值范围是:1-65535'
|
|
5054
5237
|
port:
|
|
5055
5238
|
required: '端口规则 [{position}] - 端口是必填项,'
|
|
5056
5239
|
requiredInt: '端口规则 [{position}] - 如果包含端口,端口必须是整数。'
|
|
@@ -5471,7 +5654,7 @@ workload:
|
|
|
5471
5654
|
tolerationSeconds: "容忍(秒)"
|
|
5472
5655
|
value: 值
|
|
5473
5656
|
serviceAccountName:
|
|
5474
|
-
label:
|
|
5657
|
+
label: Service Account 名称
|
|
5475
5658
|
createMessage: 此命名空间中不存在服务名称 [ {name} ],请手动创建它。
|
|
5476
5659
|
serviceName: 服务名称
|
|
5477
5660
|
storage:
|
|
@@ -5492,6 +5675,8 @@ workload:
|
|
|
5492
5675
|
addClaim: 添加声明
|
|
5493
5676
|
addMount: 添加挂载
|
|
5494
5677
|
addVolume: 添加卷
|
|
5678
|
+
selectVolume: 选择卷
|
|
5679
|
+
noVolumes: 在 Pod 选项卡中添加卷后,卷将显示在此处
|
|
5495
5680
|
certificate: 证书
|
|
5496
5681
|
csi:
|
|
5497
5682
|
diskName: 磁盘名称
|
|
@@ -5552,6 +5737,7 @@ workload:
|
|
|
5552
5737
|
apps.statefulset: StatefulSet 管理有状态的应用,并保证创建的 Pod 的顺序和唯一性。推荐用于具有持久化存储或严格身份、法定人数或升级顺序要求的工作负载。
|
|
5553
5738
|
batch.cronjob: CronJob 创建 Job,然后按照重复调度来运行 Pod。该调度以标准的 Unix cron 格式表示,并使用 Kubernetes Control Plane 的时区(通常是 UTC)。
|
|
5554
5739
|
batch.job: Job 创建一个或多个 Pod。 Job 通过运行 Pod 直到其成功退出,以可靠执行一次性任务。失败的 Pod 会自动被替换,直到达到指定的完成运行次数。Job 还可以并行运行多个 Pod,或作为批处理工作队列。
|
|
5740
|
+
pod: Pod 是你可以在 Kubernetes 中创建和管理的最小可部署计算单元。Pod 是一个或多个容器,具有共享的存储和网络资源以及运行容器的规范。
|
|
5555
5741
|
upgrading:
|
|
5556
5742
|
activeDeadlineSeconds:
|
|
5557
5743
|
label: 判定 Pod 是否活跃的截止时间
|
|
@@ -5664,9 +5850,9 @@ model:
|
|
|
5664
5850
|
server:
|
|
5665
5851
|
label: 主机名或 IP 地址
|
|
5666
5852
|
serviceAccountPassword:
|
|
5667
|
-
label:
|
|
5853
|
+
label: Service Account 密码
|
|
5668
5854
|
serviceAccountUsername:
|
|
5669
|
-
label:
|
|
5855
|
+
label: Service Account 用户名
|
|
5670
5856
|
projectMember:
|
|
5671
5857
|
role:
|
|
5672
5858
|
member: 成员
|
|
@@ -6098,7 +6284,7 @@ advancedSettings:
|
|
|
6098
6284
|
'engine-supported-range': '支持的 Docker 引擎版本的 Semver 范围。不在此范围内的版本将在 UI 中标记为不支持。'
|
|
6099
6285
|
'ingress-ip-domain': '用于自动生成 Ingress 主机名的通配符 DNS 域。<ingress-name>.<namespace-name>.<ip address of ingress controller> 会被添加到该域。'
|
|
6100
6286
|
'server-url': '默认 {appName} 安装地址。必须使用 HTTPS。你集群中的所有节点都必须能够访问此地址。'
|
|
6101
|
-
'system-default-registry': '
|
|
6287
|
+
'system-default-registry': '用于所有 Rancher System 容器镜像的私有镜像仓库。如果未指定任何值,则使用容器运行时的默认镜像仓库。对于 Docker 和 containerd,默认为 `docker.io`。'
|
|
6102
6288
|
'ui-index': 'Cluster Manager UI 的 HTML 索引位置。'
|
|
6103
6289
|
'ui-dashboard-index': '{appName} UI 的 HTML 索引位置。'
|
|
6104
6290
|
'ui-offline-preferred': '控制 UI 资产是由服务器容器在本地提供,还是从 ui-index 和 ui-dashboard-index 设置中定义的远程 URL 提供。`动态` 选项将在 {appName} 的生产版本中使用本地资产。'
|
|
@@ -6173,7 +6359,7 @@ performance:
|
|
|
6173
6359
|
label: 增量加载
|
|
6174
6360
|
setting: 你可以配置一个阈值,高于该阈值时则使用增量加载。
|
|
6175
6361
|
description: |-
|
|
6176
|
-
|
|
6362
|
+
启用后,资源会更快出现,但可能需要更长的时间来加载整个资源集。此设置仅适用于来自 Kubernetes API 的资源
|
|
6177
6363
|
checkboxLabel: 启用增量加载
|
|
6178
6364
|
inputLabel: 资源阈值
|
|
6179
6365
|
manualRefresh:
|
|
@@ -6182,7 +6368,7 @@ performance:
|
|
|
6182
6368
|
setting: 你可以配置一个阈值,高于该阈值时则启用手动刷新。
|
|
6183
6369
|
buttonTooltip: 刷新列表
|
|
6184
6370
|
description: |-
|
|
6185
|
-
|
|
6371
|
+
启用后,列表数据不会自动更新,用户必须手动刷新列表视图。此设置仅适用于来自 Kubernetes API 的资源
|
|
6186
6372
|
checkboxLabel: 启用列表数据的手动刷新
|
|
6187
6373
|
inputLabel: 资源阈值
|
|
6188
6374
|
websocketNotification:
|
|
@@ -6190,6 +6376,29 @@ performance:
|
|
|
6190
6376
|
description: |-
|
|
6191
6377
|
启用后,UI 检测到断开连接时不会出现 WebSocket 通知。
|
|
6192
6378
|
checkboxLabel: 禁用 WebSocket 通知
|
|
6379
|
+
gc:
|
|
6380
|
+
label: 资源垃圾回收
|
|
6381
|
+
description: UI 将在本地缓存 kuberentes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。
|
|
6382
|
+
banner: 此设置是实验性的,可能会在后续版本中删除或更新。
|
|
6383
|
+
checkboxLabel: 启用垃圾回收
|
|
6384
|
+
whenRun:
|
|
6385
|
+
description: 垃圾回收运行的时候更新
|
|
6386
|
+
intervalCheckBox:
|
|
6387
|
+
label: 定期运行垃圾回收
|
|
6388
|
+
interval:
|
|
6389
|
+
inputLabel: 运行间隔
|
|
6390
|
+
route:
|
|
6391
|
+
description: 在换页时运行垃圾回收
|
|
6392
|
+
inputLabel: 换页
|
|
6393
|
+
howRun:
|
|
6394
|
+
description: 更新垃圾回收的运行方式
|
|
6395
|
+
age:
|
|
6396
|
+
description: "必须在此期间内未访问过资源,才能考虑进行垃圾回收。"
|
|
6397
|
+
inputLabel: 资源存活时间
|
|
6398
|
+
count:
|
|
6399
|
+
description: 资源必须超过此数量才能考虑进行垃圾回收。
|
|
6400
|
+
inputLabel: 资源数量
|
|
6401
|
+
|
|
6193
6402
|
|
|
6194
6403
|
banner:
|
|
6195
6404
|
label: 固定横幅
|
|
@@ -6283,8 +6492,8 @@ resourceQuota:
|
|
|
6283
6492
|
requestsStorage: 存储预留
|
|
6284
6493
|
secrets: 密文
|
|
6285
6494
|
services: 服务
|
|
6286
|
-
servicesLoadBalancers:
|
|
6287
|
-
servicesNodePorts:
|
|
6495
|
+
servicesLoadBalancers: Service Load Balancer
|
|
6496
|
+
servicesNodePorts: Service Node Port
|
|
6288
6497
|
namespaceLimit:
|
|
6289
6498
|
label: 命名空间限制
|
|
6290
6499
|
projectLimit:
|
|
@@ -6306,6 +6515,26 @@ resourceQuota:
|
|
|
6306
6515
|
namespace: '此命名空间:'
|
|
6307
6516
|
available: '可用:'
|
|
6308
6517
|
max: '总计:'
|
|
6518
|
+
customLinks:
|
|
6519
|
+
displayTitle: 链接
|
|
6520
|
+
label: 主页链接
|
|
6521
|
+
description: '配置要在主页上显示的链接。你可以配置自定义链接以及显示或隐藏默认链接。'
|
|
6522
|
+
restoreDefaults: '恢复默认值'
|
|
6523
|
+
addLink: 添加链接
|
|
6524
|
+
restoreSuccess: 默认链接已恢复。
|
|
6525
|
+
settings:
|
|
6526
|
+
default: 默认链接
|
|
6527
|
+
custom: 自定义链接
|
|
6528
|
+
keyLabel: 显示文本
|
|
6529
|
+
valueLabel: URL
|
|
6530
|
+
showLabel: 显示
|
|
6531
|
+
defaults:
|
|
6532
|
+
docs: Rancher 官方文档
|
|
6533
|
+
forums: 论坛
|
|
6534
|
+
slack: Slack
|
|
6535
|
+
issues: 提交 GitHub Issue
|
|
6536
|
+
getStarted: 开始使用
|
|
6537
|
+
commercialSupport: 商业支持
|
|
6309
6538
|
|
|
6310
6539
|
|
|
6311
6540
|
|
|
@@ -6318,7 +6547,7 @@ support:
|
|
|
6318
6547
|
title: SUSE Rancher 提供世界一流的支持
|
|
6319
6548
|
linksTitle: 社区支持
|
|
6320
6549
|
learnMore: 进一步了解 SUSE Rancher 支持。
|
|
6321
|
-
pricing:
|
|
6550
|
+
pricing: 联系我们获取价格。
|
|
6322
6551
|
subscription:
|
|
6323
6552
|
haveSupport: 已获得支持?
|
|
6324
6553
|
addSubscription: 添加订阅 ID
|
|
@@ -6652,4 +6881,4 @@ charts:
|
|
|
6652
6881
|
- 请注意引号的使用。"
|
|
6653
6882
|
ingress.host:
|
|
6654
6883
|
label: 7 层负载均衡主机名
|
|
6655
|
-
description: "7 层负载均衡主机名"
|
|
6884
|
+
description: "7 层负载均衡主机名"
|