|
345 | 345 | "Content is base64 encoded": "Content is base64 encoded", |
346 | 346 | "Delete file": "Delete file", |
347 | 347 | "Add file": "Add file", |
348 | | - "Inline application": "Inline application", |
349 | | - "Image based application": "Image based application", |
350 | | - "Compose": "Compose", |
351 | | - "Quadlet": "Quadlet", |
| 348 | + "Quadlet application": "Quadlet application", |
| 349 | + "Compose application": "Compose application", |
352 | 350 | "Application {{ appNum }}": "Application {{ appNum }}", |
353 | 351 | "Application type": "Application type", |
354 | 352 | "Select an application type": "Select an application type", |
355 | | - "Application format": "Application format", |
356 | | - "Select an application format": "Select an application format", |
| 353 | + "Definition source": "Definition source", |
| 354 | + "Configuration Sources": "Configuration Sources", |
| 355 | + "OCI reference": "OCI reference", |
| 356 | + "Pull definitions from container registry (reusable, versioned).": "Pull definitions from container registry (reusable, versioned).", |
| 357 | + "Inline": "Inline", |
| 358 | + "Define application files directly in this interface (custom, one-off).": "Define application files directly in this interface (custom, one-off).", |
| 359 | + "OCI reference URL": "OCI reference URL", |
357 | 360 | "Application name": "Application name", |
358 | 361 | "The unique identifier for this application.": "The unique identifier for this application.", |
359 | 362 | "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.", |
|
362 | 365 | "Add an application variable": "Add an application variable", |
363 | 366 | "Application workloads": "Application workloads", |
364 | 367 | "Define the application workloads that shall run on the device.": "Define the application workloads that shall run on the device.", |
| 368 | + "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.", |
365 | 369 | "Delete application": "Delete application", |
366 | 370 | "Add application": "Add application", |
367 | 371 | "(0777) Read, write, and execute permissions for all users.": "(0777) Read, write, and execute permissions for all users.", |
|
433 | 437 | "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.", |
434 | 438 | "Device alias": "Device alias", |
435 | 439 | "Device labels": "Device labels", |
| 440 | + "Quadlet": "Quadlet", |
| 441 | + "Compose": "Compose", |
436 | 442 | "Image based": "Image based", |
437 | | - "Inline": "Inline", |
438 | 443 | "Unnamed": "Unnamed", |
439 | 444 | "Device fleet": "Device fleet", |
440 | 445 | "Edge Manager will not manage system image": "Edge Manager will not manage system image", |
|
667 | 672 | "Use alphanumeric characters, or underscore (_)": "Use alphanumeric characters, or underscore (_)", |
668 | 673 | "Variable value is required.": "Variable value is required.", |
669 | 674 | "Variable names of an application must be unique": "Variable names of an application must be unique", |
670 | | - "Application type is required": "Application type is required", |
| 675 | + "Definition source is required": "Definition source is required", |
671 | 676 | "Name is required for {{ appType }} applications.": "Name is required for {{ appType }} applications.", |
672 | 677 | "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.", |
673 | 678 | "File path is required": "File path is required", |
|
679 | 684 | "Unsupported quadlet file type {{ extension }}. Supported types: {{ supportedTypes }}": "Unsupported quadlet file type {{ extension }}. Supported types: {{ supportedTypes }}", |
680 | 685 | "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 }}", |
681 | 686 | "Quadlet files must be at root level (no subdirectories)": "Quadlet files must be at root level (no subdirectories)", |
| 687 | + "Definition source must be image for this type of applications": "Definition source must be image for this type of applications", |
| 688 | + "Application type is required": "Application type is required", |
682 | 689 | "Image is required.": "Image is required.", |
683 | 690 | "Application image includes invalid characters.": "Application image includes invalid characters.", |
684 | 691 | "Application name must be unique.": "Application name must be unique.", |
|
0 commit comments