@flightctl/i18n 0.8.1 → 0.9.0-rc1
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/locales/en/translation.json +42 -8
- package/package.json +1 -1
|
@@ -143,15 +143,16 @@
|
|
|
143
143
|
"Indicates the overall status of the device hardware and operating system.": "Indicates the overall status of the device hardware and operating system.",
|
|
144
144
|
"Update status": "Update status",
|
|
145
145
|
"Indicates whether a system is running the latest target configuration or is updating towards it.": "Indicates whether a system is running the latest target configuration or is updating towards it.",
|
|
146
|
+
"Integrity status": "Integrity status",
|
|
147
|
+
"Indicates whether the device has been verified as secure and authentic.": "Indicates whether the device has been verified as secure and authentic.",
|
|
146
148
|
"Resource status": "Resource status",
|
|
147
149
|
"CPU pressure": "CPU pressure",
|
|
148
150
|
"Disk pressure": "Disk pressure",
|
|
149
151
|
"Memory pressure": "Memory pressure",
|
|
150
|
-
"Device is owned by more than one fleet": "Device is owned by more than one fleet",
|
|
151
|
-
"Device labels don't match any fleet's selector labels": "Device labels don't match any fleet's selector labels",
|
|
152
|
-
"Multiple owners": "Multiple owners",
|
|
153
152
|
"None": "None",
|
|
153
|
+
"Device labels don't match any fleet's selector labels": "Device labels don't match any fleet's selector labels",
|
|
154
154
|
"Ownership information": "Ownership information",
|
|
155
|
+
"Device is owned by more than one fleet:": "Device is owned by more than one fleet:",
|
|
155
156
|
"System image mismatch": "System image mismatch",
|
|
156
157
|
"Desired system image: {{ desiredOsImage }}": "Desired system image: {{ desiredOsImage }}",
|
|
157
158
|
"Connection was closed": "Connection was closed",
|
|
@@ -334,7 +335,7 @@
|
|
|
334
335
|
"CPU utilization has reached a warning level": "CPU utilization has reached a warning level",
|
|
335
336
|
"CPU utilization has reached a critical level": "CPU utilization has reached a critical level",
|
|
336
337
|
"Memory utilization has returned to normal": "Memory utilization has returned to normal",
|
|
337
|
-
"Memory utilization has reached a warning level
|
|
338
|
+
"Memory utilization has reached a warning level": "Memory utilization has reached a warning level",
|
|
338
339
|
"Memory utilization has reached a critical level": "Memory utilization has reached a critical level",
|
|
339
340
|
"Disk utilization has returned to normal": "Disk utilization has returned to normal",
|
|
340
341
|
"Disk utilization has reached a warning level": "Disk utilization has reached a warning level",
|
|
@@ -344,9 +345,29 @@
|
|
|
344
345
|
"Some application workloads are in error state": "Some application workloads are in error state",
|
|
345
346
|
"Device reconnected": "Device reconnected",
|
|
346
347
|
"Device is disconnected": "Device is disconnected",
|
|
348
|
+
"Device is rebooting": "Device is rebooting",
|
|
347
349
|
"Device returned to being up-to-date": "Device returned to being up-to-date",
|
|
348
350
|
"Device is updating": "Device is updating",
|
|
349
351
|
"Device is out-of-date": "Device is out-of-date",
|
|
352
|
+
"Detected device ownership conflict": "Detected device ownership conflict",
|
|
353
|
+
"Device ownership conflict has been resolved": "Device ownership conflict has been resolved",
|
|
354
|
+
"Device specification has returned to a valid state": "Device specification has returned to a valid state",
|
|
355
|
+
"Device specification is invalid": "Device specification is invalid",
|
|
356
|
+
"Enrollment request was approved": "Enrollment request was approved",
|
|
357
|
+
"Enrollment request approval failed": "Enrollment request approval failed",
|
|
358
|
+
"Internal task failed": "Internal task failed",
|
|
359
|
+
"Repository is accessible": "Repository is accessible",
|
|
360
|
+
"Repository is inaccessible": "Repository is inaccessible",
|
|
361
|
+
"Fleet rollout started": "Fleet rollout started",
|
|
362
|
+
"Fleet rollout created": "Fleet rollout created",
|
|
363
|
+
"Fleet rollout batch completed": "Fleet rollout batch completed",
|
|
364
|
+
"Resourcesync synchronization completed": "Resourcesync synchronization completed",
|
|
365
|
+
"Resourcesync synchronization failed": "Resourcesync synchronization failed",
|
|
366
|
+
"Resourcesync parsed successfully": "Resourcesync parsed successfully",
|
|
367
|
+
"Resourcesync parsing failed": "Resourcesync parsing failed",
|
|
368
|
+
"Resourcesync is accessible": "Resourcesync is accessible",
|
|
369
|
+
"Resourcesync is not accessible": "Resourcesync is not accessible",
|
|
370
|
+
"Resourcesync new commit detected": "Resourcesync new commit detected",
|
|
350
371
|
"Resource": "Resource",
|
|
351
372
|
"Review": "Review",
|
|
352
373
|
"Review and create": "Review and create",
|
|
@@ -586,6 +607,17 @@
|
|
|
586
607
|
"Delete resource syncs": "Delete resource syncs",
|
|
587
608
|
"Are you sure you want to delete the following resource syncs?": "Are you sure you want to delete the following resource syncs?",
|
|
588
609
|
"Revision": "Revision",
|
|
610
|
+
"Some application workloads are degraded": "Some application workloads are degraded",
|
|
611
|
+
"Resource was deleted successfully": "Resource was deleted successfully",
|
|
612
|
+
"Enrollment request": "Enrollment request",
|
|
613
|
+
"Template version": "Template version",
|
|
614
|
+
"Loading alerts...": "Loading alerts...",
|
|
615
|
+
"Error loading alerts": "Error loading alerts",
|
|
616
|
+
"Alerts": "Alerts",
|
|
617
|
+
"There are no active Alerts at this time": "There are no active Alerts at this time",
|
|
618
|
+
"This area displays current notifications about your monitored devices and fleets.": "This area displays current notifications about your monitored devices and fleets.",
|
|
619
|
+
"Alerts will appear here if an issue is detected.": "Alerts will appear here if an issue is detected.",
|
|
620
|
+
"View devices": "View devices",
|
|
589
621
|
"{{count}} Devices_one": "{{count}} Device",
|
|
590
622
|
"{{count}} Devices_other": "{{count}} Devices",
|
|
591
623
|
"Review pending devices_one": "Review pending device",
|
|
@@ -683,8 +715,9 @@
|
|
|
683
715
|
"Past threshold ({{ percent }}%)": "Past threshold ({{ percent }}%)",
|
|
684
716
|
"{{ monitorType }} pressure - {{ status }}": "{{ monitorType }} pressure - {{ status }}",
|
|
685
717
|
"Within limits": "Within limits",
|
|
686
|
-
"
|
|
687
|
-
"
|
|
718
|
+
"Device identity - {{ status }}": "Device identity - {{ status }}",
|
|
719
|
+
"TPM - {{ status }}": "TPM - {{ status }}",
|
|
720
|
+
"Last verification at: {{ timestamp }}": "Last verification at: {{ timestamp }}",
|
|
688
721
|
"Overall status of application workloads.": "Overall status of application workloads.",
|
|
689
722
|
"Overall status of device hardware and operating system.": "Overall status of device hardware and operating system.",
|
|
690
723
|
"Current system configuration vs. latest system configuration.": "Current system configuration vs. latest system configuration.",
|
|
@@ -738,13 +771,14 @@
|
|
|
738
771
|
"Pending approval": "Pending approval",
|
|
739
772
|
"Approved": "Approved",
|
|
740
773
|
"Denied": "Denied",
|
|
741
|
-
"Selectors overlap": "Selectors overlap",
|
|
742
774
|
"Valid": "Valid",
|
|
743
775
|
"Invalid": "Invalid",
|
|
744
776
|
"Sync pending": "Sync pending",
|
|
745
|
-
"Fleet's selector overlaps with at least one other fleet, causing ambiguous device ownership.": "Fleet's selector overlaps with at least one other fleet, causing ambiguous device ownership.",
|
|
746
777
|
"Waiting for first sync": "Waiting for first sync",
|
|
747
778
|
"Last rollout did not complete successfully": "Last rollout did not complete successfully",
|
|
779
|
+
"Failed": "Failed",
|
|
780
|
+
"Unsupported": "Unsupported",
|
|
781
|
+
"Verified": "Verified",
|
|
748
782
|
"Synced": "Synced",
|
|
749
783
|
"Not synced": "Not synced",
|
|
750
784
|
"Parsed": "Parsed",
|
package/package.json
CHANGED