@flightctl/i18n 1.0.2 → 1.1.0-rc2
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 +222 -42
- 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
|
+
"The recommended user identity is '{{ runAsUser }}'. To specify a custom user identity, edit the application configuration via YAML or CLI.": "The recommended user identity is '{{ runAsUser }}'. 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,16 +417,17 @@
|
|
|
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
|
-
"Variable {{ number }}": "Variable {{ number }}",
|
|
393
|
-
"Delete variable": "Delete variable",
|
|
394
|
-
"Add an application variable": "Add an application variable",
|
|
395
421
|
"Application workloads": "Application workloads",
|
|
396
422
|
"Define the application workloads that shall run on the device.": "Define the application workloads that shall run on the device.",
|
|
397
423
|
"Configure containerized applications and services that will run on your fleet devices. You can deploy single containers, Quadlet applications for advanced container orchestration or inline applications with custom files.": "Configure containerized applications and services that will run on your fleet devices. You can deploy single containers, Quadlet applications for advanced container orchestration or inline applications with custom files.",
|
|
398
424
|
"Delete application": "Delete application",
|
|
399
425
|
"Add application": "Add application",
|
|
426
|
+
"Environment variables": "Environment variables",
|
|
427
|
+
"Variable name": "Variable name",
|
|
428
|
+
"Variable value": "Variable value",
|
|
429
|
+
"Delete variable": "Delete variable",
|
|
430
|
+
"Add variable": "Add variable",
|
|
400
431
|
"If not present": "If not present",
|
|
401
432
|
"Always": "Always",
|
|
402
433
|
"Never": "Never",
|
|
@@ -446,7 +477,6 @@
|
|
|
446
477
|
"Delete configuration": "Delete configuration",
|
|
447
478
|
"Add configuration": "Add configuration",
|
|
448
479
|
"Failed to load repositories": "Failed to load repositories",
|
|
449
|
-
"Missing repository": "Missing repository",
|
|
450
480
|
"Branch/tag/commit": "Branch/tag/commit",
|
|
451
481
|
"Path": "Path",
|
|
452
482
|
"Path in the repository where the configuration files are located.": "Path in the repository where the configuration files are located.",
|
|
@@ -455,9 +485,6 @@
|
|
|
455
485
|
"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
486
|
"File path": "File path",
|
|
457
487
|
"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
488
|
"Register all MicroShift devices to ACM": "Register all MicroShift devices to ACM",
|
|
462
489
|
"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
490
|
"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 +508,6 @@
|
|
|
481
508
|
"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
509
|
"Device alias": "Device alias",
|
|
483
510
|
"Device labels": "Device labels",
|
|
484
|
-
"Single Container": "Single Container",
|
|
485
|
-
"Quadlet": "Quadlet",
|
|
486
|
-
"Compose": "Compose",
|
|
487
|
-
"Unknown": "Unknown",
|
|
488
511
|
"Unnamed": "Unnamed",
|
|
489
512
|
"Device fleet": "Device fleet",
|
|
490
513
|
"Edge Manager will not manage system image": "Edge Manager will not manage system image",
|
|
@@ -495,9 +518,6 @@
|
|
|
495
518
|
"Maximum unavailable devices: {{ maxUnavailable }}": "Maximum unavailable devices: {{ maxUnavailable }}",
|
|
496
519
|
"Add service": "Add service",
|
|
497
520
|
"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
521
|
"Approve": "Approve",
|
|
502
522
|
"Certificate signing request": "Certificate signing request",
|
|
503
523
|
"A PEM-encoded PKCS#10 certificate signing request.": "A PEM-encoded PKCS#10 certificate signing request.",
|
|
@@ -683,9 +703,12 @@
|
|
|
683
703
|
"Import": "Import",
|
|
684
704
|
"Select or create repository": "Select or create repository",
|
|
685
705
|
"Add resource sync": "Add resource sync",
|
|
706
|
+
"Repository": "Repository",
|
|
707
|
+
"Select a repository": "Select a repository",
|
|
686
708
|
"URL": "URL",
|
|
687
709
|
"Sync status": "Sync status",
|
|
688
710
|
"Last transition": "Last transition",
|
|
711
|
+
"No Git repositories found": "No Git repositories found",
|
|
689
712
|
"Use an existing Git repository": "Use an existing Git repository",
|
|
690
713
|
"Use a new Git repository": "Use a new Git repository",
|
|
691
714
|
"A resource sync is an automated Gitops method that helps manage your imported fleets by monitoring source repository changes and updating your fleet configuration accordingly.": "A resource sync is an automated Gitops method that helps manage your imported fleets by monitoring source repository changes and updating your fleet configuration accordingly.",
|
|
@@ -697,6 +720,11 @@
|
|
|
697
720
|
"Add item": "Add item",
|
|
698
721
|
"Resolved": "Resolved",
|
|
699
722
|
"Name must be unique": "Name must be unique",
|
|
723
|
+
"Unknown": "Unknown",
|
|
724
|
+
"Accessible": "Accessible",
|
|
725
|
+
"Not accessible": "Not accessible",
|
|
726
|
+
"Missing repository": "Missing repository",
|
|
727
|
+
"Create repository": "Create repository",
|
|
700
728
|
"Max file size {{ maxFileSize }} MB": "Max file size {{ maxFileSize }} MB",
|
|
701
729
|
"Content exceeds max file size of {{ maxFileSize }} MB": "Content exceeds max file size of {{ maxFileSize }} MB",
|
|
702
730
|
"Drag a file or browse to upload": "Drag a file or browse to upload",
|
|
@@ -712,6 +740,11 @@
|
|
|
712
740
|
"Use lowercase alphanumeric characters, or dash (-). Must start and end with an alphanumeric character.": "Use lowercase alphanumeric characters, or dash (-). Must start and end with an alphanumeric character.",
|
|
713
741
|
"{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
|
|
714
742
|
"System image is invalid": "System image is invalid",
|
|
743
|
+
"Namespace must not exceed {{ max }} characters.": "Namespace must not exceed {{ max }} characters.",
|
|
744
|
+
"Namespace must only include lowercase letters, numbers, and hyphens. It must start and end with a letter or number.": "Namespace must only include lowercase letters, numbers, and hyphens. It must start and end with a letter or number.",
|
|
745
|
+
"Values file path must not exceed {{ max }} characters.": "Values file path must not exceed {{ max }} characters.",
|
|
746
|
+
"Values file path must be relative and cannot contain parent directory references (..).": "Values file path must be relative and cannot contain parent directory references (..).",
|
|
747
|
+
"Values file must have .yaml or .yml extension.": "Values file must have .yaml or .yml extension.",
|
|
715
748
|
"Label key \"{{ forbiddenLabel }}\" is forbidden": "Label key \"{{ forbiddenLabel }}\" is forbidden",
|
|
716
749
|
"Label keys are required. Invalid labels: {{invalidLabels}}": "Label keys are required. Invalid labels: {{invalidLabels}}",
|
|
717
750
|
"Label keys must be unique": "Label keys must be unique",
|
|
@@ -742,13 +775,13 @@
|
|
|
742
775
|
"Image reference is required for this volume type": "Image reference is required for this volume type",
|
|
743
776
|
"Definition source must be image for this type of applications": "Definition source must be image for this type of applications",
|
|
744
777
|
"Application type is required": "Application type is required",
|
|
745
|
-
"Name is required for single container applications.": "Name is required for single container applications.",
|
|
746
778
|
"Image is required.": "Image is required.",
|
|
747
779
|
"Application image includes invalid characters.": "Application image includes invalid characters.",
|
|
748
780
|
"Host port is required": "Host port is required",
|
|
749
781
|
"Container port is required": "Container port is required",
|
|
750
782
|
"CPU limit is invalid.": "CPU limit is invalid.",
|
|
751
783
|
"Memory limit is invalid.": "Memory limit is invalid.",
|
|
784
|
+
"YAML content is invalid.": "YAML content is invalid.",
|
|
752
785
|
"Name is required for quadlet applications.": "Name is required for quadlet applications.",
|
|
753
786
|
"Name is required for compose applications.": "Name is required for compose applications.",
|
|
754
787
|
"Application name must be unique.": "Application name must be unique.",
|
|
@@ -791,11 +824,132 @@
|
|
|
791
824
|
"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
825
|
"Fleet selection is required": "Fleet selection is required",
|
|
793
826
|
"At least one label is required": "At least one label is required",
|
|
827
|
+
"Cancel and discard build?": "Cancel and discard build?",
|
|
828
|
+
"This will immediately stop the current process. All progress will be lost, and the associated data will be permanently deleted.": "This will immediately stop the current process. All progress will be lost, and the associated data will be permanently deleted.",
|
|
829
|
+
"Failed to cancel image build": "Failed to cancel image build",
|
|
830
|
+
"Cancel image build": "Cancel image build",
|
|
831
|
+
"Cancel image export?": "Cancel image export?",
|
|
832
|
+
"This will immediately stop the current process. As a result, no images will be exported.": "This will immediately stop the current process. As a result, no images will be exported.",
|
|
833
|
+
"Cancel image export": "Cancel image export",
|
|
834
|
+
"Delete image export?": "Delete image export?",
|
|
835
|
+
"This image export will be permanently removed. The actual image files in your storage will not be deleted.": "This image export will be permanently removed. The actual image files in your storage will not be deleted.",
|
|
836
|
+
"Retry image build": "Retry image build",
|
|
837
|
+
"Image build was created but has a different name": "Image build was created but has a different name",
|
|
838
|
+
"Image details": "Image details",
|
|
839
|
+
"Image output": "Image output",
|
|
840
|
+
"Registration": "Registration",
|
|
841
|
+
"Build image": "Build image",
|
|
842
|
+
"Repository is read-only and cannot be used as the target repository.": "Repository is read-only and cannot be used as the target repository.",
|
|
843
|
+
"Management-ready by default": "Management-ready by default",
|
|
844
|
+
"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.",
|
|
845
|
+
"Target repository": "Target repository",
|
|
846
|
+
"Storage repository for your completed image.": "Storage repository for your completed image.",
|
|
847
|
+
"Image name": "Image name",
|
|
848
|
+
"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",
|
|
849
|
+
"Image tag": "Image tag",
|
|
850
|
+
"Specify the version (e.g., latest or 9.6)": "Specify the version (e.g., latest or 9.6)",
|
|
851
|
+
"Export formats": "Export formats",
|
|
852
|
+
"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.",
|
|
853
|
+
"{{count}} image export tasks will be created._one": "{{count}} image export task will be created.",
|
|
854
|
+
"{{count}} image export tasks will be created._other": "{{count}} image export tasks will be created.",
|
|
855
|
+
"Early binding": "Early binding",
|
|
856
|
+
"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.",
|
|
857
|
+
"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.",
|
|
858
|
+
"Enrollment": "Enrollment",
|
|
859
|
+
"Auto-create certificate": "Auto-create certificate",
|
|
860
|
+
"{{ validityPeriod }} years (Standard)_one": "{{ validityPeriod }} year (Standard)",
|
|
861
|
+
"{{ validityPeriod }} years (Standard)_other": "{{ validityPeriod }} years (Standard)",
|
|
862
|
+
"Late binding": "Late binding",
|
|
863
|
+
"No additional user input required (cloud-init and ignition are enabled automatically)": "No additional user input required (cloud-init and ignition are enabled automatically)",
|
|
864
|
+
"Remote access": "Remote access",
|
|
865
|
+
"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.",
|
|
866
|
+
"Username": "Username",
|
|
867
|
+
"The username for the user account": "The username for the user account",
|
|
868
|
+
"SSH public key": "SSH public key",
|
|
869
|
+
"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.",
|
|
870
|
+
"Base image": "Base image",
|
|
871
|
+
"Source repository": "Source repository",
|
|
872
|
+
"Image reference URL": "Image reference URL",
|
|
873
|
+
"Image output name": "Image output name",
|
|
874
|
+
"Image output tag": "Image output tag",
|
|
875
|
+
"Image output reference URL": "Image output reference URL",
|
|
876
|
+
"Binding type": "Binding type",
|
|
877
|
+
"Cloud-init and ignition are enabled automatically": "Cloud-init and ignition are enabled automatically",
|
|
878
|
+
"Enabled for <1>{remoteAccessUsername}</1>": "Enabled for <1>{remoteAccessUsername}</1>",
|
|
879
|
+
"Failed to create image build": "Failed to create image build",
|
|
880
|
+
"Image build created, but some exports failed": "Image build created, but some exports failed",
|
|
881
|
+
"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:",
|
|
882
|
+
"The image name from the registry. For example: rhel9/rhel-bootc": "The image name from the registry. For example: rhel9/rhel-bootc",
|
|
883
|
+
"Source repository is required": "Source repository is required",
|
|
884
|
+
"Image name is required": "Image name is required",
|
|
885
|
+
"Image tag is required": "Image tag is required",
|
|
886
|
+
"Source image is required": "Source image is required",
|
|
887
|
+
"Target repository is required": "Target repository is required",
|
|
888
|
+
"Target image is required": "Target image is required",
|
|
889
|
+
"Binding type is required": "Binding type is required",
|
|
890
|
+
"Delete this build?": "Delete this build?",
|
|
891
|
+
"This will remove the record of this build and its history._one": "This will remove the record of this build and its history.",
|
|
892
|
+
"This will remove the record of this build and its history._other": "This will remove the record of these builds and their history.",
|
|
893
|
+
"The actual image files in your storage will not be deleted.": "The actual image files in your storage will not be deleted.",
|
|
894
|
+
"Deletion of image build failed.": "Deletion of image build failed.",
|
|
895
|
+
"Queued": "Queued",
|
|
896
|
+
"Building": "Building",
|
|
897
|
+
"Pushing": "Pushing",
|
|
898
|
+
"Complete": "Complete",
|
|
899
|
+
"Failed": "Failed",
|
|
900
|
+
"Canceling": "Canceling",
|
|
901
|
+
"Canceled": "Canceled",
|
|
902
|
+
"Converting": "Converting",
|
|
903
|
+
"Image built successfully": "Image built successfully",
|
|
904
|
+
"Export images": "Export images",
|
|
905
|
+
"Logs": "Logs",
|
|
906
|
+
"Retry": "Retry",
|
|
907
|
+
"Duplicate": "Duplicate",
|
|
908
|
+
"Delete image build": "Delete image build",
|
|
909
|
+
"Build information": "Build information",
|
|
910
|
+
"Build status": "Build status",
|
|
911
|
+
"Source image": "Source image",
|
|
912
|
+
"Virtualization (VMDK)": "Virtualization (VMDK)",
|
|
913
|
+
"OpenStack/KVM (QCOW2)": "OpenStack/KVM (QCOW2)",
|
|
914
|
+
"OpenShift Virtualization (QCOW2)": "OpenShift Virtualization (QCOW2)",
|
|
915
|
+
"Metal installer (ISO)": "Metal installer (ISO)",
|
|
916
|
+
"Completed": "Completed",
|
|
917
|
+
"In progress": "In progress",
|
|
918
|
+
"Failed to load logs": "Failed to load logs",
|
|
919
|
+
"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.",
|
|
920
|
+
"Export image": "Export image",
|
|
921
|
+
"Export tasks logs are only available after the image build is completed": "Export tasks logs are only available after the image build is completed",
|
|
922
|
+
"Image build logs": "Image build logs",
|
|
923
|
+
"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.",
|
|
924
|
+
"Date": "Date",
|
|
925
|
+
"Build failed. Please retry.": "Build failed. Please retry.",
|
|
926
|
+
"Build failed.": "Build failed.",
|
|
927
|
+
"View more": "View more",
|
|
928
|
+
"There are no image builds in your environment.": "There are no image builds in your environment.",
|
|
929
|
+
"Generate system images for consistent deployment to edge devices.": "Generate system images for consistent deployment to edge devices.",
|
|
930
|
+
"Delete image builds": "Delete image builds",
|
|
931
|
+
"Image builds table": "Image builds table",
|
|
932
|
+
"We couldn't export your image": "We couldn't export your image",
|
|
933
|
+
"We couldn't download your image": "We couldn't download your image",
|
|
934
|
+
"We couldn't cancel your image export": "We couldn't cancel your image export",
|
|
935
|
+
"We couldn't delete your image export": "We couldn't delete your image export",
|
|
936
|
+
"We couldn't perform the action you requested": "We couldn't perform the action you requested",
|
|
937
|
+
"Canceling...": "Canceling...",
|
|
938
|
+
"Deleting...": "Deleting...",
|
|
939
|
+
"View logs": "View logs",
|
|
940
|
+
"Downloading...": "Downloading...",
|
|
941
|
+
"Retrying...": "Retrying...",
|
|
942
|
+
"Rebuilding...": "Rebuilding...",
|
|
943
|
+
"Rebuild": "Rebuild",
|
|
944
|
+
"Exporting...": "Exporting...",
|
|
945
|
+
"Action": "Action",
|
|
946
|
+
"Created: {{date}}": "Created: {{date}}",
|
|
947
|
+
"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.",
|
|
948
|
+
"Enter the image details to view the URL it resolves to": "Enter the image details to view the URL it resolves to",
|
|
794
949
|
"device": "device",
|
|
795
950
|
"pending device": "pending device",
|
|
796
951
|
"resource sync": "resource sync",
|
|
797
952
|
"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
953
|
"Log in with {{ providerName }}": "Log in with {{ providerName }}",
|
|
800
954
|
"Back to login options": "Back to login options",
|
|
801
955
|
"Enter your Kubernetes token": "Enter your Kubernetes token",
|
|
@@ -831,6 +985,12 @@
|
|
|
831
985
|
"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
986
|
"Delete {{resourceType}} ?": "Delete {{resourceType}} ?",
|
|
833
987
|
"Are you sure you want to delete {resourceType} <3>{resourceName}</3>?": "Are you sure you want to delete {resourceType} <3>{resourceName}</3>?",
|
|
988
|
+
"Failed to retrieve login command": "Failed to retrieve login command",
|
|
989
|
+
"No authentication providers available": "No authentication providers available",
|
|
990
|
+
"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.",
|
|
991
|
+
"Use the following command to log in to the Flight Control CLI:": "Use the following command to log in to the Flight Control CLI:",
|
|
992
|
+
"Copy Login Command": "Copy Login Command",
|
|
993
|
+
"Provider": "Provider",
|
|
834
994
|
"Approve pending devices": "Approve pending devices",
|
|
835
995
|
"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
996
|
"Alias devices using a custom template. Add a number using": "Alias devices using a custom template. Add a number using",
|
|
@@ -843,7 +1003,6 @@
|
|
|
843
1003
|
"Decommission": "Decommission",
|
|
844
1004
|
"Delete devices ?": "Delete devices ?",
|
|
845
1005
|
"Are you sure you want to delete the following devices ?": "Are you sure you want to delete the following devices ?",
|
|
846
|
-
"Deleting...": "Deleting...",
|
|
847
1006
|
"Delete devices": "Delete devices",
|
|
848
1007
|
"All the fleets you selected are managed by a resource sync and cannot be deleted. You can remove each fleet individually. Alternatively, to delete multiple fleets, first delete the resource syncs from the related repositories inside the \"Repositories\" tab.": "All the fleets you selected are managed by a resource sync and cannot be deleted. You can remove each fleet individually. Alternatively, to delete multiple fleets, first delete the resource syncs from the related repositories inside the \"Repositories\" tab.",
|
|
849
1008
|
"Delete fleets ?": "Delete fleets ?",
|
|
@@ -851,6 +1010,7 @@
|
|
|
851
1010
|
"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
1011
|
"Show fleets": "Show fleets",
|
|
853
1012
|
"{{progress}} of {{progressTotal}}": "{{progress}} of {{progressTotal}}",
|
|
1013
|
+
"Delete image builds?": "Delete image builds?",
|
|
854
1014
|
"Failed to delete resource syncs. {{errorDetails}}": "Failed to delete resource syncs. {{errorDetails}}",
|
|
855
1015
|
"Delete repositories ?": "Delete repositories ?",
|
|
856
1016
|
"Please wait while the repository details are loading": "Please wait while the repository details are loading",
|
|
@@ -865,7 +1025,6 @@
|
|
|
865
1025
|
"Revision": "Revision",
|
|
866
1026
|
"Failed to obtain the number of matching devices": "Failed to obtain the number of matching devices",
|
|
867
1027
|
"Resume devices": "Resume devices",
|
|
868
|
-
"Resume selection": "Resume selection",
|
|
869
1028
|
"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
1029
|
"Choose the criteria to select the devices to resume": "Choose the criteria to select the devices to resume",
|
|
871
1030
|
"Resume all suspended devices associated with a given fleet": "Resume all suspended devices associated with a given fleet",
|
|
@@ -894,19 +1053,20 @@
|
|
|
894
1053
|
"{{ count }} devices were resumed_other": "{{ count }} devices were resumed",
|
|
895
1054
|
"Resumed with warnings": "Resumed with warnings",
|
|
896
1055
|
"{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully": "{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully",
|
|
1056
|
+
"Resume selection": "Resume selection",
|
|
897
1057
|
"Resume all {{ count }} devices?_one": "Resume {{ count }} device?",
|
|
898
1058
|
"Resume all {{ count }} devices?_other": "Resume all {{ count }} devices?",
|
|
899
1059
|
"Resume devices result": "Resume devices result",
|
|
900
1060
|
"Resume all devices": "Resume all devices",
|
|
901
1061
|
"Resume devices?_one": "Resume device?",
|
|
902
1062
|
"Resume devices?_other": "Resume devices?",
|
|
903
|
-
"Resume": "Resume",
|
|
904
1063
|
"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
1064
|
"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
1065
|
"Resuming devices failed_one": "Resuming device failed",
|
|
907
1066
|
"Resuming devices failed_other": "Resuming devices failed",
|
|
908
1067
|
"All {{ resumedCount }} devices resumed successfully": "All {{ resumedCount }} devices resumed successfully",
|
|
909
1068
|
"Resume with warnings": "Resume with warnings",
|
|
1069
|
+
"Resume": "Resume",
|
|
910
1070
|
"Some application workloads are degraded": "Some application workloads are degraded",
|
|
911
1071
|
"Resource was deleted successfully": "Resource was deleted successfully",
|
|
912
1072
|
"Enrollment request": "Enrollment request",
|
|
@@ -928,30 +1088,37 @@
|
|
|
928
1088
|
"Failed to retrieve repository details": "Failed to retrieve repository details",
|
|
929
1089
|
"Failed to retrieve the resource syncs": "Failed to retrieve the resource syncs",
|
|
930
1090
|
"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.",
|
|
1091
|
+
"Basic authentication": "Basic authentication",
|
|
1092
|
+
"Password": "Password",
|
|
1093
|
+
"Skip server verification": "Skip server verification",
|
|
1094
|
+
"CA certificate": "CA certificate",
|
|
931
1095
|
"HTTP": "HTTP",
|
|
932
1096
|
"SSH": "SSH",
|
|
933
1097
|
"Validation suffix": "Validation suffix",
|
|
934
1098
|
"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
1099
|
"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
1100
|
"mTLS authentication": "mTLS authentication",
|
|
940
1101
|
"Client TLS certificate": "Client TLS certificate",
|
|
941
1102
|
"Client TLS key": "Client TLS key",
|
|
942
|
-
"Skip server verification": "Skip server verification",
|
|
943
|
-
"CA certificate": "CA certificate",
|
|
944
1103
|
"JWT authentication token for the HTTP service": "JWT authentication token for the HTTP service",
|
|
945
1104
|
"Token": "Token",
|
|
946
1105
|
"SSH private key": "SSH private key",
|
|
947
1106
|
"Private key passphrase": "Private key passphrase",
|
|
948
1107
|
"Use Git repository": "Use Git repository",
|
|
949
1108
|
"Use HTTP service": "Use HTTP service",
|
|
1109
|
+
"Use OCI registry": "Use OCI registry",
|
|
950
1110
|
"Switching the repository type will cause some data to be lost.": "Switching the repository type will cause some data to be lost.",
|
|
951
1111
|
"Are you sure you want to change the repository type?": "Are you sure you want to change the repository type?",
|
|
952
1112
|
"Change": "Change",
|
|
1113
|
+
"Registry hostname": "Registry hostname",
|
|
1114
|
+
"For example: quay.io, registry.redhat.io, myregistry.com:5000": "For example: quay.io, registry.redhat.io, myregistry.com:5000",
|
|
953
1115
|
"Repository URL": "Repository URL",
|
|
954
1116
|
"For example: {{ demoRepositoryUrl }}": "For example: {{ demoRepositoryUrl }}",
|
|
1117
|
+
"Scheme": "Scheme",
|
|
1118
|
+
"HTTPS": "HTTPS",
|
|
1119
|
+
"Access mode": "Access mode",
|
|
1120
|
+
"Read only": "Read only",
|
|
1121
|
+
"Read and write": "Read and write",
|
|
955
1122
|
"Use advanced configurations": "Use advanced configurations",
|
|
956
1123
|
"Use resource syncs": "Use resource syncs",
|
|
957
1124
|
"Resource sync name": "Resource sync name",
|
|
@@ -961,18 +1128,23 @@
|
|
|
961
1128
|
"For example: {{exampleFile}}": "For example: {{exampleFile}}",
|
|
962
1129
|
"Remove resource sync": "Remove resource sync",
|
|
963
1130
|
"Add another resource sync": "Add another resource sync",
|
|
1131
|
+
"HTTP service": "HTTP service",
|
|
1132
|
+
"OCI registry": "OCI registry",
|
|
1133
|
+
"Git repository": "Git repository",
|
|
964
1134
|
"Target revision is required.": "Target revision is required.",
|
|
965
1135
|
"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
1136
|
"Repository type is required": "Repository type is required",
|
|
971
1137
|
"Username is required": "Username is required",
|
|
972
1138
|
"Password is required": "Password is required",
|
|
973
1139
|
"Client TLS certificate is required": "Client TLS certificate is required",
|
|
974
1140
|
"Client TLS key is required": "Client TLS key is required",
|
|
975
1141
|
"Must be a valid JWT token": "Must be a valid JWT token",
|
|
1142
|
+
"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)",
|
|
1143
|
+
"Registry hostname is required": "Registry hostname is required",
|
|
1144
|
+
"Enter a valid repository URL. Example: {{ demoRepositoryUrl }}": "Enter a valid repository URL. Example: {{ demoRepositoryUrl }}",
|
|
1145
|
+
"Repository URL is required": "Repository URL is required",
|
|
1146
|
+
"Enter a valid HTTP service URL. Example: https://my-service-url": "Enter a valid HTTP service URL. Example: https://my-service-url",
|
|
1147
|
+
"HTTP service URL is required": "HTTP service URL is required",
|
|
976
1148
|
"Deleting {{count}} resource sync_one": "Deleting {{count}} resource sync",
|
|
977
1149
|
"Deleting {{count}} resource sync_other": "Deleting {{count}} resource syncs",
|
|
978
1150
|
"{{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 +1160,7 @@
|
|
|
988
1160
|
"Delete repository": "Delete repository",
|
|
989
1161
|
"Private repository": "Private repository",
|
|
990
1162
|
"Public repository": "Public repository",
|
|
991
|
-
"
|
|
992
|
-
"HTTP service": "HTTP service",
|
|
993
|
-
"Git repository": "Git repository",
|
|
1163
|
+
"Registry": "Registry",
|
|
994
1164
|
"Privacy": "Privacy",
|
|
995
1165
|
"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
1166
|
"Copy Url": "Copy Url",
|
|
@@ -1036,6 +1206,7 @@
|
|
|
1036
1206
|
"No results found": "No results found",
|
|
1037
1207
|
"Clear all filters and try again.": "Clear all filters and try again.",
|
|
1038
1208
|
"Select all rows": "Select all rows",
|
|
1209
|
+
"Expand row": "Expand row",
|
|
1039
1210
|
"{page} of <2>{totalPages}</2>": "{page} of <2>{totalPages}</2>",
|
|
1040
1211
|
"{{ numberOfItems }} items": "{{ numberOfItems }} items",
|
|
1041
1212
|
"Waiting for terminal session to open...": "Waiting for terminal session to open...",
|
|
@@ -1054,6 +1225,14 @@
|
|
|
1054
1225
|
"Product UUID": "Product UUID",
|
|
1055
1226
|
"TPM vendor info": "TPM vendor info",
|
|
1056
1227
|
"Websocket error occured": "Websocket error occured",
|
|
1228
|
+
"Single Container application": "Single Container application",
|
|
1229
|
+
"Quadlet application": "Quadlet application",
|
|
1230
|
+
"Helm application": "Helm application",
|
|
1231
|
+
"Compose application": "Compose application",
|
|
1232
|
+
"Single Container": "Single Container",
|
|
1233
|
+
"Quadlet": "Quadlet",
|
|
1234
|
+
"Compose": "Compose",
|
|
1235
|
+
"Helm": "Helm",
|
|
1057
1236
|
"OpenShift": "OpenShift",
|
|
1058
1237
|
"Kubernetes": "Kubernetes",
|
|
1059
1238
|
"Ansible Automation Platform": "Ansible Automation Platform",
|
|
@@ -1071,6 +1250,11 @@
|
|
|
1071
1250
|
"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
1251
|
"Device decommissioning already started.": "Device decommissioning already started.",
|
|
1073
1252
|
"Device is not suspended.": "Device is not suspended.",
|
|
1253
|
+
"For enterprise virtualization platforms.": "For enterprise virtualization platforms.",
|
|
1254
|
+
"For virtualized edge workloads.": "For virtualized edge workloads.",
|
|
1255
|
+
"For OpenShift Virtualization.": "For OpenShift Virtualization.",
|
|
1256
|
+
"For physical edge devices and bare metal.": "For physical edge devices and bare metal.",
|
|
1257
|
+
"QCOW2 (Container)": "QCOW2 (Container)",
|
|
1074
1258
|
"Error": "Error",
|
|
1075
1259
|
"Degraded": "Degraded",
|
|
1076
1260
|
"No applications": "No applications",
|
|
@@ -1078,7 +1262,6 @@
|
|
|
1078
1262
|
"Preparing": "Preparing",
|
|
1079
1263
|
"Starting": "Starting",
|
|
1080
1264
|
"Running": "Running",
|
|
1081
|
-
"Completed": "Completed",
|
|
1082
1265
|
"Rebooting": "Rebooting",
|
|
1083
1266
|
"Powered Off": "Powered Off",
|
|
1084
1267
|
"Online": "Online",
|
|
@@ -1095,15 +1278,12 @@
|
|
|
1095
1278
|
"Sync pending": "Sync pending",
|
|
1096
1279
|
"Awaiting first sync": "Awaiting first sync",
|
|
1097
1280
|
"Last rollout did not complete successfully": "Last rollout did not complete successfully",
|
|
1098
|
-
"Failed": "Failed",
|
|
1099
1281
|
"Unsupported": "Unsupported",
|
|
1100
1282
|
"Verified": "Verified",
|
|
1101
1283
|
"Synced": "Synced",
|
|
1102
1284
|
"Not synced": "Not synced",
|
|
1103
1285
|
"Parsed": "Parsed",
|
|
1104
1286
|
"Not parsed": "Not parsed",
|
|
1105
|
-
"Accessible": "Accessible",
|
|
1106
|
-
"Not accessible": "Not accessible",
|
|
1107
1287
|
"Out-of-date": "Out-of-date",
|
|
1108
1288
|
"Updating": "Updating",
|
|
1109
1289
|
"Up-to-date": "Up-to-date",
|
package/package.json
CHANGED