@openshift-assisted/locales 2.40.0 → 2.41.0

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.
@@ -23,7 +23,7 @@
23
23
  "ai:{{count}} worker failed_plural": "{{count}} workers failed",
24
24
  "ai:{{count}} worker installed": "{{count}} worker installed",
25
25
  "ai:{{count}} worker installed_plural": "{{count}} workers installed",
26
- "ai:{{cpus}} CPUs | {{memory}} Memory": "{{cpus}} CPUs | {{memory}} Memory",
26
+ "ai:{{cpus}} CPU cores | {{memory}} Memory": "{{cpus}} CPU cores | {{memory}} Memory",
27
27
  "ai:{{operatorsCountString}} installed": "{{operatorsCountString}} installed",
28
28
  "ai:{{selectedAgentsCount}} host selected out of {{matchingAgentsCount}} matching.": "{{selectedAgentsCount}} host selected out of {{matchingAgentsCount}} identified.",
29
29
  "ai:{{selectedAgentsCount}} host selected out of {{matchingAgentsCount}} matching._plural": "{{selectedAgentsCount}} hosts selected out of {{matchingAgentsCount}} identified.",
package/package.json CHANGED
@@ -59,5 +59,5 @@
59
59
  "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ."
60
60
  },
61
61
  "type": "module",
62
- "version": "2.40.0"
62
+ "version": "2.41.0"
63
63
  }