@flightctl/i18n 1.0.2 → 1.1.0-rc4

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.
@@ -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
- "Single Container application": "Single Container application",
379
- "Quadlet application": "Quadlet application",
380
- "Compose application": "Compose application",
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,8 +720,14 @@
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",
728
+ "Max file size {{ maxFileSize }} KB": "Max file size {{ maxFileSize }} KB",
700
729
  "Max file size {{ maxFileSize }} MB": "Max file size {{ maxFileSize }} MB",
701
- "Content exceeds max file size of {{ maxFileSize }} MB": "Content exceeds max file size of {{ maxFileSize }} MB",
730
+ "File exceeds maximum allowed size.": "File exceeds maximum allowed size.",
702
731
  "Drag a file or browse to upload": "Drag a file or browse to upload",
703
732
  "Browse...": "Browse...",
704
733
  "Clear": "Clear",
@@ -710,8 +739,14 @@
710
739
  "Contains only lowercase letters, numbers, dashes (-), and dots (.).": "Contains only lowercase letters, numbers, dashes (-), and dots (.).",
711
740
  "{{ fieldName }} is required": "{{ fieldName }} is required",
712
741
  "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.",
742
+ "Build name is required": "Build name is required",
713
743
  "{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
714
744
  "System image is invalid": "System image is invalid",
745
+ "Namespace must not exceed {{ max }} characters.": "Namespace must not exceed {{ max }} characters.",
746
+ "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.",
747
+ "Values file path must not exceed {{ max }} characters.": "Values file path must not exceed {{ max }} characters.",
748
+ "Values file path must be relative and cannot contain parent directory references (..).": "Values file path must be relative and cannot contain parent directory references (..).",
749
+ "Values file must have .yaml or .yml extension.": "Values file must have .yaml or .yml extension.",
715
750
  "Label key \"{{ forbiddenLabel }}\" is forbidden": "Label key \"{{ forbiddenLabel }}\" is forbidden",
716
751
  "Label keys are required. Invalid labels: {{invalidLabels}}": "Label keys are required. Invalid labels: {{invalidLabels}}",
717
752
  "Label keys must be unique": "Label keys must be unique",
@@ -733,8 +768,10 @@
733
768
  "Quadlet files must be at root level (no subdirectories)": "Quadlet files must be at root level (no subdirectories)",
734
769
  "Port must be a number": "Port must be a number",
735
770
  "Port must be between 1 and 65535": "Port must be between 1 and 65535",
771
+ "Image includes invalid characters.": "Image includes invalid characters.",
772
+ "Image must not start with a dot (.), slash (/), or underscore (_).": "Image must not start with a dot (.), slash (/), or underscore (_).",
773
+ "Image is required.": "Image is required.",
736
774
  "Volume name is required": "Volume name is required",
737
- "Image reference includes invalid characters.": "Image reference includes invalid characters.",
738
775
  "Pull policy must be one of: Always, IfNotPresent, or Never": "Pull policy must be one of: Always, IfNotPresent, or Never",
739
776
  "Pull policy is required": "Pull policy is required",
740
777
  "Mount path must be absolute.": "Mount path must be absolute.",
@@ -742,13 +779,11 @@
742
779
  "Image reference is required for this volume type": "Image reference is required for this volume type",
743
780
  "Definition source must be image for this type of applications": "Definition source must be image for this type of applications",
744
781
  "Application type is required": "Application type is required",
745
- "Name is required for single container applications.": "Name is required for single container applications.",
746
- "Image is required.": "Image is required.",
747
- "Application image includes invalid characters.": "Application image includes invalid characters.",
748
782
  "Host port is required": "Host port is required",
749
783
  "Container port is required": "Container port is required",
750
784
  "CPU limit is invalid.": "CPU limit is invalid.",
751
785
  "Memory limit is invalid.": "Memory limit is invalid.",
786
+ "YAML content is invalid.": "YAML content is invalid.",
752
787
  "Name is required for quadlet applications.": "Name is required for quadlet applications.",
753
788
  "Name is required for compose applications.": "Name is required for compose applications.",
754
789
  "Application name must be unique.": "Application name must be unique.",
@@ -791,11 +826,144 @@
791
826
  "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
827
  "Fleet selection is required": "Fleet selection is required",
793
828
  "At least one label is required": "At least one label is required",
829
+ "Cancel and discard build?": "Cancel and discard build?",
830
+ "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.",
831
+ "Failed to cancel image build": "Failed to cancel image build",
832
+ "Cancel image build": "Cancel image build",
833
+ "Cancel image export?": "Cancel image export?",
834
+ "This will immediately stop the current process. As a result, the image will not be exported in this format.": "This will immediately stop the current process. As a result, the image will not be exported in this format.",
835
+ "Cancel image export": "Cancel image export",
836
+ "Delete image export?": "Delete image export?",
837
+ "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.",
838
+ "Rebuild image export?": "Rebuild image export?",
839
+ "Rebuilding updates the image currently displayed in the console. Previous versions remain accessible via the flightctl CLI.": "Rebuilding updates the image currently displayed in the console. Previous versions remain accessible via the flightctl CLI.",
840
+ "Rebuild": "Rebuild",
841
+ "Retry image build": "Retry image build",
842
+ "Image build was created but has a different name": "Image build was created but has a different name",
843
+ "Base image": "Base image",
844
+ "Image output": "Image output",
845
+ "Registration": "Registration",
846
+ "Build image": "Build image",
847
+ "Repositories used for output images must be writable.": "Repositories used for output images must be writable.",
848
+ "Management-ready by default": "Management-ready by default",
849
+ "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.",
850
+ "Target repository": "Target repository",
851
+ "Storage repository for your completed image.": "Storage repository for your completed image.",
852
+ "Image name": "Image name",
853
+ "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",
854
+ "Image tag": "Image tag",
855
+ "Specify the version (e.g., latest or 9.6)": "Specify the version (e.g., latest or 9.6)",
856
+ "Export formats": "Export formats",
857
+ "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.",
858
+ "{{count}} image export tasks will be created._one": "{{count}} image export task will be created.",
859
+ "{{count}} image export tasks will be created._other": "{{count}} image export tasks will be created.",
860
+ "Early binding": "Early binding",
861
+ "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.",
862
+ "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.",
863
+ "Enrollment": "Enrollment",
864
+ "Auto-create certificate": "Auto-create certificate",
865
+ "{{ validityPeriod }} years (Standard)_one": "{{ validityPeriod }} year (Standard)",
866
+ "{{ validityPeriod }} years (Standard)_other": "{{ validityPeriod }} years (Standard)",
867
+ "Late binding": "Late binding",
868
+ "No additional user input required (cloud-init and ignition are enabled automatically)": "No additional user input required (cloud-init and ignition are enabled automatically)",
869
+ "Remote access": "Remote access",
870
+ "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.",
871
+ "Username": "Username",
872
+ "The username for the user account": "The username for the user account",
873
+ "SSH public key": "SSH public key",
874
+ "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.",
875
+ "Build name": "Build name",
876
+ "Source repository": "Source repository",
877
+ "Image reference URL": "Image reference URL",
878
+ "Image output name": "Image output name",
879
+ "Image output tag": "Image output tag",
880
+ "Image output reference URL": "Image output reference URL",
881
+ "Binding type": "Binding type",
882
+ "Cloud-init and ignition are enabled automatically": "Cloud-init and ignition are enabled automatically",
883
+ "Enabled for <1>{remoteAccessUsername}</1>": "Enabled for <1>{remoteAccessUsername}</1>",
884
+ "Failed to create image build": "Failed to create image build",
885
+ "Image build created, but some exports failed": "Image build created, but some exports failed",
886
+ "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:",
887
+ "The image name from the registry. For example: rhel9/rhel-bootc": "The image name from the registry. For example: rhel9/rhel-bootc",
888
+ "Image name must not exceed {{max}} characters.": "Image name must not exceed {{max}} characters.",
889
+ "Image name may only contain alphanumeric characters, dots, underscores, hyphens, and slashes.": "Image name may only contain alphanumeric characters, dots, underscores, hyphens, and slashes.",
890
+ "Only alphanumeric characters are allowed at the start and end of each path component.": "Only alphanumeric characters are allowed at the start and end of each path component.",
891
+ "Image tag must not exceed {{max}} characters.": "Image tag must not exceed {{max}} characters.",
892
+ "Image tag may only contain letters, numbers, underscores, dots, and hyphens.": "Image tag may only contain letters, numbers, underscores, dots, and hyphens.",
893
+ "Image tag must start with a letter, number, or underscore.": "Image tag must start with a letter, number, or underscore.",
894
+ "SSH public key is too long": "SSH public key is too long",
895
+ "A single public key can be provided only": "A single public key can be provided only",
896
+ "Invalid SSH public key": "Invalid SSH public key",
897
+ "Invalid SSH public key format. Expected: \"[TYPE] key [comment]\"": "Invalid SSH public key format. Expected: \"[TYPE] key [comment]\"",
898
+ "Unsupported SSH public key type. Supported types: {{supportedTypes}}": "Unsupported SSH public key type. Supported types: {{supportedTypes}}",
899
+ "Invalid SSH public key data": "Invalid SSH public key data",
900
+ "Username cannot contain spaces": "Username cannot contain spaces",
901
+ "Username must not exceed {{max}} characters.": "Username must not exceed {{max}} characters.",
902
+ "Must start with a letter, digit, underscore, or dot. It may include hyphens, and can end with a trailing '$'.": "Must start with a letter, digit, underscore, or dot. It may include hyphens, and can end with a trailing '$'.",
903
+ "Image name is required": "Image name is required",
904
+ "Image tag is required": "Image tag is required",
905
+ "Source image is required": "Source image is required",
906
+ "Target image is required": "Target image is required",
907
+ "Binding type is required": "Binding type is required",
908
+ "Username is required": "Username is required",
909
+ "SSH public key is required": "SSH public key is required",
910
+ "Delete this build?": "Delete this build?",
911
+ "This will remove the record of this build and its history._one": "This will remove the record of this build and its history.",
912
+ "This will remove the record of this build and its history._other": "This will remove the record of these builds and their history.",
913
+ "The actual image files in your storage will not be deleted.": "The actual image files in your storage will not be deleted.",
914
+ "Deletion of image build failed.": "Deletion of image build failed.",
915
+ "Queued": "Queued",
916
+ "Building": "Building",
917
+ "Pushing": "Pushing",
918
+ "Complete": "Complete",
919
+ "Failed": "Failed",
920
+ "Canceling": "Canceling",
921
+ "Canceled": "Canceled",
922
+ "Converting": "Converting",
923
+ "Image built successfully": "Image built successfully",
924
+ "Export images": "Export images",
925
+ "Logs": "Logs",
926
+ "Retry": "Retry",
927
+ "Duplicate": "Duplicate",
928
+ "Delete image build": "Delete image build",
929
+ "Build information": "Build information",
930
+ "Build status": "Build status",
931
+ "Source image": "Source image",
932
+ "Completed": "Completed",
933
+ "In progress": "In progress",
934
+ "Failed to load logs": "Failed to load logs",
935
+ "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.",
936
+ "Export image": "Export image",
937
+ "Export tasks logs are only available after the image build is completed": "Export tasks logs are only available after the image build is completed",
938
+ "Image build logs": "Image build logs",
939
+ "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.",
940
+ "Date": "Date",
941
+ "Build failed. Please retry.": "Build failed. Please retry.",
942
+ "Build failed.": "Build failed.",
943
+ "View more": "View more",
944
+ "There are no image builds in your environment.": "There are no image builds in your environment.",
945
+ "Generate system images for consistent deployment to edge devices.": "Generate system images for consistent deployment to edge devices.",
946
+ "Delete image builds": "Delete image builds",
947
+ "Image builds table": "Image builds table",
948
+ "We couldn't export your image": "We couldn't export your image",
949
+ "We couldn't download your image": "We couldn't download your image",
950
+ "We couldn't cancel your image export": "We couldn't cancel your image export",
951
+ "We couldn't delete your image export": "We couldn't delete your image export",
952
+ "We couldn't perform the action you requested": "We couldn't perform the action you requested",
953
+ "Canceling...": "Canceling...",
954
+ "Deleting...": "Deleting...",
955
+ "View logs": "View logs",
956
+ "Downloading...": "Downloading...",
957
+ "Retrying...": "Retrying...",
958
+ "Rebuilding...": "Rebuilding...",
959
+ "Exporting...": "Exporting...",
960
+ "Created: {{date}}": "Created: {{date}}",
961
+ "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.",
962
+ "Enter the image details to view the URL it resolves to": "Enter the image details to view the URL it resolves to",
794
963
  "device": "device",
795
964
  "pending device": "pending device",
796
965
  "resource sync": "resource sync",
797
966
  "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
967
  "Log in with {{ providerName }}": "Log in with {{ providerName }}",
800
968
  "Back to login options": "Back to login options",
801
969
  "Enter your Kubernetes token": "Enter your Kubernetes token",
@@ -831,6 +999,12 @@
831
999
  "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
1000
  "Delete {{resourceType}} ?": "Delete {{resourceType}} ?",
833
1001
  "Are you sure you want to delete {resourceType} <3>{resourceName}</3>?": "Are you sure you want to delete {resourceType} <3>{resourceName}</3>?",
1002
+ "Failed to retrieve login command": "Failed to retrieve login command",
1003
+ "No authentication providers available": "No authentication providers available",
1004
+ "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.",
1005
+ "Use the following command to log in to the Flight Control CLI:": "Use the following command to log in to the Flight Control CLI:",
1006
+ "Copy Login Command": "Copy Login Command",
1007
+ "Provider": "Provider",
834
1008
  "Approve pending devices": "Approve pending devices",
835
1009
  "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
1010
  "Alias devices using a custom template. Add a number using": "Alias devices using a custom template. Add a number using",
@@ -843,7 +1017,6 @@
843
1017
  "Decommission": "Decommission",
844
1018
  "Delete devices ?": "Delete devices ?",
845
1019
  "Are you sure you want to delete the following devices ?": "Are you sure you want to delete the following devices ?",
846
- "Deleting...": "Deleting...",
847
1020
  "Delete devices": "Delete devices",
848
1021
  "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
1022
  "Delete fleets ?": "Delete fleets ?",
@@ -851,6 +1024,7 @@
851
1024
  "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
1025
  "Show fleets": "Show fleets",
853
1026
  "{{progress}} of {{progressTotal}}": "{{progress}} of {{progressTotal}}",
1027
+ "Delete image builds?": "Delete image builds?",
854
1028
  "Failed to delete resource syncs. {{errorDetails}}": "Failed to delete resource syncs. {{errorDetails}}",
855
1029
  "Delete repositories ?": "Delete repositories ?",
856
1030
  "Please wait while the repository details are loading": "Please wait while the repository details are loading",
@@ -865,7 +1039,6 @@
865
1039
  "Revision": "Revision",
866
1040
  "Failed to obtain the number of matching devices": "Failed to obtain the number of matching devices",
867
1041
  "Resume devices": "Resume devices",
868
- "Resume selection": "Resume selection",
869
1042
  "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
1043
  "Choose the criteria to select the devices to resume": "Choose the criteria to select the devices to resume",
871
1044
  "Resume all suspended devices associated with a given fleet": "Resume all suspended devices associated with a given fleet",
@@ -894,19 +1067,20 @@
894
1067
  "{{ count }} devices were resumed_other": "{{ count }} devices were resumed",
895
1068
  "Resumed with warnings": "Resumed with warnings",
896
1069
  "{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully": "{{ expectedCount }} devices to resume, and {{ resumedCount }} resumed successfully",
1070
+ "Resume selection": "Resume selection",
897
1071
  "Resume all {{ count }} devices?_one": "Resume {{ count }} device?",
898
1072
  "Resume all {{ count }} devices?_other": "Resume all {{ count }} devices?",
899
1073
  "Resume devices result": "Resume devices result",
900
1074
  "Resume all devices": "Resume all devices",
901
1075
  "Resume devices?_one": "Resume device?",
902
1076
  "Resume devices?_other": "Resume devices?",
903
- "Resume": "Resume",
904
1077
  "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
1078
  "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
1079
  "Resuming devices failed_one": "Resuming device failed",
907
1080
  "Resuming devices failed_other": "Resuming devices failed",
908
1081
  "All {{ resumedCount }} devices resumed successfully": "All {{ resumedCount }} devices resumed successfully",
909
1082
  "Resume with warnings": "Resume with warnings",
1083
+ "Resume": "Resume",
910
1084
  "Some application workloads are degraded": "Some application workloads are degraded",
911
1085
  "Resource was deleted successfully": "Resource was deleted successfully",
912
1086
  "Enrollment request": "Enrollment request",
@@ -928,32 +1102,41 @@
928
1102
  "Failed to retrieve repository details": "Failed to retrieve repository details",
929
1103
  "Failed to retrieve the resource syncs": "Failed to retrieve the resource syncs",
930
1104
  "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.",
1105
+ "Basic authentication": "Basic authentication",
1106
+ "Password": "Password",
1107
+ "Skip server verification": "Skip server verification",
1108
+ "CA certificate": "CA certificate",
931
1109
  "HTTP": "HTTP",
932
1110
  "SSH": "SSH",
933
1111
  "Validation suffix": "Validation suffix",
934
1112
  "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
1113
  "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
1114
  "mTLS authentication": "mTLS authentication",
940
1115
  "Client TLS certificate": "Client TLS certificate",
941
1116
  "Client TLS key": "Client TLS key",
942
- "Skip server verification": "Skip server verification",
943
- "CA certificate": "CA certificate",
944
1117
  "JWT authentication token for the HTTP service": "JWT authentication token for the HTTP service",
945
1118
  "Token": "Token",
946
1119
  "SSH private key": "SSH private key",
947
1120
  "Private key passphrase": "Private key passphrase",
948
1121
  "Use Git repository": "Use Git repository",
949
1122
  "Use HTTP service": "Use HTTP service",
1123
+ "Use OCI registry": "Use OCI registry",
950
1124
  "Switching the repository type will cause some data to be lost.": "Switching the repository type will cause some data to be lost.",
951
1125
  "Are you sure you want to change the repository type?": "Are you sure you want to change the repository type?",
952
1126
  "Change": "Change",
1127
+ "Registry hostname": "Registry hostname",
1128
+ "For example: quay.io, registry.redhat.io, myregistry.com:5000": "For example: quay.io, registry.redhat.io, myregistry.com:5000",
953
1129
  "Repository URL": "Repository URL",
954
1130
  "For example: {{ demoRepositoryUrl }}": "For example: {{ demoRepositoryUrl }}",
1131
+ "Scheme": "Scheme",
1132
+ "HTTPS": "HTTPS",
1133
+ "Access mode": "Access mode",
1134
+ "Read only": "Read only",
1135
+ "Read and write": "Read and write",
955
1136
  "Use advanced configurations": "Use advanced configurations",
1137
+ "Access mode must be set to read and write for this repository type": "Access mode must be set to read and write for this repository type",
956
1138
  "Use resource syncs": "Use resource syncs",
1139
+ "Repository could not be saved": "Repository could not be saved",
957
1140
  "Resource sync name": "Resource sync name",
958
1141
  "Name of a branch or a tag.": "Name of a branch or a tag.",
959
1142
  "For example: main": "For example: main",
@@ -961,18 +1144,22 @@
961
1144
  "For example: {{exampleFile}}": "For example: {{exampleFile}}",
962
1145
  "Remove resource sync": "Remove resource sync",
963
1146
  "Add another resource sync": "Add another resource sync",
1147
+ "HTTP service": "HTTP service",
1148
+ "OCI registry": "OCI registry",
1149
+ "Git repository": "Git repository",
964
1150
  "Target revision is required.": "Target revision is required.",
965
1151
  "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
1152
  "Repository type is required": "Repository type is required",
971
- "Username is required": "Username is required",
972
1153
  "Password is required": "Password is required",
973
1154
  "Client TLS certificate is required": "Client TLS certificate is required",
974
1155
  "Client TLS key is required": "Client TLS key is required",
975
1156
  "Must be a valid JWT token": "Must be a valid JWT token",
1157
+ "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)",
1158
+ "Registry hostname is required": "Registry hostname is required",
1159
+ "Enter a valid repository URL. Example: {{ demoRepositoryUrl }}": "Enter a valid repository URL. Example: {{ demoRepositoryUrl }}",
1160
+ "Repository URL is required": "Repository URL is required",
1161
+ "Enter a valid HTTP service URL. Example: https://my-service-url": "Enter a valid HTTP service URL. Example: https://my-service-url",
1162
+ "HTTP service URL is required": "HTTP service URL is required",
976
1163
  "Deleting {{count}} resource sync_one": "Deleting {{count}} resource sync",
977
1164
  "Deleting {{count}} resource sync_other": "Deleting {{count}} resource syncs",
978
1165
  "{{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 +1175,7 @@
988
1175
  "Delete repository": "Delete repository",
989
1176
  "Private repository": "Private repository",
990
1177
  "Public repository": "Public repository",
991
- "Url": "Url",
992
- "HTTP service": "HTTP service",
993
- "Git repository": "Git repository",
1178
+ "Registry": "Registry",
994
1179
  "Privacy": "Privacy",
995
1180
  "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
1181
  "Copy Url": "Copy Url",
@@ -1036,6 +1221,7 @@
1036
1221
  "No results found": "No results found",
1037
1222
  "Clear all filters and try again.": "Clear all filters and try again.",
1038
1223
  "Select all rows": "Select all rows",
1224
+ "Expand row": "Expand row",
1039
1225
  "{page} of <2>{totalPages}</2>": "{page} of <2>{totalPages}</2>",
1040
1226
  "{{ numberOfItems }} items": "{{ numberOfItems }} items",
1041
1227
  "Waiting for terminal session to open...": "Waiting for terminal session to open...",
@@ -1053,7 +1239,17 @@
1053
1239
  "Product serial": "Product serial",
1054
1240
  "Product UUID": "Product UUID",
1055
1241
  "TPM vendor info": "TPM vendor info",
1056
- "Websocket error occured": "Websocket error occured",
1242
+ "Unknown error": "Unknown error",
1243
+ "Failed to connect to device terminal: {{reason}}": "Failed to connect to device terminal: {{reason}}",
1244
+ "Failed to connect to device terminal": "Failed to connect to device terminal",
1245
+ "Single Container application": "Single Container application",
1246
+ "Quadlet application": "Quadlet application",
1247
+ "Helm application": "Helm application",
1248
+ "Compose application": "Compose application",
1249
+ "Single Container": "Single Container",
1250
+ "Quadlet": "Quadlet",
1251
+ "Compose": "Compose",
1252
+ "Helm": "Helm",
1057
1253
  "OpenShift": "OpenShift",
1058
1254
  "Kubernetes": "Kubernetes",
1059
1255
  "Ansible Automation Platform": "Ansible Automation Platform",
@@ -1071,6 +1267,11 @@
1071
1267
  "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
1268
  "Device decommissioning already started.": "Device decommissioning already started.",
1073
1269
  "Device is not suspended.": "Device is not suspended.",
1270
+ "For enterprise virtualization platforms.": "For enterprise virtualization platforms.",
1271
+ "For virtualized edge workloads.": "For virtualized edge workloads.",
1272
+ "For OpenShift Virtualization.": "For OpenShift Virtualization.",
1273
+ "For physical edge devices and bare metal.": "For physical edge devices and bare metal.",
1274
+ "QCOW2 (Container)": "QCOW2 (Container)",
1074
1275
  "Error": "Error",
1075
1276
  "Degraded": "Degraded",
1076
1277
  "No applications": "No applications",
@@ -1078,7 +1279,6 @@
1078
1279
  "Preparing": "Preparing",
1079
1280
  "Starting": "Starting",
1080
1281
  "Running": "Running",
1081
- "Completed": "Completed",
1082
1282
  "Rebooting": "Rebooting",
1083
1283
  "Powered Off": "Powered Off",
1084
1284
  "Online": "Online",
@@ -1095,15 +1295,12 @@
1095
1295
  "Sync pending": "Sync pending",
1096
1296
  "Awaiting first sync": "Awaiting first sync",
1097
1297
  "Last rollout did not complete successfully": "Last rollout did not complete successfully",
1098
- "Failed": "Failed",
1099
1298
  "Unsupported": "Unsupported",
1100
1299
  "Verified": "Verified",
1101
1300
  "Synced": "Synced",
1102
1301
  "Not synced": "Not synced",
1103
1302
  "Parsed": "Parsed",
1104
1303
  "Not parsed": "Not parsed",
1105
- "Accessible": "Accessible",
1106
- "Not accessible": "Not accessible",
1107
1304
  "Out-of-date": "Out-of-date",
1108
1305
  "Updating": "Updating",
1109
1306
  "Up-to-date": "Up-to-date",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "1.0.2",
3
+ "version": "1.1.0-rc4",
4
4
  "description": "I18n for Flightctl UI",
5
5
  "repository": "https://github.com/flightctl/flightctl-ui.git",
6
6
  "homepage": "https://github.com/flightctl/flightctl-ui.git",