@flightctl/i18n 1.1.0-rc1 → 1.1.0-rc3

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.
@@ -407,7 +407,7 @@
407
407
  "System integrity protection disabled": "System integrity protection disabled",
408
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
409
  "Rootless user identity": "Rootless user identity",
410
- "By default, workloads run as the '{{ runAsUser }}' user. To specify a custom user identity, edit the application configuration via YAML or CLI.": "By default, workloads run as the '{{ runAsUser }}' user. To specify a custom user identity, edit the application configuration via YAML or CLI.",
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.",
411
411
  "Application {{ appNum }}": "Application {{ appNum }}",
412
412
  "Application type": "Application type",
413
413
  "Select an application type": "Select an application type",
@@ -418,14 +418,16 @@
418
418
  "Inline": "Inline",
419
419
  "Define application files directly in this interface (custom, one-off).": "Define application files directly in this interface (custom, one-off).",
420
420
  "The unique identifier for this application.": "The unique identifier for this application.",
421
- "Variable {{ number }}": "Variable {{ number }}",
422
- "Delete variable": "Delete variable",
423
- "Add an application variable": "Add an application variable",
424
421
  "Application workloads": "Application workloads",
425
422
  "Define the application workloads that shall run on the device.": "Define the application workloads that shall run on the device.",
426
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.",
427
424
  "Delete application": "Delete application",
428
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",
429
431
  "If not present": "If not present",
430
432
  "Always": "Always",
431
433
  "Never": "Never",
@@ -706,6 +708,7 @@
706
708
  "URL": "URL",
707
709
  "Sync status": "Sync status",
708
710
  "Last transition": "Last transition",
711
+ "No Git repositories found": "No Git repositories found",
709
712
  "Use an existing Git repository": "Use an existing Git repository",
710
713
  "Use a new Git repository": "Use a new Git repository",
711
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.",
@@ -722,8 +725,9 @@
722
725
  "Not accessible": "Not accessible",
723
726
  "Missing repository": "Missing repository",
724
727
  "Create repository": "Create repository",
728
+ "Max file size {{ maxFileSize }} KB": "Max file size {{ maxFileSize }} KB",
725
729
  "Max file size {{ maxFileSize }} MB": "Max file size {{ maxFileSize }} MB",
726
- "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.",
727
731
  "Drag a file or browse to upload": "Drag a file or browse to upload",
728
732
  "Browse...": "Browse...",
729
733
  "Clear": "Clear",
@@ -735,8 +739,14 @@
735
739
  "Contains only lowercase letters, numbers, dashes (-), and dots (.).": "Contains only lowercase letters, numbers, dashes (-), and dots (.).",
736
740
  "{{ fieldName }} is required": "{{ fieldName }} is required",
737
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",
738
743
  "{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
739
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.",
740
750
  "Label key \"{{ forbiddenLabel }}\" is forbidden": "Label key \"{{ forbiddenLabel }}\" is forbidden",
741
751
  "Label keys are required. Invalid labels: {{invalidLabels}}": "Label keys are required. Invalid labels: {{invalidLabels}}",
742
752
  "Label keys must be unique": "Label keys must be unique",
@@ -758,8 +768,10 @@
758
768
  "Quadlet files must be at root level (no subdirectories)": "Quadlet files must be at root level (no subdirectories)",
759
769
  "Port must be a number": "Port must be a number",
760
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.",
761
774
  "Volume name is required": "Volume name is required",
762
- "Image reference includes invalid characters.": "Image reference includes invalid characters.",
763
775
  "Pull policy must be one of: Always, IfNotPresent, or Never": "Pull policy must be one of: Always, IfNotPresent, or Never",
764
776
  "Pull policy is required": "Pull policy is required",
765
777
  "Mount path must be absolute.": "Mount path must be absolute.",
@@ -767,9 +779,6 @@
767
779
  "Image reference is required for this volume type": "Image reference is required for this volume type",
768
780
  "Definition source must be image for this type of applications": "Definition source must be image for this type of applications",
769
781
  "Application type is required": "Application type is required",
770
- "Name is required for single container applications.": "Name is required for single container applications.",
771
- "Image is required.": "Image is required.",
772
- "Application image includes invalid characters.": "Application image includes invalid characters.",
773
782
  "Host port is required": "Host port is required",
774
783
  "Container port is required": "Container port is required",
775
784
  "CPU limit is invalid.": "CPU limit is invalid.",
@@ -817,13 +826,25 @@
817
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.",
818
827
  "Fleet selection is required": "Fleet selection is required",
819
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",
820
841
  "Retry image build": "Retry image build",
821
842
  "Image build was created but has a different name": "Image build was created but has a different name",
822
- "Image details": "Image details",
843
+ "Base image": "Base image",
823
844
  "Image output": "Image output",
824
845
  "Registration": "Registration",
825
846
  "Build image": "Build image",
826
- "Repository is read-only and cannot be used as the target repository.": "Repository is read-only and cannot be used as the target repository.",
847
+ "Repositories used for output images must be writable.": "Repositories used for output images must be writable.",
827
848
  "Management-ready by default": "Management-ready by default",
828
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.",
829
850
  "Target repository": "Target repository",
@@ -851,7 +872,7 @@
851
872
  "The username for the user account": "The username for the user account",
852
873
  "SSH public key": "SSH public key",
853
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.",
854
- "Base image": "Base image",
875
+ "Build name": "Build name",
855
876
  "Source repository": "Source repository",
856
877
  "Image reference URL": "Image reference URL",
857
878
  "Image output name": "Image output name",
@@ -864,13 +885,25 @@
864
885
  "Image build created, but some exports failed": "Image build created, but some exports failed",
865
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:",
866
887
  "The image name from the registry. For example: rhel9/rhel-bootc": "The image name from the registry. For example: rhel9/rhel-bootc",
867
- "Source repository is required": "Source repository is required",
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",
868
900
  "Image name is required": "Image name is required",
869
901
  "Image tag is required": "Image tag is required",
870
902
  "Source image is required": "Source image is required",
871
- "Target repository is required": "Target repository is required",
872
903
  "Target image is required": "Target image is required",
873
904
  "Binding type is required": "Binding type is required",
905
+ "Username is required": "Username is required",
906
+ "SSH public key is required": "SSH public key is required",
874
907
  "Delete this build?": "Delete this build?",
875
908
  "This will remove the record of this build and its history._one": "This will remove the record of this build and its history.",
876
909
  "This will remove the record of this build and its history._other": "This will remove the record of these builds and their history.",
@@ -893,10 +926,6 @@
893
926
  "Build information": "Build information",
894
927
  "Build status": "Build status",
895
928
  "Source image": "Source image",
896
- "Virtualization (VMDK)": "Virtualization (VMDK)",
897
- "OpenStack/KVM (QCOW2)": "OpenStack/KVM (QCOW2)",
898
- "OpenShift Virtualization (QCOW2)": "OpenShift Virtualization (QCOW2)",
899
- "Metal installer (ISO)": "Metal installer (ISO)",
900
929
  "Completed": "Completed",
901
930
  "In progress": "In progress",
902
931
  "Failed to load logs": "Failed to load logs",
@@ -907,16 +936,25 @@
907
936
  "Image builds cannot be edited. Use Retry to create a new image build based on this one.": "Image builds cannot be edited. Use Retry to create a new image build based on this one.",
908
937
  "Date": "Date",
909
938
  "Build failed. Please retry.": "Build failed. Please retry.",
939
+ "Build failed.": "Build failed.",
910
940
  "View more": "View more",
911
941
  "There are no image builds in your environment.": "There are no image builds in your environment.",
912
942
  "Generate system images for consistent deployment to edge devices.": "Generate system images for consistent deployment to edge devices.",
913
943
  "Delete image builds": "Delete image builds",
914
944
  "Image builds table": "Image builds table",
915
- "Downloading...": "Downloading...",
916
- "View logs": "View logs",
917
- "Created: {{date}}": "Created: {{date}}",
918
945
  "We couldn't export your image": "We couldn't export your image",
919
946
  "We couldn't download your image": "We couldn't download your image",
947
+ "We couldn't cancel your image export": "We couldn't cancel your image export",
948
+ "We couldn't delete your image export": "We couldn't delete your image export",
949
+ "We couldn't perform the action you requested": "We couldn't perform the action you requested",
950
+ "Canceling...": "Canceling...",
951
+ "Deleting...": "Deleting...",
952
+ "View logs": "View logs",
953
+ "Downloading...": "Downloading...",
954
+ "Retrying...": "Retrying...",
955
+ "Rebuilding...": "Rebuilding...",
956
+ "Exporting...": "Exporting...",
957
+ "Created: {{date}}": "Created: {{date}}",
920
958
  "Something went wrong on our end. Please review the error details and try again.": "Something went wrong on our end. Please review the error details and try again.",
921
959
  "Enter the image details to view the URL it resolves to": "Enter the image details to view the URL it resolves to",
922
960
  "device": "device",
@@ -976,7 +1014,6 @@
976
1014
  "Decommission": "Decommission",
977
1015
  "Delete devices ?": "Delete devices ?",
978
1016
  "Are you sure you want to delete the following devices ?": "Are you sure you want to delete the following devices ?",
979
- "Deleting...": "Deleting...",
980
1017
  "Delete devices": "Delete devices",
981
1018
  "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.",
982
1019
  "Delete fleets ?": "Delete fleets ?",
@@ -1095,6 +1132,7 @@
1095
1132
  "Read and write": "Read and write",
1096
1133
  "Use advanced configurations": "Use advanced configurations",
1097
1134
  "Use resource syncs": "Use resource syncs",
1135
+ "Repository could not be saved": "Repository could not be saved",
1098
1136
  "Resource sync name": "Resource sync name",
1099
1137
  "Name of a branch or a tag.": "Name of a branch or a tag.",
1100
1138
  "For example: main": "For example: main",
@@ -1108,7 +1146,6 @@
1108
1146
  "Target revision is required.": "Target revision is required.",
1109
1147
  "Must be an absolute path.": "Must be an absolute path.",
1110
1148
  "Repository type is required": "Repository type is required",
1111
- "Username is required": "Username is required",
1112
1149
  "Password is required": "Password is required",
1113
1150
  "Client TLS certificate is required": "Client TLS certificate is required",
1114
1151
  "Client TLS key is required": "Client TLS key is required",
@@ -1198,7 +1235,9 @@
1198
1235
  "Product serial": "Product serial",
1199
1236
  "Product UUID": "Product UUID",
1200
1237
  "TPM vendor info": "TPM vendor info",
1201
- "Websocket error occured": "Websocket error occured",
1238
+ "Unknown error": "Unknown error",
1239
+ "Failed to connect to device terminal: {{reason}}": "Failed to connect to device terminal: {{reason}}",
1240
+ "Failed to connect to device terminal": "Failed to connect to device terminal",
1202
1241
  "Single Container application": "Single Container application",
1203
1242
  "Quadlet application": "Quadlet application",
1204
1243
  "Helm application": "Helm application",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "1.1.0-rc1",
3
+ "version": "1.1.0-rc3",
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",