@flightctl/i18n 1.0.2 → 1.1.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 +191 -37
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"No authentication providers found. Please contact your administrator.": "No authentication providers found. Please contact your administrator.",
|
|
19
19
|
"Failed to load the authentication providers": "Failed to load the authentication providers",
|
|
20
20
|
"Redirecting to login for {{ provider }}...": "Redirecting to login for {{ provider }}...",
|
|
21
|
+
"Choose login method": "Choose login method",
|
|
21
22
|
"Authentication failed": "Authentication failed",
|
|
22
23
|
"Authentication failed. Please try logging in again.": "Authentication failed. Please try logging in again.",
|
|
23
24
|
"Failed to get user info": "Failed to get user info",
|
|
@@ -35,6 +36,10 @@
|
|
|
35
36
|
"Device": "Device",
|
|
36
37
|
"Devices": "Devices",
|
|
37
38
|
"Edit device": "Edit device",
|
|
39
|
+
"Image builds": "Image builds",
|
|
40
|
+
"Build new image": "Build new image",
|
|
41
|
+
"Duplicate image build": "Duplicate image build",
|
|
42
|
+
"Image build": "Image build",
|
|
38
43
|
"Repositories": "Repositories",
|
|
39
44
|
"Create Repository": "Create Repository",
|
|
40
45
|
"Edit repository": "Edit repository",
|
|
@@ -209,11 +214,14 @@
|
|
|
209
214
|
"Start editing": "Start editing",
|
|
210
215
|
"Reload": "Reload",
|
|
211
216
|
"Download": "Download",
|
|
217
|
+
"Copied!": "Copied!",
|
|
212
218
|
"Copy text": "Copy text",
|
|
213
219
|
"New label": "New label",
|
|
214
220
|
"Add label": "Add label",
|
|
215
221
|
"Unexpected error occurred": "Unexpected error occurred",
|
|
216
222
|
"Please reload the page and try again.": "Please reload the page and try again.",
|
|
223
|
+
"Next": "Next",
|
|
224
|
+
"Back": "Back",
|
|
217
225
|
"Show less": "Show less",
|
|
218
226
|
"more": "more",
|
|
219
227
|
"Learn more": "Learn more",
|
|
@@ -228,11 +236,13 @@
|
|
|
228
236
|
"Unable to log in to the application": "Unable to log in to the application",
|
|
229
237
|
"You do not have access to any organizations.": "You do not have access to any organizations.",
|
|
230
238
|
"Please contact your administrator to be granted access to an organization.": "Please contact your administrator to be granted access to an organization.",
|
|
239
|
+
"You will need to log out and log in again to access the application.": "You will need to log out and log in again to access the application.",
|
|
231
240
|
"We cannot log you in as we could not determine what organizations you have access to.": "We cannot log you in as we could not determine what organizations you have access to.",
|
|
232
241
|
"Please try refreshing the page. If the problem persists, contact your administrator.": "Please try refreshing the page. If the problem persists, contact your administrator.",
|
|
233
242
|
"Error details": "Error details",
|
|
234
243
|
"Reload organizations": "Reload organizations",
|
|
235
244
|
"Change Organization": "Change Organization",
|
|
245
|
+
"Copy login command": "Copy login command",
|
|
236
246
|
"Settings": "Settings",
|
|
237
247
|
"Fleet not found": "Fleet not found",
|
|
238
248
|
"We could not find the fleet with id <1>{id}</1>": "We could not find the fleet with id <1>{id}</1>",
|
|
@@ -255,6 +265,7 @@
|
|
|
255
265
|
"Device applications table": "Device applications table",
|
|
256
266
|
"Ready": "Ready",
|
|
257
267
|
"Restarts": "Restarts",
|
|
268
|
+
"Run as user": "Run as user",
|
|
258
269
|
"Embedded": "Embedded",
|
|
259
270
|
"Yes": "Yes",
|
|
260
271
|
"No": "No",
|
|
@@ -318,7 +329,6 @@
|
|
|
318
329
|
"Devices table": "Devices table",
|
|
319
330
|
"Device already started decommissioning and cannot be edited.": "Device already started decommissioning and cannot be edited.",
|
|
320
331
|
"View device details": "View device details",
|
|
321
|
-
"System update status": "System update status",
|
|
322
332
|
"Filter by status": "Filter by status",
|
|
323
333
|
"No devices here!": "No devices here!",
|
|
324
334
|
"You can add devices and label them to match fleets, or you can <2>start with a fleet</2> and add devices into it.": "You can add devices and label them to match fleets, or you can <2>start with a fleet</2> and add devices into it.",
|
|
@@ -341,8 +351,6 @@
|
|
|
341
351
|
"Device template": "Device template",
|
|
342
352
|
"Updates": "Updates",
|
|
343
353
|
"Review and save": "Review and save",
|
|
344
|
-
"Next": "Next",
|
|
345
|
-
"Back": "Back",
|
|
346
354
|
"The device will be bound to a fleet. As a result, its configurations cannot be edited directly.": "The device will be bound to a fleet. As a result, its configurations cannot be edited directly.",
|
|
347
355
|
"This port mapping already exists": "This port mapping already exists",
|
|
348
356
|
"Port mapping must be in format \"hostPort:containerPort\"": "Port mapping must be in format \"hostPort:containerPort\"",
|
|
@@ -367,6 +375,24 @@
|
|
|
367
375
|
"Set the maximum memory usage for your container using Podman format. You can specify a number with an optional unit: \"b\" (bytes), \"k\" (kibibytes), \"m\" (mebibytes), \"g\" (gibibytes). Examples: \"512\", \"512m\", \"1g\", \"2048k\". Ensure the limit fits within your device's available memory and accounts for other applications and system processes.": "Set the maximum memory usage for your container using Podman format. You can specify a number with an optional unit: \"b\" (bytes), \"k\" (kibibytes), \"m\" (mebibytes), \"g\" (gibibytes). Examples: \"512\", \"512m\", \"1g\", \"2048k\". Ensure the limit fits within your device's available memory and accounts for other applications and system processes.",
|
|
368
376
|
"Enter numeric value with optional unit": "Enter numeric value with optional unit",
|
|
369
377
|
"Provide a valid memory value (e.g., \"512\", \"512m\", \"2g\", \"1024k\").": "Provide a valid memory value (e.g., \"512\", \"512m\", \"2g\", \"1024k\").",
|
|
378
|
+
"OCI reference URL": "OCI reference URL",
|
|
379
|
+
"Reference to the OCI image or artifact containing the Helm chart.": "Reference to the OCI image or artifact containing the Helm chart.",
|
|
380
|
+
"Namespace": "Namespace",
|
|
381
|
+
"The namespace to install the Helm chart into.": "The namespace to install the Helm chart into.",
|
|
382
|
+
"Type namespace here": "Type namespace here",
|
|
383
|
+
"If you do not specify a namespace, the agent uses a namespace based on the application name.": "If you do not specify a namespace, the agent uses a namespace based on the application name.",
|
|
384
|
+
"Values file names": "Values file names",
|
|
385
|
+
"Reference values files that are defined within the Helm application package. Files are applied in the specified order, before user-provided values.": "Reference values files that are defined within the Helm application package. Files are applied in the specified order, before user-provided values.",
|
|
386
|
+
"Values file {{ number }}": "Values file {{ number }}",
|
|
387
|
+
"Enter a file path relative to the Helm chart root. For example, values.yaml": "Enter a file path relative to the Helm chart root. For example, values.yaml",
|
|
388
|
+
"Type values file name here": "Type values file name here",
|
|
389
|
+
"Delete values file": "Delete values file",
|
|
390
|
+
"Fill in the existing values files before you can add more values files.": "Fill in the existing values files before you can add more values files.",
|
|
391
|
+
"Add values file": "Add values file",
|
|
392
|
+
"Order of precedence: Files are applied in the order listed. If the same parameter is defined in multiple files, the value in the last file takes precedence and overrides previous values.": "Order of precedence: Files are applied in the order listed. If the same parameter is defined in multiple files, the value in the last file takes precedence and overrides previous values.",
|
|
393
|
+
"Inline values": "Inline values",
|
|
394
|
+
"Provide a valid YAML file": "Provide a valid YAML file",
|
|
395
|
+
"Enter configuration values in YAML format to be applied to the Helm chart. These values take precedence over those defined in the files listed above.": "Enter configuration values in YAML format to be applied to the Helm chart. These values take precedence over those defined in the files listed above.",
|
|
370
396
|
"The application image. Learn how to create one": "The application image. Learn how to create one",
|
|
371
397
|
"here": "here",
|
|
372
398
|
"File {{ fileNum }}": "File {{ fileNum }}",
|
|
@@ -375,9 +401,13 @@
|
|
|
375
401
|
"Content is base64 encoded": "Content is base64 encoded",
|
|
376
402
|
"Delete file": "Delete file",
|
|
377
403
|
"Add file": "Add file",
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
404
|
+
"Access & permissions": "Access & permissions",
|
|
405
|
+
"System integrity protection": "System integrity protection",
|
|
406
|
+
"System integrity protection enabled": "System integrity protection enabled",
|
|
407
|
+
"System integrity protection disabled": "System integrity protection disabled",
|
|
408
|
+
"Prevents this workload from modifying critical host operating system files. We recommend keeping this enabled to maintain system integrity.": "Prevents this workload from modifying critical host operating system files. We recommend keeping this enabled to maintain system integrity.",
|
|
409
|
+
"Rootless user identity": "Rootless user identity",
|
|
410
|
+
"By default, workloads run as the '{{ runAsUser }}' user. To specify a custom user identity, edit the application configuration via YAML or CLI.": "By default, workloads run as the '{{ runAsUser }}' user. To specify a custom user identity, edit the application configuration via YAML or CLI.",
|
|
381
411
|
"Application {{ appNum }}": "Application {{ appNum }}",
|
|
382
412
|
"Application type": "Application type",
|
|
383
413
|
"Select an application type": "Select an application type",
|
|
@@ -387,7 +417,6 @@
|
|
|
387
417
|
"Pull definitions from container registry (reusable, versioned).": "Pull definitions from container registry (reusable, versioned).",
|
|
388
418
|
"Inline": "Inline",
|
|
389
419
|
"Define application files directly in this interface (custom, one-off).": "Define application files directly in this interface (custom, one-off).",
|
|
390
|
-
"OCI reference URL": "OCI reference URL",
|
|
391
420
|
"The unique identifier for this application.": "The unique identifier for this application.",
|
|
392
421
|
"Variable {{ number }}": "Variable {{ number }}",
|
|
393
422
|
"Delete variable": "Delete variable",
|
|
@@ -446,7 +475,6 @@
|
|
|
446
475
|
"Delete configuration": "Delete configuration",
|
|
447
476
|
"Add configuration": "Add configuration",
|
|
448
477
|
"Failed to load repositories": "Failed to load repositories",
|
|
449
|
-
"Missing repository": "Missing repository",
|
|
450
478
|
"Branch/tag/commit": "Branch/tag/commit",
|
|
451
479
|
"Path": "Path",
|
|
452
480
|
"Path in the repository where the configuration files are located.": "Path in the repository where the configuration files are located.",
|
|
@@ -455,9 +483,6 @@
|
|
|
455
483
|
"Suffix that will be combined with the repository's base URL to invoke the HTTP service. Can include query parameters.": "Suffix that will be combined with the repository's base URL to invoke the HTTP service. Can include query parameters.",
|
|
456
484
|
"File path": "File path",
|
|
457
485
|
"Path of the file where the response will be stored in the device filesystem.": "Path of the file where the response will be stored in the device filesystem.",
|
|
458
|
-
"Repository": "Repository",
|
|
459
|
-
"Select a repository": "Select a repository",
|
|
460
|
-
"Create repository": "Create repository",
|
|
461
486
|
"Register all MicroShift devices to ACM": "Register all MicroShift devices to ACM",
|
|
462
487
|
"Select this when all the devices in the fleet are running MicroShift and you want to register them to ACM.": "Select this when all the devices in the fleet are running MicroShift and you want to register them to ACM.",
|
|
463
488
|
"To remove registration, you'll need to uncheck this option and also remove the clusters from ACM's clusters list": "To remove registration, you'll need to uncheck this option and also remove the clusters from ACM's clusters list",
|
|
@@ -481,10 +506,6 @@
|
|
|
481
506
|
"The device will download and apply updates as soon as they are available.": "The device will download and apply updates as soon as they are available.",
|
|
482
507
|
"Device alias": "Device alias",
|
|
483
508
|
"Device labels": "Device labels",
|
|
484
|
-
"Single Container": "Single Container",
|
|
485
|
-
"Quadlet": "Quadlet",
|
|
486
|
-
"Compose": "Compose",
|
|
487
|
-
"Unknown": "Unknown",
|
|
488
509
|
"Unnamed": "Unnamed",
|
|
489
510
|
"Device fleet": "Device fleet",
|
|
490
511
|
"Edge Manager will not manage system image": "Edge Manager will not manage system image",
|
|
@@ -495,9 +516,6 @@
|
|
|
495
516
|
"Maximum unavailable devices: {{ maxUnavailable }}": "Maximum unavailable devices: {{ maxUnavailable }}",
|
|
496
517
|
"Add service": "Add service",
|
|
497
518
|
"Tracked systemd services": "Tracked systemd services",
|
|
498
|
-
"Track systemd services": "Track systemd services",
|
|
499
|
-
"Systemd service name": "Systemd service name",
|
|
500
|
-
"Track services": "Track services",
|
|
501
519
|
"Approve": "Approve",
|
|
502
520
|
"Certificate signing request": "Certificate signing request",
|
|
503
521
|
"A PEM-encoded PKCS#10 certificate signing request.": "A PEM-encoded PKCS#10 certificate signing request.",
|
|
@@ -683,6 +701,8 @@
|
|
|
683
701
|
"Import": "Import",
|
|
684
702
|
"Select or create repository": "Select or create repository",
|
|
685
703
|
"Add resource sync": "Add resource sync",
|
|
704
|
+
"Repository": "Repository",
|
|
705
|
+
"Select a repository": "Select a repository",
|
|
686
706
|
"URL": "URL",
|
|
687
707
|
"Sync status": "Sync status",
|
|
688
708
|
"Last transition": "Last transition",
|
|
@@ -697,6 +717,11 @@
|
|
|
697
717
|
"Add item": "Add item",
|
|
698
718
|
"Resolved": "Resolved",
|
|
699
719
|
"Name must be unique": "Name must be unique",
|
|
720
|
+
"Unknown": "Unknown",
|
|
721
|
+
"Accessible": "Accessible",
|
|
722
|
+
"Not accessible": "Not accessible",
|
|
723
|
+
"Missing repository": "Missing repository",
|
|
724
|
+
"Create repository": "Create repository",
|
|
700
725
|
"Max file size {{ maxFileSize }} MB": "Max file size {{ maxFileSize }} MB",
|
|
701
726
|
"Content exceeds max file size of {{ maxFileSize }} MB": "Content exceeds max file size of {{ maxFileSize }} MB",
|
|
702
727
|
"Drag a file or browse to upload": "Drag a file or browse to upload",
|
|
@@ -749,6 +774,7 @@
|
|
|
749
774
|
"Container port is required": "Container port is required",
|
|
750
775
|
"CPU limit is invalid.": "CPU limit is invalid.",
|
|
751
776
|
"Memory limit is invalid.": "Memory limit is invalid.",
|
|
777
|
+
"YAML content is invalid.": "YAML content is invalid.",
|
|
752
778
|
"Name is required for quadlet applications.": "Name is required for quadlet applications.",
|
|
753
779
|
"Name is required for compose applications.": "Name is required for compose applications.",
|
|
754
780
|
"Application name must be unique.": "Application name must be unique.",
|
|
@@ -791,11 +817,112 @@
|
|
|
791
817
|
"Device aliases must be unique. Add a number to the template to generate unique aliases.": "Device aliases must be unique. Add a number to the template to generate unique aliases.",
|
|
792
818
|
"Fleet selection is required": "Fleet selection is required",
|
|
793
819
|
"At least one label is required": "At least one label is required",
|
|
820
|
+
"Retry image build": "Retry image build",
|
|
821
|
+
"Image build was created but has a different name": "Image build was created but has a different name",
|
|
822
|
+
"Image details": "Image details",
|
|
823
|
+
"Image output": "Image output",
|
|
824
|
+
"Registration": "Registration",
|
|
825
|
+
"Build image": "Build image",
|
|
826
|
+
"Repository is read-only and cannot be used as the target repository.": "Repository is read-only and cannot be used as the target repository.",
|
|
827
|
+
"Management-ready by default": "Management-ready by default",
|
|
828
|
+
"The agent is automatically included in this image. This ensures your devices are ready to be managed immediately after they are deployed.": "The agent is automatically included in this image. This ensures your devices are ready to be managed immediately after they are deployed.",
|
|
829
|
+
"Target repository": "Target repository",
|
|
830
|
+
"Storage repository for your completed image.": "Storage repository for your completed image.",
|
|
831
|
+
"Image name": "Image name",
|
|
832
|
+
"The image name that will be pushed to the repository. For example: flightctl/rhel-bootc": "The image name that will be pushed to the repository. For example: flightctl/rhel-bootc",
|
|
833
|
+
"Image tag": "Image tag",
|
|
834
|
+
"Specify the version (e.g., latest or 9.6)": "Specify the version (e.g., latest or 9.6)",
|
|
835
|
+
"Export formats": "Export formats",
|
|
836
|
+
"Choose formats you need for this image. Each selection will generate a separate, ready-to-use image file.": "Choose formats you need for this image. Each selection will generate a separate, ready-to-use image file.",
|
|
837
|
+
"{{count}} image export tasks will be created._one": "{{count}} image export task will be created.",
|
|
838
|
+
"{{count}} image export tasks will be created._other": "{{count}} image export tasks will be created.",
|
|
839
|
+
"Early binding": "Early binding",
|
|
840
|
+
"This image is automatically secured. Register it within {{ validityPeriod }} years to keep it active._one": "This image is automatically secured. Register it within {{ validityPeriod }} year to keep it active.",
|
|
841
|
+
"This image is automatically secured. Register it within {{ validityPeriod }} years to keep it active._other": "This image is automatically secured. Register it within {{ validityPeriod }} years to keep it active.",
|
|
842
|
+
"Enrollment": "Enrollment",
|
|
843
|
+
"Auto-create certificate": "Auto-create certificate",
|
|
844
|
+
"{{ validityPeriod }} years (Standard)_one": "{{ validityPeriod }} year (Standard)",
|
|
845
|
+
"{{ validityPeriod }} years (Standard)_other": "{{ validityPeriod }} years (Standard)",
|
|
846
|
+
"Late binding": "Late binding",
|
|
847
|
+
"No additional user input required (cloud-init and ignition are enabled automatically)": "No additional user input required (cloud-init and ignition are enabled automatically)",
|
|
848
|
+
"Remote access": "Remote access",
|
|
849
|
+
"Provide an SSH public key to enable passwordless login once your image is deployed.": "Provide an SSH public key to enable passwordless login once your image is deployed.",
|
|
850
|
+
"Username": "Username",
|
|
851
|
+
"The username for the user account": "The username for the user account",
|
|
852
|
+
"SSH public key": "SSH public key",
|
|
853
|
+
"Paste the content of an SSH public key you want to use to connect to the device.": "Paste the content of an SSH public key you want to use to connect to the device.",
|
|
854
|
+
"Base image": "Base image",
|
|
855
|
+
"Source repository": "Source repository",
|
|
856
|
+
"Image reference URL": "Image reference URL",
|
|
857
|
+
"Image output name": "Image output name",
|
|
858
|
+
"Image output tag": "Image output tag",
|
|
859
|
+
"Image output reference URL": "Image output reference URL",
|
|
860
|
+
"Binding type": "Binding type",
|
|
861
|
+
"Cloud-init and ignition are enabled automatically": "Cloud-init and ignition are enabled automatically",
|
|
862
|
+
"Enabled for <1>{remoteAccessUsername}</1>": "Enabled for <1>{remoteAccessUsername}</1>",
|
|
863
|
+
"Failed to create image build": "Failed to create image build",
|
|
864
|
+
"Image build created, but some exports failed": "Image build created, but some exports failed",
|
|
865
|
+
"The image build \"{{buildName}}\" was created successfully, however the following export(s) failed:": "The image build \"{{buildName}}\" was created successfully, however the following export(s) failed:",
|
|
866
|
+
"The image name from the registry. For example: rhel9/rhel-bootc": "The image name from the registry. For example: rhel9/rhel-bootc",
|
|
867
|
+
"Source repository is required": "Source repository is required",
|
|
868
|
+
"Image name is required": "Image name is required",
|
|
869
|
+
"Image tag is required": "Image tag is required",
|
|
870
|
+
"Source image is required": "Source image is required",
|
|
871
|
+
"Target repository is required": "Target repository is required",
|
|
872
|
+
"Target image is required": "Target image is required",
|
|
873
|
+
"Binding type is required": "Binding type is required",
|
|
874
|
+
"Delete this build?": "Delete this build?",
|
|
875
|
+
"This will remove the record of this build and its history._one": "This will remove the record of this build and its history.",
|
|
876
|
+
"This will remove the record of this build and its history._other": "This will remove the record of these builds and their history.",
|
|
877
|
+
"The actual image files in your storage will not be deleted.": "The actual image files in your storage will not be deleted.",
|
|
878
|
+
"Deletion of image build failed.": "Deletion of image build failed.",
|
|
879
|
+
"Queued": "Queued",
|
|
880
|
+
"Building": "Building",
|
|
881
|
+
"Pushing": "Pushing",
|
|
882
|
+
"Complete": "Complete",
|
|
883
|
+
"Failed": "Failed",
|
|
884
|
+
"Canceling": "Canceling",
|
|
885
|
+
"Canceled": "Canceled",
|
|
886
|
+
"Converting": "Converting",
|
|
887
|
+
"Image built successfully": "Image built successfully",
|
|
888
|
+
"Export images": "Export images",
|
|
889
|
+
"Logs": "Logs",
|
|
890
|
+
"Retry": "Retry",
|
|
891
|
+
"Duplicate": "Duplicate",
|
|
892
|
+
"Delete image build": "Delete image build",
|
|
893
|
+
"Build information": "Build information",
|
|
894
|
+
"Build status": "Build status",
|
|
895
|
+
"Source image": "Source image",
|
|
896
|
+
"Virtualization (VMDK)": "Virtualization (VMDK)",
|
|
897
|
+
"OpenStack/KVM (QCOW2)": "OpenStack/KVM (QCOW2)",
|
|
898
|
+
"OpenShift Virtualization (QCOW2)": "OpenShift Virtualization (QCOW2)",
|
|
899
|
+
"Metal installer (ISO)": "Metal installer (ISO)",
|
|
900
|
+
"Completed": "Completed",
|
|
901
|
+
"In progress": "In progress",
|
|
902
|
+
"Failed to load logs": "Failed to load logs",
|
|
903
|
+
"For built and failed export tasks, only the last 500 lines are available.": "For built and failed export tasks, only the last 500 lines are available.",
|
|
904
|
+
"Export image": "Export image",
|
|
905
|
+
"Export tasks logs are only available after the image build is completed": "Export tasks logs are only available after the image build is completed",
|
|
906
|
+
"Image build logs": "Image build logs",
|
|
907
|
+
"Image builds cannot be edited. Use Retry to create a new image build based on this one.": "Image builds cannot be edited. Use Retry to create a new image build based on this one.",
|
|
908
|
+
"Date": "Date",
|
|
909
|
+
"Build failed. Please retry.": "Build failed. Please retry.",
|
|
910
|
+
"View more": "View more",
|
|
911
|
+
"There are no image builds in your environment.": "There are no image builds in your environment.",
|
|
912
|
+
"Generate system images for consistent deployment to edge devices.": "Generate system images for consistent deployment to edge devices.",
|
|
913
|
+
"Delete image builds": "Delete image builds",
|
|
914
|
+
"Image builds table": "Image builds table",
|
|
915
|
+
"Downloading...": "Downloading...",
|
|
916
|
+
"View logs": "View logs",
|
|
917
|
+
"Created: {{date}}": "Created: {{date}}",
|
|
918
|
+
"We couldn't export your image": "We couldn't export your image",
|
|
919
|
+
"We couldn't download your image": "We couldn't download your image",
|
|
920
|
+
"Something went wrong on our end. Please review the error details and try again.": "Something went wrong on our end. Please review the error details and try again.",
|
|
921
|
+
"Enter the image details to view the URL it resolves to": "Enter the image details to view the URL it resolves to",
|
|
794
922
|
"device": "device",
|
|
795
923
|
"pending device": "pending device",
|
|
796
924
|
"resource sync": "resource sync",
|
|
797
925
|
"You are about to resume device <1>{deviceName}</1>": "You are about to resume device <1>{deviceName}</1>",
|
|
798
|
-
"Choose login method": "Choose login method",
|
|
799
926
|
"Log in with {{ providerName }}": "Log in with {{ providerName }}",
|
|
800
927
|
"Back to login options": "Back to login options",
|
|
801
928
|
"Enter your Kubernetes token": "Enter your Kubernetes token",
|
|
@@ -831,6 +958,12 @@
|
|
|
831
958
|
"Decommissioned devices will not be able to communicate with the edge management system anymore, and they will be removed from any fleet they were associated to. Once decommissioned, the device cannot be managed further.": "Decommissioned devices will not be able to communicate with the edge management system anymore, and they will be removed from any fleet they were associated to. Once decommissioned, the device cannot be managed further.",
|
|
832
959
|
"Delete {{resourceType}} ?": "Delete {{resourceType}} ?",
|
|
833
960
|
"Are you sure you want to delete {resourceType} <3>{resourceName}</3>?": "Are you sure you want to delete {resourceType} <3>{resourceName}</3>?",
|
|
961
|
+
"Failed to retrieve login command": "Failed to retrieve login command",
|
|
962
|
+
"No authentication providers available": "No authentication providers available",
|
|
963
|
+
"Select your preferred provider and use the command to log in to the Flight Control CLI.": "Select your preferred provider and use the command to log in to the Flight Control CLI.",
|
|
964
|
+
"Use the following command to log in to the Flight Control CLI:": "Use the following command to log in to the Flight Control CLI:",
|
|
965
|
+
"Copy Login Command": "Copy Login Command",
|
|
966
|
+
"Provider": "Provider",
|
|
834
967
|
"Approve pending devices": "Approve pending devices",
|
|
835
968
|
"Make sure you recognise and expect the following devices before approving them. Are you sure you want to approve the listed devices?": "Make sure you recognise and expect the following devices before approving them. Are you sure you want to approve the listed devices?",
|
|
836
969
|
"Alias devices using a custom template. Add a number using": "Alias devices using a custom template. Add a number using",
|
|
@@ -851,6 +984,7 @@
|
|
|
851
984
|
"Some fleets you selected are managed by a resource sync and cannot be deleted. To remove those fleets, delete the resource syncs from the related repositories inside the \"Repositories\" tab.": "Some fleets you selected are managed by a resource sync and cannot be deleted. To remove those fleets, delete the resource syncs from the related repositories inside the \"Repositories\" tab.",
|
|
852
985
|
"Show fleets": "Show fleets",
|
|
853
986
|
"{{progress}} of {{progressTotal}}": "{{progress}} of {{progressTotal}}",
|
|
987
|
+
"Delete image builds?": "Delete image builds?",
|
|
854
988
|
"Failed to delete resource syncs. {{errorDetails}}": "Failed to delete resource syncs. {{errorDetails}}",
|
|
855
989
|
"Delete repositories ?": "Delete repositories ?",
|
|
856
990
|
"Please wait while the repository details are loading": "Please wait while the repository details are loading",
|
|
@@ -865,7 +999,6 @@
|
|
|
865
999
|
"Revision": "Revision",
|
|
866
1000
|
"Failed to obtain the number of matching devices": "Failed to obtain the number of matching devices",
|
|
867
1001
|
"Resume devices": "Resume devices",
|
|
868
|
-
"Resume selection": "Resume selection",
|
|
869
1002
|
"Following a system restore, devices have been identified with configurations newer than the server's records. To prevent data loss, they have been suspended from receiving updates.": "Following a system restore, devices have been identified with configurations newer than the server's records. To prevent data loss, they have been suspended from receiving updates.",
|
|
870
1003
|
"Choose the criteria to select the devices to resume": "Choose the criteria to select the devices to resume",
|
|
871
1004
|
"Resume all suspended devices associated with a given fleet": "Resume all suspended devices associated with a given fleet",
|
|
@@ -894,19 +1027,20 @@
|
|
|
894
1027
|
"{{ count }} devices were resumed_other": "{{ count }} devices were resumed",
|
|
895
1028
|
"Resumed with warnings": "Resumed with warnings",
|
|
896
1029
|
"{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully": "{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully",
|
|
1030
|
+
"Resume selection": "Resume selection",
|
|
897
1031
|
"Resume all {{ count }} devices?_one": "Resume {{ count }} device?",
|
|
898
1032
|
"Resume all {{ count }} devices?_other": "Resume all {{ count }} devices?",
|
|
899
1033
|
"Resume devices result": "Resume devices result",
|
|
900
1034
|
"Resume all devices": "Resume all devices",
|
|
901
1035
|
"Resume devices?_one": "Resume device?",
|
|
902
1036
|
"Resume devices?_other": "Resume devices?",
|
|
903
|
-
"Resume": "Resume",
|
|
904
1037
|
"This action will resolve the configuration conflict and allow the devices to receive new updates from the server. This action is irreversible, please ensure the devices' assigned configuration is correct before proceeding._one": "This action will resolve the configuration conflict and allow the device to receive new updates from the server. This action is irreversible, please ensure the device's assigned configuration is correct before proceeding.",
|
|
905
1038
|
"This action will resolve the configuration conflict and allow the devices to receive new updates from the server. This action is irreversible, please ensure the devices' assigned configuration is correct before proceeding._other": "This action will resolve the configuration conflict and allow the devices to receive new updates from the server. This action is irreversible, please ensure the devices' assigned configuration is correct before proceeding.",
|
|
906
1039
|
"Resuming devices failed_one": "Resuming device failed",
|
|
907
1040
|
"Resuming devices failed_other": "Resuming devices failed",
|
|
908
1041
|
"All {{ resumedCount }} devices resumed successfully": "All {{ resumedCount }} devices resumed successfully",
|
|
909
1042
|
"Resume with warnings": "Resume with warnings",
|
|
1043
|
+
"Resume": "Resume",
|
|
910
1044
|
"Some application workloads are degraded": "Some application workloads are degraded",
|
|
911
1045
|
"Resource was deleted successfully": "Resource was deleted successfully",
|
|
912
1046
|
"Enrollment request": "Enrollment request",
|
|
@@ -928,30 +1062,37 @@
|
|
|
928
1062
|
"Failed to retrieve repository details": "Failed to retrieve repository details",
|
|
929
1063
|
"Failed to retrieve the resource syncs": "Failed to retrieve the resource syncs",
|
|
930
1064
|
"The repository cannot be modified at the moment because some of its details could not be obtained.": "The repository cannot be modified at the moment because some of its details could not be obtained.",
|
|
1065
|
+
"Basic authentication": "Basic authentication",
|
|
1066
|
+
"Password": "Password",
|
|
1067
|
+
"Skip server verification": "Skip server verification",
|
|
1068
|
+
"CA certificate": "CA certificate",
|
|
931
1069
|
"HTTP": "HTTP",
|
|
932
1070
|
"SSH": "SSH",
|
|
933
1071
|
"Validation suffix": "Validation suffix",
|
|
934
1072
|
"Suffix to the repository's base URL used to validate if the HTTP service is accessible.": "Suffix to the repository's base URL used to validate if the HTTP service is accessible.",
|
|
935
1073
|
"Full validation URL: <1>{`${values.url}${values.validationSuffix || ''}`}</1>": "Full validation URL: <1>{`${values.url}${values.validationSuffix || ''}`}</1>",
|
|
936
|
-
"Basic authentication": "Basic authentication",
|
|
937
|
-
"Username": "Username",
|
|
938
|
-
"Password": "Password",
|
|
939
1074
|
"mTLS authentication": "mTLS authentication",
|
|
940
1075
|
"Client TLS certificate": "Client TLS certificate",
|
|
941
1076
|
"Client TLS key": "Client TLS key",
|
|
942
|
-
"Skip server verification": "Skip server verification",
|
|
943
|
-
"CA certificate": "CA certificate",
|
|
944
1077
|
"JWT authentication token for the HTTP service": "JWT authentication token for the HTTP service",
|
|
945
1078
|
"Token": "Token",
|
|
946
1079
|
"SSH private key": "SSH private key",
|
|
947
1080
|
"Private key passphrase": "Private key passphrase",
|
|
948
1081
|
"Use Git repository": "Use Git repository",
|
|
949
1082
|
"Use HTTP service": "Use HTTP service",
|
|
1083
|
+
"Use OCI registry": "Use OCI registry",
|
|
950
1084
|
"Switching the repository type will cause some data to be lost.": "Switching the repository type will cause some data to be lost.",
|
|
951
1085
|
"Are you sure you want to change the repository type?": "Are you sure you want to change the repository type?",
|
|
952
1086
|
"Change": "Change",
|
|
1087
|
+
"Registry hostname": "Registry hostname",
|
|
1088
|
+
"For example: quay.io, registry.redhat.io, myregistry.com:5000": "For example: quay.io, registry.redhat.io, myregistry.com:5000",
|
|
953
1089
|
"Repository URL": "Repository URL",
|
|
954
1090
|
"For example: {{ demoRepositoryUrl }}": "For example: {{ demoRepositoryUrl }}",
|
|
1091
|
+
"Scheme": "Scheme",
|
|
1092
|
+
"HTTPS": "HTTPS",
|
|
1093
|
+
"Access mode": "Access mode",
|
|
1094
|
+
"Read only": "Read only",
|
|
1095
|
+
"Read and write": "Read and write",
|
|
955
1096
|
"Use advanced configurations": "Use advanced configurations",
|
|
956
1097
|
"Use resource syncs": "Use resource syncs",
|
|
957
1098
|
"Resource sync name": "Resource sync name",
|
|
@@ -961,18 +1102,23 @@
|
|
|
961
1102
|
"For example: {{exampleFile}}": "For example: {{exampleFile}}",
|
|
962
1103
|
"Remove resource sync": "Remove resource sync",
|
|
963
1104
|
"Add another resource sync": "Add another resource sync",
|
|
1105
|
+
"HTTP service": "HTTP service",
|
|
1106
|
+
"OCI registry": "OCI registry",
|
|
1107
|
+
"Git repository": "Git repository",
|
|
964
1108
|
"Target revision is required.": "Target revision is required.",
|
|
965
1109
|
"Must be an absolute path.": "Must be an absolute path.",
|
|
966
|
-
"Enter a valid repository URL. Example: {{ demoRepositoryUrl }}": "Enter a valid repository URL. Example: {{ demoRepositoryUrl }}",
|
|
967
|
-
"Repository URL is required": "Repository URL is required",
|
|
968
|
-
"Enter a valid HTTP service URL. Example: https://my-service-url": "Enter a valid HTTP service URL. Example: https://my-service-url",
|
|
969
|
-
"HTTP service URL is required": "HTTP service URL is required",
|
|
970
1110
|
"Repository type is required": "Repository type is required",
|
|
971
1111
|
"Username is required": "Username is required",
|
|
972
1112
|
"Password is required": "Password is required",
|
|
973
1113
|
"Client TLS certificate is required": "Client TLS certificate is required",
|
|
974
1114
|
"Client TLS key is required": "Client TLS key is required",
|
|
975
1115
|
"Must be a valid JWT token": "Must be a valid JWT token",
|
|
1116
|
+
"Enter a valid registry hostname (e.g., quay.io, registry.redhat.io, myregistry.com:5000)": "Enter a valid registry hostname (e.g., quay.io, registry.redhat.io, myregistry.com:5000)",
|
|
1117
|
+
"Registry hostname is required": "Registry hostname is required",
|
|
1118
|
+
"Enter a valid repository URL. Example: {{ demoRepositoryUrl }}": "Enter a valid repository URL. Example: {{ demoRepositoryUrl }}",
|
|
1119
|
+
"Repository URL is required": "Repository URL is required",
|
|
1120
|
+
"Enter a valid HTTP service URL. Example: https://my-service-url": "Enter a valid HTTP service URL. Example: https://my-service-url",
|
|
1121
|
+
"HTTP service URL is required": "HTTP service URL is required",
|
|
976
1122
|
"Deleting {{count}} resource sync_one": "Deleting {{count}} resource sync",
|
|
977
1123
|
"Deleting {{count}} resource sync_other": "Deleting {{count}} resource syncs",
|
|
978
1124
|
"{{count}} resource sync could not be deleted. Try deleting it manually._one": "{{count}} resource sync could not be deleted. Try deleting it manually.",
|
|
@@ -988,9 +1134,7 @@
|
|
|
988
1134
|
"Delete repository": "Delete repository",
|
|
989
1135
|
"Private repository": "Private repository",
|
|
990
1136
|
"Public repository": "Public repository",
|
|
991
|
-
"
|
|
992
|
-
"HTTP service": "HTTP service",
|
|
993
|
-
"Git repository": "Git repository",
|
|
1137
|
+
"Registry": "Registry",
|
|
994
1138
|
"Privacy": "Privacy",
|
|
995
1139
|
"Edge Manager will monitor the specified paths, import the defined fleets and synchronise devices": "Edge Manager will monitor the specified paths, import the defined fleets and synchronise devices",
|
|
996
1140
|
"Copy Url": "Copy Url",
|
|
@@ -1036,6 +1180,7 @@
|
|
|
1036
1180
|
"No results found": "No results found",
|
|
1037
1181
|
"Clear all filters and try again.": "Clear all filters and try again.",
|
|
1038
1182
|
"Select all rows": "Select all rows",
|
|
1183
|
+
"Expand row": "Expand row",
|
|
1039
1184
|
"{page} of <2>{totalPages}</2>": "{page} of <2>{totalPages}</2>",
|
|
1040
1185
|
"{{ numberOfItems }} items": "{{ numberOfItems }} items",
|
|
1041
1186
|
"Waiting for terminal session to open...": "Waiting for terminal session to open...",
|
|
@@ -1054,6 +1199,14 @@
|
|
|
1054
1199
|
"Product UUID": "Product UUID",
|
|
1055
1200
|
"TPM vendor info": "TPM vendor info",
|
|
1056
1201
|
"Websocket error occured": "Websocket error occured",
|
|
1202
|
+
"Single Container application": "Single Container application",
|
|
1203
|
+
"Quadlet application": "Quadlet application",
|
|
1204
|
+
"Helm application": "Helm application",
|
|
1205
|
+
"Compose application": "Compose application",
|
|
1206
|
+
"Single Container": "Single Container",
|
|
1207
|
+
"Quadlet": "Quadlet",
|
|
1208
|
+
"Compose": "Compose",
|
|
1209
|
+
"Helm": "Helm",
|
|
1057
1210
|
"OpenShift": "OpenShift",
|
|
1058
1211
|
"Kubernetes": "Kubernetes",
|
|
1059
1212
|
"Ansible Automation Platform": "Ansible Automation Platform",
|
|
@@ -1071,6 +1224,11 @@
|
|
|
1071
1224
|
"Device is bound to a fleet and its configurations cannot be edited.": "Device is bound to a fleet and its configurations cannot be edited.",
|
|
1072
1225
|
"Device decommissioning already started.": "Device decommissioning already started.",
|
|
1073
1226
|
"Device is not suspended.": "Device is not suspended.",
|
|
1227
|
+
"For enterprise virtualization platforms.": "For enterprise virtualization platforms.",
|
|
1228
|
+
"For virtualized edge workloads.": "For virtualized edge workloads.",
|
|
1229
|
+
"For OpenShift Virtualization.": "For OpenShift Virtualization.",
|
|
1230
|
+
"For physical edge devices and bare metal.": "For physical edge devices and bare metal.",
|
|
1231
|
+
"QCOW2 (Container)": "QCOW2 (Container)",
|
|
1074
1232
|
"Error": "Error",
|
|
1075
1233
|
"Degraded": "Degraded",
|
|
1076
1234
|
"No applications": "No applications",
|
|
@@ -1078,7 +1236,6 @@
|
|
|
1078
1236
|
"Preparing": "Preparing",
|
|
1079
1237
|
"Starting": "Starting",
|
|
1080
1238
|
"Running": "Running",
|
|
1081
|
-
"Completed": "Completed",
|
|
1082
1239
|
"Rebooting": "Rebooting",
|
|
1083
1240
|
"Powered Off": "Powered Off",
|
|
1084
1241
|
"Online": "Online",
|
|
@@ -1095,15 +1252,12 @@
|
|
|
1095
1252
|
"Sync pending": "Sync pending",
|
|
1096
1253
|
"Awaiting first sync": "Awaiting first sync",
|
|
1097
1254
|
"Last rollout did not complete successfully": "Last rollout did not complete successfully",
|
|
1098
|
-
"Failed": "Failed",
|
|
1099
1255
|
"Unsupported": "Unsupported",
|
|
1100
1256
|
"Verified": "Verified",
|
|
1101
1257
|
"Synced": "Synced",
|
|
1102
1258
|
"Not synced": "Not synced",
|
|
1103
1259
|
"Parsed": "Parsed",
|
|
1104
1260
|
"Not parsed": "Not parsed",
|
|
1105
|
-
"Accessible": "Accessible",
|
|
1106
|
-
"Not accessible": "Not accessible",
|
|
1107
1261
|
"Out-of-date": "Out-of-date",
|
|
1108
1262
|
"Updating": "Updating",
|
|
1109
1263
|
"Up-to-date": "Up-to-date",
|
package/package.json
CHANGED