Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 68 additions & 8 deletions libs/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,29 @@
"Next": "Next",
"Back": "Back",
"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.",
"This port mapping already exists": "This port mapping already exists",
"Port mapping must be in format \"hostPort:containerPort\"": "Port mapping must be in format \"hostPort:containerPort\"",
"Invalid port values": "Invalid port values",
"Application name": "Application name",
"If not specified, the image name will be used. Application name must be unique.": "If not specified, the image name will be used. Application name must be unique.",
"Image": "Image",
"Provide a valid image reference": "Provide a valid image reference",
"Ports": "Ports",
"Provide a list of ports to map to the container": "Provide a list of ports to map to the container",
"Host port": "Host port",
"Container port": "Container port",
"Add port mapping": "Add port mapping",
"Add": "Add",
"Added ports": "Added ports",
"Resources": "Resources",
"CPU limit": "CPU limit",
"Set the maximum CPU usage for your container. Use fractional values (\"0.5\" for half a CPU core) or whole numbers (\"1\", \"2\" for full cores). Consider your device's total CPU capacity when setting limits.": "Set the maximum CPU usage for your container. Use fractional values (\"0.5\" for half a CPU core) or whole numbers (\"1\", \"2\" for full cores). Consider your device's total CPU capacity when setting limits.",
"Enter numeric value": "Enter numeric value",
"Provide a valid CPU value (e.g., \"0.4\" or \"2\").": "Provide a valid CPU value (e.g., \"0.4\" or \"2\").",
"Memory limit": "Memory limit",
"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.",
"Enter numeric value with optional unit": "Enter numeric value with optional unit",
"Provide a valid memory value (e.g., \"512\", \"512m\", \"2g\", \"1024k\").": "Provide a valid memory value (e.g., \"512\", \"512m\", \"2g\", \"1024k\").",
"The application image. Learn how to create one": "The application image. Learn how to create one",
"here": "here",
"File {{ fileNum }}": "File {{ fileNum }}",
Expand All @@ -342,6 +364,7 @@
"Content is base64 encoded": "Content is base64 encoded",
"Delete file": "Delete file",
"Add file": "Add file",
"Single Container application": "Single Container application",
"Quadlet application": "Quadlet application",
"Compose application": "Compose application",
"Application {{ appNum }}": "Application {{ appNum }}",
Expand All @@ -354,9 +377,7 @@
"Inline": "Inline",
"Define application files directly in this interface (custom, one-off).": "Define application files directly in this interface (custom, one-off).",
"OCI reference URL": "OCI reference URL",
"Application name": "Application name",
"The unique identifier for this application.": "The unique identifier for this application.",
"If not specified, the image name will be used. Application name must be unique.": "If not specified, the image name will be used. Application name must be unique.",
"Variable {{ number }}": "Variable {{ number }}",
"Delete variable": "Delete variable",
"Add an application variable": "Add an application variable",
Expand All @@ -365,6 +386,31 @@
"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.",
"Delete application": "Delete application",
"Add application": "Add application",
"If not present": "If not present",
"Always": "Always",
"Never": "Never",
"Mount volume": "Mount volume",
"Image mount volume": "Image mount volume",
"Image volume": "Image volume",
"Volumes": "Volumes",
"Volume {{ number }}": "Volume {{ number }}",
"Volume type": "Volume type",
"Select volume type": "Select volume type",
"Volume name": "Volume name",
"Image reference": "Image reference",
"Provide a valid container image reference for the volume.": "Provide a valid container image reference for the volume.",
"Pull policy": "Pull policy",
"Pull options:": "Pull options:",
"Attempts to always pull the latest image (uses more bandwidth)": "Attempts to always pull the latest image (uses more bandwidth)",
"Pull only if missing locally (efficient)": "Pull only if missing locally (efficient)",
"Use cached images only (fastest, may fail)": "Use cached images only (fastest, may fail)",
"Trade-off:": "Trade-off:",
"Freshness vs. bandwidth efficiency.": "Freshness vs. bandwidth efficiency.",
"Select pull policy": "Select pull policy",
"Mount path": "Mount path",
"Absolute path where the volume will be mounted on the container.": "Absolute path where the volume will be mounted on the container.",
"Delete volume": "Delete volume",
"Add volume": "Add volume",
"(0777) Read, write, and execute permissions for all users.": "(0777) Read, write, and execute permissions for all users.",
"(0755) Read and execute permission for all users. The file's owner also has write permission.": "(0755) Read and execute permission for all users. The file's owner also has write permission.",
"(0750) Read and execute permission for the owner and group. The file's owner also has write permission.": "(0750) Read and execute permission for the owner and group. The file's owner also has write permission.",
Expand All @@ -384,7 +430,6 @@
"Group": "Group",
"Secret name": "Secret name",
"Secret namespace": "Secret namespace",
"Mount path": "Mount path",
"/absolute/path": "/absolute/path",
"Inline configuration": "Inline configuration",
"Git configuration": "Git configuration",
Expand Down Expand Up @@ -434,9 +479,10 @@
"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.",
"Device alias": "Device alias",
"Device labels": "Device labels",
"Single Container": "Single Container",
"Quadlet": "Quadlet",
"Compose": "Compose",
"Image based": "Image based",
"Unknown": "Unknown",
"Unnamed": "Unnamed",
"Device fleet": "Device fleet",
"Edge Manager will not manage system image": "Edge Manager will not manage system image",
Expand Down Expand Up @@ -658,6 +704,7 @@
"Starts and ends with a lowercase letter or a number.": "Starts and ends with a lowercase letter or a number.",
"Contains only lowercase letters, numbers, dashes (-), and dots (.).": "Contains only lowercase letters, numbers, dashes (-), and dots (.).",
"{{ fieldName }} is required": "{{ fieldName }} is required",
"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.",
"{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
"System image is invalid": "System image is invalid",
"Label key \"{{ forbiddenLabel }}\" is forbidden": "Label key \"{{ forbiddenLabel }}\" is forbidden",
Expand All @@ -670,8 +717,6 @@
"Variable value is required.": "Variable value is required.",
"Variable names of an application must be unique": "Variable names of an application must be unique",
"Definition source is required": "Definition source is required",
"Name is required for {{ appType }} applications.": "Name is required for {{ appType }} applications.",
"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.",
"File path is required": "File path is required",
"File path length cannot exceed {{ maxCharacters }} characters.": "File path length cannot exceed {{ maxCharacters }} characters.",
"Application file path must be relative. It cannot be outside the application directory.": "Application file path must be relative. It cannot be outside the application directory.",
Expand All @@ -681,10 +726,27 @@
"Unsupported quadlet file type {{ extension }}. Supported types: {{ supportedTypes }}": "Unsupported quadlet file type {{ extension }}. Supported types: {{ supportedTypes }}",
"Quadlet application must include at least one of the following file types: {{ supportedTypes }}": "Quadlet application must include at least one of the following file types: {{ supportedTypes }}",
"Quadlet files must be at root level (no subdirectories)": "Quadlet files must be at root level (no subdirectories)",
"Port must be a number": "Port must be a number",
"Port must be between 1 and 65535": "Port must be between 1 and 65535",
"Definition source must be image for this type of applications": "Definition source must be image for this type of applications",
"Application type is required": "Application type is required",
"Name is required for single container applications.": "Name is required for single container applications.",
"Image is required.": "Image is required.",
"Application image includes invalid characters.": "Application image includes invalid characters.",
"Host port is required": "Host port is required",
"Container port is required": "Container port is required",
"CPU limit is invalid.": "CPU limit is invalid.",
"Memory limit is invalid.": "Memory limit is invalid.",
"Volume name is required": "Volume name is required",
"Volume type is required": "Volume type is required",
"Image reference is required for this volume type": "Image reference is required for this volume type",
"Image reference includes invalid characters.": "Image reference includes invalid characters.",
"Pull policy must be one of: Always, IfNotPresent, or Never": "Pull policy must be one of: Always, IfNotPresent, or Never",
"Pull policy is required": "Pull policy is required",
"Mount path is required for this volume type": "Mount path is required for this volume type",
"Mount path must be absolute.": "Mount path must be absolute.",
"Name is required for quadlet applications.": "Name is required for quadlet applications.",
"Name is required for compose applications.": "Name is required for compose applications.",
"Application name must be unique.": "Application name must be unique.",
"Name is required, another application uses the same image.": "Name is required, another application uses the same image.",
"Cannot be decimal": "Cannot be decimal",
Expand Down Expand Up @@ -714,7 +776,6 @@
"Secret name is required.": "Secret name is required.",
"Secret namespace is required.": "Secret namespace is required.",
"Mount path is required.": "Mount path is required.",
"Mount path must be absolute.": "Mount path must be absolute.",
"File path must be absolute.": "File path must be absolute.",
"File path must be unique.": "File path must be unique.",
"Permissions must use octal notation": "Permissions must use octal notation",
Expand Down Expand Up @@ -946,7 +1007,6 @@
"CPU": "CPU",
"Memory": "Memory",
"Disk": "Disk",
"Unknown": "Unknown",
"Past threshold ({{ percent }}%)": "Past threshold ({{ percent }}%)",
"{{ monitorType }} pressure - {{ status }}": "{{ monitorType }} pressure - {{ status }}",
"Within limits": "Within limits",
Expand Down
Loading