dashboard-shell-shell 3.0.5-tsh.10 → 3.0.5-tsh.12

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-tsh.10",
3
+ "version": "3.0.5-tsh.12",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "the status of pod readiness gate "kubevirt\\.io/virtual-machine-unpaused" is not "true", but false",
5
+ "replacement": "这个只有当虚拟机处于运行状态(非暂停)时,才能进行暂停操作",
6
+ "flags": "gi"
7
+ },
3
8
  {
4
9
  "pattern": "can't delete vlanconfig (\\S+) because the storage network nad (\\S+) is still attached",
5
10
  "replacement": "无法删除 VLAN 配置 '$1':存储网络附加定义 '$2' 仍在使用",