dashboard-shell-shell 3.0.5-test.24 → 3.0.5-test.26
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
package/scripts/publish-shell.sh
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
{
|
|
2
2
|
"translations": [
|
|
3
|
+
{
|
|
4
|
+
"pattern": "virtualmachine\\.kubevirt\\.io \"([^\"]+)\" is invalid:\\[metadata\\.labels: invalid value: \"([^\"]+)\": name part must consist of alphanumeric characters, '-', '_' or '\\.', and must start and end with an alphanumeric character\\]",
|
|
5
|
+
"replacement": "虚拟机 \"$1\" 标签值 \"$2\" 无效:只能包含字母、数字、'-','_'或'.',且以字母/数字开头和结尾",
|
|
6
|
+
"flags": "gi"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"pattern": "failed to list objects with param:[\\s\\S]*?invalidaccesskeyid[\\s\\S]*?the access key id you provided does not exist in our records(?:[\\s\\S]*?403 [a-f0-9]+)?",
|
|
10
|
+
"replacement": "列举对象失败:AccessKey ID 不存在,请检查密钥是否正确",
|
|
11
|
+
"flags": "gi"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"pattern": "failed to list objects with param:[\\s\\S]*?signaturedoesnotmatch[\\s\\S]*?check your key and signing method(?:[\\s\\S]*?403 [a-f0-9]+)?",
|
|
15
|
+
"replacement": "列举对象失败:签名不匹配,请确认 AccessKey、SecretKey 及签名方法配置正确",
|
|
16
|
+
"flags": "gi"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"pattern": "ip (\\S+) in excludeips is not a valid address",
|
|
20
|
+
"replacement": "排除 IP中的地址 '$1' 无效",
|
|
21
|
+
"flags": "gi"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"pattern": "name part必须 consist of alphanumeric characters, '-', '_'或'.',和must开始and end with an alphanumeric character",
|
|
25
|
+
"replacement": "只能包含字母、数字、'-','_'或'.',且以字母/数字开头和结尾",
|
|
26
|
+
"flags": "gi"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"pattern": "failure while starting vmi: ",
|
|
30
|
+
"replacement": "虚拟机启动失败:",
|
|
31
|
+
"flags": "gi"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"pattern": "virtualmachineinstance\\.kubevirt\\.io \"([^\"]+)\" is invalid:\\[metadata\\.labels: invalid value: \"([^\"]+)\": name part must consist of alphanumeric characters, '-', '_' or '\\.', and must start and end with an alphanumeric character",
|
|
35
|
+
"replacement": "'$1' 标签值 '$2' 无效,只能包含字母、数字、'-','_'或'.',且以字母/数字开头和结尾",
|
|
36
|
+
"flags": "gi"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"pattern": "failed calling webhook \"([^\"]+)\": failed to call webhook: post \"([^\"]+)\": no endpoints available for service \"([^\"]+)\"",
|
|
40
|
+
"replacement": "调用准入钩子 '$1' 失败:服务 '$3' 无可用端点,请检查对应服务状态",
|
|
41
|
+
"flags": "gi"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"pattern": "failed to list objects with param:[\\s\\S]*?unsupported protocol scheme \"([^\"]+)\"",
|
|
45
|
+
"replacement": "列举对象失败:不支持协议方案 \"$1\",请检查 URL 协议是否正确",
|
|
46
|
+
"flags": "gi"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"pattern": "subnet (\\S+) cidr (\\S+) is conflict with subnet (\\S+) cidr (\\S+)",
|
|
50
|
+
"replacement": "子网 '$1' CIDR $2 与子网 '$3' CIDR $4 冲突",
|
|
51
|
+
"flags": "gi"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"pattern": "virtualmachine\\.kubevirt\\.io \"([^\"]+)\" is invalid: metadata\\.annotations: invalid value: \"([^\"]+)\": name part must consist of alphanumeric characters, '-', '_' or '\\.', and must start and end with an alphanumeric character",
|
|
55
|
+
"replacement": "虚拟机 '$1' 注解值 '$2' 无效:只能包含字母、数字、'-','_'或'.',且以字母/数字开头和结尾",
|
|
56
|
+
"flags": "gi"
|
|
57
|
+
},
|
|
3
58
|
{
|
|
4
59
|
"pattern": "storage class must contain (csi\\.storage\\.k8s\\.io/(?:provisioner|node-stage|node-publish)-secret-(?:name|namespace)(?:,\\s*|$))+",
|
|
5
60
|
"replacement": "密钥不能为空",
|