@flightctl/i18n 1.1.0-rc1 → 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.
@@ -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.",
@@ -737,6 +740,11 @@
737
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.",
738
741
  "{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
739
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.",
740
748
  "Label key \"{{ forbiddenLabel }}\" is forbidden": "Label key \"{{ forbiddenLabel }}\" is forbidden",
741
749
  "Label keys are required. Invalid labels: {{invalidLabels}}": "Label keys are required. Invalid labels: {{invalidLabels}}",
742
750
  "Label keys must be unique": "Label keys must be unique",
@@ -767,7 +775,6 @@
767
775
  "Image reference is required for this volume type": "Image reference is required for this volume type",
768
776
  "Definition source must be image for this type of applications": "Definition source must be image for this type of applications",
769
777
  "Application type is required": "Application type is required",
770
- "Name is required for single container applications.": "Name is required for single container applications.",
771
778
  "Image is required.": "Image is required.",
772
779
  "Application image includes invalid characters.": "Application image includes invalid characters.",
773
780
  "Host port is required": "Host port is required",
@@ -817,6 +824,15 @@
817
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.",
818
825
  "Fleet selection is required": "Fleet selection is required",
819
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.",
820
836
  "Retry image build": "Retry image build",
821
837
  "Image build was created but has a different name": "Image build was created but has a different name",
822
838
  "Image details": "Image details",
@@ -907,16 +923,27 @@
907
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.",
908
924
  "Date": "Date",
909
925
  "Build failed. Please retry.": "Build failed. Please retry.",
926
+ "Build failed.": "Build failed.",
910
927
  "View more": "View more",
911
928
  "There are no image builds in your environment.": "There are no image builds in your environment.",
912
929
  "Generate system images for consistent deployment to edge devices.": "Generate system images for consistent deployment to edge devices.",
913
930
  "Delete image builds": "Delete image builds",
914
931
  "Image builds table": "Image builds table",
915
- "Downloading...": "Downloading...",
916
- "View logs": "View logs",
917
- "Created: {{date}}": "Created: {{date}}",
918
932
  "We couldn't export your image": "We couldn't export your image",
919
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}}",
920
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.",
921
948
  "Enter the image details to view the URL it resolves to": "Enter the image details to view the URL it resolves to",
922
949
  "device": "device",
@@ -976,7 +1003,6 @@
976
1003
  "Decommission": "Decommission",
977
1004
  "Delete devices ?": "Delete devices ?",
978
1005
  "Are you sure you want to delete the following devices ?": "Are you sure you want to delete the following devices ?",
979
- "Deleting...": "Deleting...",
980
1006
  "Delete devices": "Delete devices",
981
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.",
982
1008
  "Delete fleets ?": "Delete fleets ?",
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-rc2",
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",