dashboard-shell-shell 3.0.5-test.12 → 3.0.5-test.13

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 (31) hide show
  1. package/assets/icons/iconfont.css +4 -1
  2. package/assets/images/pl/dark/logo.png +0 -0
  3. package/assets/styles/global/_tooltip.scss +5 -1
  4. package/assets/translations/zh-hans.yaml +1 -1
  5. package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +22 -19
  6. package/components/Drawer/ResourceDetailDrawer/index.vue +2 -2
  7. package/components/GlobalRoleBindings.vue +1 -58
  8. package/components/Resource/Detail/TitleBar/index.vue +26 -23
  9. package/components/ResourceDetail/Masthead/index.vue +1 -1
  10. package/components/ResourceDetail/Masthead/latest.vue +1 -1
  11. package/components/ResourceDetail/Masthead/legacy.vue +4 -4
  12. package/components/SortableTable/index.vue +1 -1
  13. package/components/auth/Principal.vue +7 -3
  14. package/components/auth/RoleDetailEdit.vue +1 -1
  15. package/components/form/ArrayList.vue +1 -1
  16. package/components/form/KeyValue.vue +15 -2
  17. package/components/form/Labels.vue +1 -1
  18. package/components/form/MatchExpressions.vue +2 -2
  19. package/components/form/NameNsDescription.vue +1 -1
  20. package/components/form/ResourceQuota/NamespaceRow.vue +1 -1
  21. package/components/form/ResourceQuota/Project.vue +1 -1
  22. package/components/form/ResourceQuota/ProjectRow.vue +1 -1
  23. package/components/nav/NamespaceFilter.vue +14 -19
  24. package/components/nav/TopLevelMenu.vue +98 -125
  25. package/config/router/navigation-guards/index.js +52 -3
  26. package/initialize/app-extended.js +7 -1
  27. package/package.json +1 -1
  28. package/pages/account/index.vue +89 -65
  29. package/pages/home.vue +3 -4
  30. package/rancher-components/Banner/Banner.vue +4 -1
  31. package/utils/errorTranslate.json +82 -2
@@ -1,5 +1,85 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "take virtual machine snapshot ([^\\s]+) successfully\\.",
5
+ "replacement": "虚拟机快照 '$1' 创建成功。",
6
+ "flags": "gi"
7
+ },
8
+ {
9
+ "pattern": "delete virtual machine snapshot ([^\\s]+) successfully\\.",
10
+ "replacement": "虚拟机快照 '$1' 删除成功。",
11
+ "flags": "gi"
12
+ },
13
+ {
14
+ "pattern": "restore virtual machine snapshot ([^\\s]+) successfully\\.",
15
+ "replacement": "虚拟机快照 '$1' 恢复成功。",
16
+ "flags": "gi"
17
+ },
18
+ {
19
+ "pattern": "update virtual machine snapshot ([^\\s]+) successfully\\.",
20
+ "replacement": "虚拟机快照 '$1' 更新成功。",
21
+ "flags": "gi"
22
+ },
23
+ {
24
+ "pattern": "failed to create subnet ([^\\s]+), conflict with existing subnet ([^\\s]+)",
25
+ "replacement": "创建子网 '$1' 失败,地址段与现有子网 '$2' 冲突",
26
+ "flags": "gi"
27
+ },
28
+ {
29
+ "pattern": "subnet\\.kubeovn\\.io \"([^\"]*)\" is invalid: metadata\\.name: invalid value: \"([^\"]*)\": metadata\\.name in body should match '\\^\\[\\^0-9\\]'",
30
+ "replacement": "子网名称 '$1' 无效:名称不能以数字开头",
31
+ "flags": "gi"
32
+ },
33
+ {
34
+ "pattern": "(\\S+) conflict with v4 loopback cidr (\\S+)",
35
+ "replacement": "地址段 $1 与 IPv4 回环地址段 $2 冲突",
36
+ "flags": "gi"
37
+ },
38
+ {
39
+ "pattern": "can't delete subnet when any ips in using",
40
+ "replacement": "子网中仍有 IP 地址正在使用,无法删除",
41
+ "flags": "gi"
42
+ },
43
+ {
44
+ "pattern": "subnet ([^\\s]+) is still using the nad ([^\\s]+) default",
45
+ "replacement": "子网 '$1' 正在使用虚拟网络 '$2',请先删除子网 '$1' ",
46
+ "flags": "gi"
47
+ },
48
+ {
49
+ "pattern": "can't delete vpc when any subnet in the vpc",
50
+ "replacement": "VPC 内仍存在子网,无法删除该 VPC",
51
+ "flags": "gi"
52
+ },
53
+ {
54
+ "pattern": "(\\S+) in allowsubnets is not a valid address",
55
+ "replacement": "允许互通子网地址 $1 无效",
56
+ "flags": "gi"
57
+ },
58
+ {
59
+ "pattern": "gateway (\\S+) is not in cidr (\\S+)",
60
+ "replacement": "网关地址 $1 不在 CIDR $2 范围内",
61
+ "flags": "gi"
62
+ },
63
+ {
64
+ "pattern": "subnet ([^\\s]+) is using the provider ([^\\s]+) already",
65
+ "replacement": "子网 '$1' 已使用虚拟网络 '$2'",
66
+ "flags": "gi"
67
+ },
68
+ {
69
+ "pattern": "invalid next hop ip",
70
+ "replacement": "无效的下一跳地址",
71
+ "flags": "gi"
72
+ },
73
+ {
74
+ "pattern": "number of sockets in cpu topology is greater than the maximum sockets allowed",
75
+ "replacement": "CPU 拓扑中的 socket 数量已超过最大允许值",
76
+ "flags": "gi"
77
+ },
78
+ {
79
+ "pattern": "not a default subnet join as provider is ([^\\s]+)",
80
+ "replacement": "非默认子网,当前以提供者 $1 加入",
81
+ "flags": "gi"
82
+ },
3
83
  {
4
84
  "pattern": "subnet ([^\\s]+) cidr ([^\\s]+) is invalid, due to invalid cidr address: ([^\\s]+)",
5
85
  "replacement": "子网 '$1' 的 CIDR 地址 '$2' 无效:不是合法的 CIDR 格式",
@@ -832,11 +912,11 @@
832
912
  },
833
913
  {
834
914
  "pattern": "virtualmachinebackup.harvesterhci.io",
835
- "replacement": "虚拟机备份"
915
+ "replacement": "虚拟机备份恢复"
836
916
  },
837
917
  {
838
918
  "pattern": "virtualmachinebackup.cloudhci.io",
839
- "replacement": "虚拟机备份"
919
+ "replacement": "虚拟机备份恢复"
840
920
  },
841
921
  {
842
922
  "pattern": "vlanconfigs.network.harvesterhci.io",