dashboard-shell-shell 3.0.5-test.21 → 3.0.5-test.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.21",
3
+ "version": "3.0.5-test.22",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -1,5 +1,35 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "storage class must contain (csi\\.storage\\.k8s\\.io/(?:provisioner|node-stage|node-publish)-secret-(?:name|namespace)(?:,\\s*|$))+",
5
+ "replacement": "密钥不能为空",
6
+ "flags": "gi"
7
+ },
8
+ {
9
+ "pattern": "can't delete vlanconfig (\\S+) because it is blocked by vm\\(s\\) ([^,]+(?:,\\s*[^,\\s]+)*) which must be stopped at first",
10
+ "replacement": "无法删除 VLAN 配置 '$1':需先停止虚拟机 '$2'",
11
+ "flags": "gi"
12
+ },
13
+ {
14
+ "pattern": "spec\\.template\\.spec\\.podaffinity\\.requiredduringschedulingignoredduringexecution\\[(\\d+)\\]\\.topologykey: required value: can not be empty[\\s\\S]*?invalid value: \"\"[\\s\\S]*?must start and end with an alphanumeric character",
15
+ "replacement": "拓扑键不能为空",
16
+ "flags": "gi"
17
+ },
18
+ {
19
+ "pattern": "can't delete vlanconfig (\\S+) because it is blocked by vm\\(s\\) ([^,]+(?:,\\s*[^,\\s]+)*) which must be stopped at first",
20
+ "replacement": "无法删除 VLAN 配置 '$1':需先停止虚拟机 '$2'",
21
+ "flags": "gi"
22
+ },
23
+ {
24
+ "pattern": "spec\\.template\\.spec\\.podaffinity\\.requiredduringschedulingignoredduringexecution\\[(\\d+)\\]\\.topologykey: required value: can not be empty[\\s\\S]*?invalid value: \"\"[\\s\\S]*?must start and end with an alphanumeric character",
25
+ "replacement": "拓扑键不能为空",
26
+ "flags": "gi"
27
+ },
28
+ {
29
+ "pattern": "failed to list objects with param:[\\s\\S]*?authorizationheadermalformed[\\s\\S]*?the region is wrong; expecting '([^']+)'[\\s\\S]*",
30
+ "replacement": "参数错误,无法连接到服务器",
31
+ "flags": "gi"
32
+ },
3
33
  {
4
34
  "pattern": "The new password must not be the same as the current password",
5
35
  "replacement": "新密码不能与当前密码相同,请重新设置",
@@ -238,7 +268,7 @@
238
268
  },
239
269
  {
240
270
  "pattern": "validation 失败 in api",
241
- "replacement": "API 校验失败",
271
+ "replacement": "校验失败",
242
272
  "flags": "gi"
243
273
  },
244
274
  {