@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.
- package/lib/en/translation.json +1 -1
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -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}}
|
|
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