dashboard-shell-shell 1.0.112 → 1.0.114

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 (43) hide show
  1. package/.DS_Store +0 -0
  2. package/assets/icons/demo.css +539 -0
  3. package/assets/icons/demo_index.html +1131 -0
  4. package/assets/icons/iconfont.css +200 -0
  5. package/assets/icons/iconfont.js +1 -0
  6. package/assets/icons/iconfont.json +296 -0
  7. package/assets/icons/iconfont.ttf +0 -0
  8. package/assets/icons/iconfont.woff +0 -0
  9. package/assets/icons/iconfont.woff2 +0 -0
  10. package/assets/images/API.svg +3 -0
  11. package/assets/images/login/password.svg +20 -0
  12. package/assets/images/login/user.svg +6 -0
  13. package/assets/images/login-bg.png +0 -0
  14. package/assets/images/login-left.png +0 -0
  15. package/assets/images/login-logo.svg +19 -0
  16. package/assets/images/logo.png +0 -0
  17. package/assets/images/pl/harvester.png +0 -0
  18. package/assets/images/promp-yellow.svg +5 -0
  19. package/assets/images/user.png +0 -0
  20. package/assets/styles/all.scss +63 -0
  21. package/assets/styles/app.scss +2 -0
  22. package/assets/styles/base/_basic.scss +8 -2
  23. package/assets/styles/base/_helpers.scss +4 -0
  24. package/assets/styles/base/_typography.scss +2 -1
  25. package/assets/styles/base/_variables.scss +10 -2
  26. package/assets/styles/global/_button.scss +37 -25
  27. package/assets/styles/global/_columns.scss +3 -1
  28. package/assets/styles/global/_form.scss +45 -13
  29. package/assets/styles/global/_labeled-input.scss +50 -25
  30. package/assets/styles/global/_layout.scss +9 -3
  31. package/assets/styles/global/_select.scss +20 -13
  32. package/assets/styles/global/_table.scss +1 -1
  33. package/assets/styles/global/_tooltip.scss +47 -6
  34. package/assets/styles/themes/_dark.scss +1 -0
  35. package/assets/styles/themes/_light.scss +59 -46
  36. package/assets/styles/themes/_suse.scss +1 -0
  37. package/assets/styles/vendor/vue-select.scss +18 -7
  38. package/assets/translations/en-us.yaml +93 -12
  39. package/assets/translations/zh-hans.yaml +278 -141
  40. package/package.json +1 -1
  41. package/store/type-map.js +29 -2
  42. package/utils/error.js +30 -8
  43. package/utils/errorTranslate.json +916 -0
@@ -144,6 +144,7 @@ nav:
144
144
  localClusterIcon: Local Cluster icon
145
145
  clusterProvIcon: Cluster {cluster} provider icon
146
146
  topLevelMenu: Main menu
147
+ sideNav: Secondary menu
147
148
  homePage: Home page navigation menu
148
149
  cluster: Cluster menu item
149
150
  harvesterCluster: Harvester cluster menu item
@@ -158,6 +159,7 @@ nav:
158
159
  alt:
159
160
  mainMenuIcon: Main menu icon
160
161
  mainMenuRancherLogo: Main menu Rancher logo
162
+ userAvatar: User avatar image
161
163
  expandCollapseAppBar: Expand/Collapse the Application Bar
162
164
  harvesterDashboard: Harvester Dashboard
163
165
  backToRancher: Cluster Manager
@@ -239,6 +241,7 @@ nav:
239
241
  label: Resource Search
240
242
  toolTip: Resource Search {key}
241
243
  placeholder: Type to search for a resource...
244
+ filteringDescription: Using this input will immediately filter the results in the list below
242
245
  header:
243
246
  setLoginPage: Set as login page
244
247
  restoreCards: Restore hidden cards
@@ -318,6 +321,15 @@ suffix:
318
321
  ##############################
319
322
  # Components & Pages
320
323
  ##############################
324
+ layouts:
325
+ home: home layout
326
+ plain: plain layout
327
+ default: default layout
328
+ blank: blank layout
329
+ unauthenticated: unauthenticated layout
330
+ logout: logout layout
331
+ verify: verify layout
332
+
321
333
  windowmanager:
322
334
  closeTab: Close tab {tabId}
323
335
  about:
@@ -378,11 +390,15 @@ accountAndKeys:
378
390
  title: API Keys
379
391
  notAllowed: You do not have permission to manage API Keys
380
392
  apiEndpoint: "API Endpoint:"
393
+ copyApiEnpoint: Copy API Endpoint to clipboard
381
394
  add:
382
395
  description:
383
396
  label: Description
384
397
  placeholder: Optionally enter a description to help you identify this API Key
385
398
  label: Create API Key
399
+ ariaLabel:
400
+ expiration: Expiration duration - number input
401
+ expirationUnits: Expiration unit - time unit
386
402
  expiry:
387
403
  label: Automatically expire
388
404
  options:
@@ -482,6 +498,9 @@ authConfig:
482
498
  4: 'Under Scopes for Google APIs, enable "email", "profile", and "openid".'
483
499
  5: 'Click on "Save".'
484
500
  topPrivateDomain: 'Top private domain of:'
501
+ ariaLabel:
502
+ hostname: Copy Hostname to clipboard
503
+ serverUrl: Copy Server URL to clipboard
485
504
  2:
486
505
  title: 'Navigate to the "Credentials" tab to create your OAuth client ID'
487
506
  body:
@@ -490,6 +509,8 @@ authConfig:
490
509
  3: 'Authorized redirect URIs:'
491
510
  4: 'Click "Create", and then click on the "Download JSON" button.'
492
511
  5: 'Upload the downloaded JSON file in the OAuth credentials box.'
512
+ ariaLabel:
513
+ serverUrlVerify: Copy Server Auth Verfication URL to clipboard
493
514
  3:
494
515
  title: 'Create Service Account credentials'
495
516
  introduction: 'Follow <a href="{docsBase}/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth#3-creating-service-account-credentials" target="_blank" rel="noopener noreferrer nofollow">this</a> guide to:'
@@ -545,9 +566,6 @@ authConfig:
545
566
  starttls:
546
567
  label: Start TLS
547
568
  tip: Upgrades non-encrypted connections by wrapping with TLS during the connection process. Can not be used in conjunction with TLS.
548
- searchUsingServiceAccount:
549
- label: Enable Service Account Search
550
- tip: When enabled, Rancher will use the service account instead of the user account to search for users and groups.
551
569
  tls: TLS
552
570
  userEnabledAttribute: User Enabled Attribute
553
571
  userMemberAttribute: User Member Attribute
@@ -626,6 +644,7 @@ authConfig:
626
644
  reply:
627
645
  info: 'Azure AD requires a whitelisted URL for your Rancher server before beginning this setup. Please ensure that the following URL is set in the Reply URL section of your Azure Portal. Please note that it may take up to 5 minutes for the whitelisted URL to propagate.'
628
646
  label: Reply URL
647
+ ariaLabel: Copy Reply URL to clipboard
629
648
  updateEndpoint:
630
649
  button: Update Endpoint
631
650
  banner:
@@ -658,7 +677,7 @@ authConfig:
658
677
  scope:
659
678
  label: Scopes
660
679
  placeholder: openid
661
- protip: The <code>openid</code> scope is required. If you are using custom scopes, ensure that it is included.
680
+ protip: The <code>openid</code>, <code>profile</code>, and <code>email</code> scopes are required and cannot be removed.
662
681
  cert:
663
682
  label: Certificate
664
683
  placeholder: Paste in the certificate, starting with -----BEGIN CERTIFICATE-----
@@ -853,13 +872,13 @@ asyncButton:
853
872
  success: Generated
854
873
  waiting: Generating&hellip;
855
874
 
856
- backupRestoreOperator:
875
+ backupRestoreOperator:
857
876
  backup:
858
877
  label: Resource Set
859
878
  description: The Resource Set determines which resources the backup-restore-operator collects in a backup
860
879
  enableEncryptionWarning: 'Enabling encryption is highly recommended when using <b><i>Full Rancher backup resource set</i></b>, otherwise sensitive information will be backed up as plain-text. <a target="_blank" rel="noopener noreferrer nofollow" href="https://ranchermanager.docs.rancher.com/reference-guides/backup-restore-configuration/backup-configuration#resourcesets">Read more</a>.'
861
880
  missingResourceSetWarning: The <b><i>{resourceSet}</i></b> resource set doesn't exist, it's possible it has been deleted. Please select a different option.
862
- resourceSetOptions:
881
+ resourceSetOptions:
863
882
  'rancher-resource-set-basic': 'Basic Rancher backup resource set'
864
883
  'rancher-resource-set-full': 'Full Rancher backup resource set'
865
884
  custom: Custom
@@ -1347,7 +1366,7 @@ cluster:
1347
1366
  registrationCommand:
1348
1367
  label: Registration Command
1349
1368
  linuxDetail: Run this command on each of the existing Linux machines you want to register.
1350
- windowsDetail: Run this command in PowerShell on each of the existing Windows machines you want to register.
1369
+ windowsDetail: Run this command in PowerShell on each of the existing Windows machines you want to register.
1351
1370
  windowsWorkersOnly: <b>Windows nodes can only be workers.</b>
1352
1371
  windowsNotReady: The cluster must be up and running with Linux etcd, control plane, and worker nodes before the registration command for adding Windows workers will display.<br /> <br /><b>Windows nodes can only be workers.</b>
1353
1372
  windowsWarning: Workload pods, including some deployed by Rancher charts, will be scheduled on both Linux and Windows nodes by default. Edit NodeSelector in the chart to direct them to be placed onto a compatible node.
@@ -1865,11 +1884,11 @@ cluster:
1865
1884
  subGroups:
1866
1885
  podAffinityAnti: Pod Affinity/Anti-Affinity
1867
1886
  nodeAffinity: Node Affinity
1868
- schedulingCustomization:
1887
+ schedulingCustomization:
1869
1888
  label: Prevent Rancher cluster agent pod eviction
1870
1889
  description: This ensures that the cluster agent pod is not evicted due to node pressure, resource constraints or scheduler policies.
1871
1890
  banner: This feature has been enabled with settings that are different from the global default settings.
1872
- innerCheckbox: Apply global settings for Priority Class and Pod Disruption Budget
1891
+ innerCheckbox: Apply global settings for Priority Class and Pod Disruption Budget
1873
1892
  banners:
1874
1893
  advanced: These are advanced configuration options. Generally, they should be left as-is.
1875
1894
  tolerations: Additional Pod Tolerations will be added to the default Tolerations applied by Rancher.
@@ -2099,7 +2118,8 @@ cluster:
2099
2118
  title: Save Machine Configurations
2100
2119
  body: Machine Configurations define how machines in Pools are deployed.<br><br> They will be saved upfront to ensure valid Cluster YAML can be saved.
2101
2120
  snapshots:
2102
- suffix: Snapshots
2121
+ suffix: Snapshots per node
2122
+ s3Suffix: Snapshots
2103
2123
  systemService:
2104
2124
  rke2-coredns: 'CoreDNS'
2105
2125
  rke2-ingress-nginx: 'NGINX Ingress'
@@ -2195,7 +2215,7 @@ cluster:
2195
2215
  snapshotScheduleCron:
2196
2216
  label: Cron Schedule
2197
2217
  snapshotRetention:
2198
- label: Snapshot retention count
2218
+ label: Snapshot retention count
2199
2219
  tooltip: Each backup records 1 snapshot per etcd node. If you specify 3 snapshots and you have 3 etcd nodes you will only retain 1 full backup.
2200
2220
  exportMetric:
2201
2221
  label: Metrics
@@ -2400,8 +2420,11 @@ drivers:
2400
2420
  =1 { {warningDrivers} Resources in the corresponding provider will not be automatically removed.}
2401
2421
  other { {warningDrivers} Resources in the corresponding providers will not be automatically removed.}
2402
2422
  }
2423
+ error:
2424
+ activate: Failed to activate { name } driver
2403
2425
 
2404
2426
  detailText:
2427
+ copyAriaLabel: Copy {item} value to clipboard
2405
2428
  collapse: Hide
2406
2429
  binary: '<Binary Data: {n, number} bytes>'
2407
2430
  empty: '<Empty>'
@@ -2523,6 +2546,7 @@ fleet:
2523
2546
  placeholder: "Paste in one or more certificates, starting with -----BEGIN CERTIFICATE----"
2524
2547
  paths:
2525
2548
  label: Paths
2549
+ ariaLabel: Enter path for Git Repo
2526
2550
  placeholder: e.g. /directory/in/your/repo
2527
2551
  addLabel: Add Path
2528
2552
  empty: The root of the repo is used by default. Multiple different directories can be provided.
@@ -2732,6 +2756,7 @@ clusterBadge:
2732
2756
  iconText: Icon Text
2733
2757
  buttonAction: Apply
2734
2758
  badgeBgColor: Badge background color
2759
+ badgeBgColorInput: Badge background color selector input
2735
2760
  badgeTextColor: Badge text color
2736
2761
  badgeAsIcon: Use custom badge
2737
2762
  maxCharsTooltip: Overwrites the default cluster name abbreviation.
@@ -2779,6 +2804,7 @@ hpa:
2779
2804
  label: Metric Name
2780
2805
  placeholder: e.g. packets-per-second
2781
2806
  selector:
2807
+ header: Metric Selector
2782
2808
  label: Add Selector
2783
2809
  metricTarget:
2784
2810
  averageVal:
@@ -2930,6 +2956,8 @@ ingress:
2930
2956
 
2931
2957
  internalExternalIP:
2932
2958
  none: None
2959
+ copyInternalIp: Copy internal IP address to clipboard
2960
+ copyExternalIp: Copy external IP address to clipboard
2933
2961
 
2934
2962
  istio:
2935
2963
  links:
@@ -3137,6 +3165,7 @@ labels:
3137
3165
  hide: Hide System Labels and Annotations
3138
3166
  annotations:
3139
3167
  title: Annotations
3168
+ singular: Annotation
3140
3169
 
3141
3170
  labelSelect:
3142
3171
  noOptions:
@@ -3150,6 +3179,8 @@ labeledSelect:
3150
3179
  pressEnter: Press enter to add "{input}"
3151
3180
 
3152
3181
  landing:
3182
+ bannerImage: Homepage banner image
3183
+ homepage: Homepage
3153
3184
  clusters:
3154
3185
  title: Clusters
3155
3186
  provider: Provider
@@ -3473,8 +3504,10 @@ neuvector:
3473
3504
  na: Resource Unavailable
3474
3505
 
3475
3506
  login:
3507
+ login: Login
3476
3508
  howdy: Howdy!
3477
3509
  welcome: Welcome to {vendor}
3510
+ landscapeAlt: Landscape image
3478
3511
  loggedOut: You have been logged out.
3479
3512
  loggedOutFromSso: You've been logged out of Rancher, however you may still be logged in to your single sign-on identity provider.
3480
3513
  loggedOutFromSlo: You've been logged out of Rancher and from your single sign-on identity provider.
@@ -4727,6 +4760,8 @@ principal:
4727
4760
  name: Name
4728
4761
  loginName: Username
4729
4762
  type: Type
4763
+ alt:
4764
+ avatar: User avatar image
4730
4765
 
4731
4766
  probe:
4732
4767
  checkInterval:
@@ -4879,6 +4914,7 @@ promptForceRemove:
4879
4914
  modalTitle: Are you sure?
4880
4915
  removeWarning: "There was an issue with deleting underlying infrastructure. If you proceed with this action, the Machine <b>{nameToMatch}</b> will be deleted from Rancher only. It's highly recommended to manually delete any referenced infrastructure."
4881
4916
  forceDelete: Force Delete
4917
+ ariaLabel: Copy Machine name to clipboard
4882
4918
  confirmName: "Enter in the pool name below to confirm:"
4883
4919
  podRemoveWarning: "Force deleting pods does not wait for confirmation that the pod's processes have been terminated. This may result in <strong>data corruption or inconsistencies</strong>"
4884
4920
 
@@ -5105,6 +5141,8 @@ rbac:
5105
5141
  label: Login Access
5106
5142
  clustertemplaterevisions-create:
5107
5143
  label: Create RKE Template Revisions
5144
+ errors:
5145
+ escalation: You cannot assign Global Permissions that are higher than your own. Please verify the permissions you are attempting to assign.
5108
5146
 
5109
5147
  resourceDetail:
5110
5148
  detailTop:
@@ -5138,6 +5176,9 @@ resourceDetail:
5138
5176
  stage: "Stage from {subtype} {name}"
5139
5177
  view: "{subtype} {name}"
5140
5178
  masthead:
5179
+ ariaLabel:
5180
+ favoriteAction: Add {resource} to your starred/favorites list
5181
+ unfavoriteAction: Remove {resource} from your starred/favorites list
5141
5182
  age: Age
5142
5183
  createdBy: Created by
5143
5184
  restartCount: Pod Restarts
@@ -5178,6 +5219,7 @@ resourceTable:
5178
5219
  role: Group by Role
5179
5220
  cluster: Group by Cluster
5180
5221
  device: Group by Device
5222
+ pool: Group by Pool
5181
5223
  groupLabel:
5182
5224
  cluster: "<span>Cluster:</span> {name}"
5183
5225
  notInACluster: Not in a Cluster
@@ -5487,9 +5529,22 @@ setup:
5487
5529
  setPassword: The first order of business is to set a strong password for the default <code>{username}</code> user. We suggest using this random one generated just for you, but enter your own if you like.
5488
5530
  useManual: Set a specific password to use
5489
5531
  useRandom: Use a randomly generated password
5532
+ copyRandom: Copy random password to clipboard
5490
5533
  welcome: Welcome to {vendor}!
5491
5534
 
5492
5535
  sortableTable:
5536
+ ariaLabel:
5537
+ firstPageBtn: First page of results
5538
+ prevPageBtn: Previous page of results
5539
+ nextPageBtn: Next page of results
5540
+ lastPageBtn: Last page of results
5541
+ alt:
5542
+ firstPageBtn: First page of results icon
5543
+ prevPageBtn: Previous page of results icon
5544
+ nextPageBtn: Next page of results icon
5545
+ lastPageBtn: Last page of results icon
5546
+ sortingIconDesc: Table header descending sort icon
5547
+ sortingIconAsc: Table header ascending sort icon
5493
5548
  genericGroupCheckbox: Table group selection checkbox
5494
5549
  genericRowCheckbox: Table row selection checkbox for item {item}
5495
5550
  tableActionsLabel: More actions - { resource }
@@ -5518,6 +5573,7 @@ sortableTable:
5518
5573
  searchLabel: Filter table results
5519
5574
  in: in
5520
5575
  addFilter: Add Filter
5576
+ filteringDescription: Using this input will immediately filter the results in the table below
5521
5577
  filterFor: Filter for...
5522
5578
  selectCol: Select a column
5523
5579
  resetFilters: Reset
@@ -6966,6 +7022,28 @@ typeDescription:
6966
7022
  logging.banzaicloud.io.flow: A flow defines which logs to collect and filter as well as which output to send the logs. The flow is a namespaced resource, which means logs will only be collected from the namespace that the flow is deployed in.
6967
7023
  logging.banzaicloud.io.output: An output defines which logging providers that logs can be sent to. The output needs to be in the same namespace as the flow that is using it.
6968
7024
  group.principal: Assigning global roles to a group only works with external auth providers that support groups. Local authorization does not support groups.
7025
+ kubevirt.io.virtualmachine: 云虚拟机是一种安全可靠、弹性可伸缩的云计算服务器,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。
7026
+ harvesterhci.io.volume: 虚拟磁盘具有高性能和低时延的特点,支持随机读写,可以像使用物理硬盘一样,在虚拟机上进行格式化并建立文件系统来使用块存储。
7027
+ harvesterhci.io.volumesnapshot: 虚拟磁盘快照功能通过捕获虚拟磁盘在特定时间点的状态,生成增量副本,支持快速回滚磁盘状态,为测试验证、容灾恢复提供高效解决方案
7028
+ harvesterhci.io.virtualmachinebackup: 虚拟机备份功能通过创建包含磁盘数据、配置信息的完整副本,支持跨环境恢复及长期数据保护,为系统故障或灾难提供可靠容灾方案。
7029
+ harvesterhci.io.schedulevmbackup: 虚拟机备份策略功能通过创建定时任务,对虚拟机进行完整备份或增量快照,为用户提供自动化的数据备份和容灾方案。
7030
+ harvesterhci.io.vmsnapshot: 虚拟机快照功能通过捕获特定时间点的系统状态,支持快速恢复虚拟机状态,为数据备份与系统调试提供灵活解决方案。
7031
+ harvesterhci.io.keypair: SSH密钥对是一种安全便捷的登录认证方式,您可以实现免密码远程登录,并在无需人工干预的情况下进行安全的自动化操作,实现服务器配置和应用程序部署的自动化。
7032
+ harvesterhci.io.networkattachmentdefinition: 快速构建云上数据中心网络,二层,三层网络为扁平网络,虚拟专有网络为...VPN等网络类型,可以通过专线/VPN等连接方式与传统数据中心组成一个按需定制的网络环境,实现应用的平滑迁移上云。
7033
+ loadbalancer.harvesterhci.io.ippool: 地址池主要用于管理和分配网络中的IP地址和MAC地址等资源,以确保虚拟机和其他网络元素能够正常通信。
7034
+ loadbalancer.harvesterhci.io.loadbalancer: 负载均衡器(Load Balancer)是用于在多个计算资源之间分配网络或应用流量的设备或软件。其主要目的是优化资源利用、最大化吞吐量、减少延迟,并确保容错配置。
7035
+ harvesterhci.io.virtualmachineimage: 镜像是创建虚拟机实例的基础模板,规格能够设定创建虚拟机的CPU、内存、磁盘等资源数量,在创建虚拟机实例时必须选择一个镜像以及规格。
7036
+ harvesterhci.io.virtualmachinetemplateversion: 虚拟机模版是用于快速部署具有相同配置的多个虚拟机的一个基础镜像。它包含了操作系统、预安装的应用程序以及一系列预先设定的配置参数。
7037
+ harvesterhci.io.host: 物理机管理通过资源整合、动态调整、统一管理和自动化运维,提高了资源利用率、业务灵活性、系统可靠性和安全性,同时降低了成本和能耗,是资源管理重要的实现手段。
7038
+ harvesterhci.io.storage: 存储管理简化了复杂架构,提升了存储性能与效率,确保了高可用性和数据安全性,支持虚拟化环境,降低了成本,并优化了数据保护策略,是数据中心存储管理的关键解决方案。
7039
+ network.harvesterhci.io.clusternetwork: 集群网络功能通过将集群内物理服务器和网卡组成多个逻辑网络,实现服务器之间的灵活网络互联,提供高可用、高性能、高灵活度的网络服务。
7040
+ devices.harvesterhci.io.sriovnetworkdevice: SR-IOV网卡功能通过 SR-IOV 技术实现物理网卡的虚拟划分,支持虚拟机直接访问独立虚拟网卡,提升网卡利用率同时,不降低网络性能,优化资源利用率。
7041
+ devices.harvesterhci.io.sriovgpudevice: GPU管理主要对图形处理单元(Graphics Processing Unit,GPU)的有效监控、配置和优化,以确保其高效、稳定地运行。GPU管理也可以在超算场景中的使用,其强大的并行处理能力和高内存带宽使其成为高性能计算的重要工具和实现方式。
7042
+ devices.harvesterhci.io.usbdevice: USB管理功能,通过设备直通技术,将物理 USB 设备直接映射至虚拟机,实现跨平台数据交互与外设资源共享。
7043
+ harvesterhci.io.monitoring.alertmanagerconfig: 支持对云资源(包括物理机、虚拟机、存储、网络等)的运行状态、性能指标以及安全事件进行持续监控,能够及时发现潜在问题并触发告警,确保运维团队能够迅速响应并解决问题,从而保障云服务的稳定性和安全性。
7044
+ harvesterhci.io.setting: 集群配置主要用于管理系统中的一些功能及配置参数。
7045
+ harvesterhci.io.secret: 密钥管理功能集成密钥生成、存储、访问控制等功能,能够为镜像和虚拟磁盘点加密存储提供安全密钥。
7046
+ devices.harvesterhci.io.pcidevice: PCI是Peripheral Component Interconnect(外围设备互连)的缩写,它是一种计算机总线标准,主要用于连接计算机内部的各种外部设备。
6969
7047
 
6970
7048
  typeLabel:
6971
7049
  management.cattle.io.token: |-
@@ -7521,6 +7599,9 @@ typeLabel:
7521
7599
  }
7522
7600
 
7523
7601
  action:
7602
+ ariaLabel:
7603
+ hidePass: Hide {area}
7604
+ showPass: Reveal {area}
7524
7605
  clone: Clone
7525
7606
  disable: Disable
7526
7607
  download: Download YAML
@@ -7925,12 +8006,12 @@ customLinks:
7925
8006
  commercialSupport: Commercial Support
7926
8007
  appCo: SUSE Application Collection
7927
8008
 
7928
-
7929
8009
  ##############################
7930
8010
  ### Support Page
7931
8011
  ##############################
7932
8012
 
7933
8013
  support:
8014
+ bannerImage: Support page banner image
7934
8015
  community:
7935
8016
  title: SUSE Rancher provides world-class support
7936
8017
  linksTitle: Community Support