diff --git a/src/app/interfaces/virtualization.interface.ts b/src/app/interfaces/virtualization.interface.ts
index ee19ebb20f8..87825cdb25b 100644
--- a/src/app/interfaces/virtualization.interface.ts
+++ b/src/app/interfaces/virtualization.interface.ts
@@ -117,13 +117,11 @@ export interface VirtualizationUsb {
}
export interface VirtualizationImage {
- architecture: string;
+ archs: string[];
description: string;
label: string;
os: string;
release: string;
- serial: string;
- type: string;
variant: string;
}
diff --git a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.html b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.html
index 7f00f4eca5b..78bf0743b58 100644
--- a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.html
+++ b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.html
@@ -56,9 +56,9 @@
{{ 'Select Image' | translate }}
{{ image.release }} |
-
- {{ 'Arch' | translate }} |
- {{ image.arch }} |
+
+ {{ 'Archs' | translate }} |
+ {{ image.archs }} |
diff --git a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.spec.ts b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.spec.ts
index 629d88f448e..935d4502fc0 100644
--- a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.spec.ts
+++ b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.spec.ts
@@ -23,14 +23,14 @@ const imageChoices: Record = {
label: 'Almalinux 8 (arm64, cloud)',
os: 'Almalinux',
release: '8',
- arch: 'arm64',
+ archs: ['arm64'],
variant: 'cloud',
},
'alpine/3.18/default': {
label: 'Alpine 3.18 (armhf, default)',
os: 'Alpine',
release: '3.18',
- arch: 'armhf',
+ archs: ['armhf'],
variant: 'default',
},
} as unknown as Record;
@@ -74,7 +74,7 @@ describe('SelectImageDialogComponent', () => {
'Label',
'OS',
'Release',
- 'Arch',
+ 'Archs',
'Variant',
'',
]);
diff --git a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.ts b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.ts
index bc42b91f0bf..23e101d428a 100644
--- a/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.ts
+++ b/src/app/pages/virtualization/components/create-instance-form/select-image-dialog/select-image-dialog.component.ts
@@ -54,7 +54,7 @@ export type VirtualizationImageWithId = VirtualizationImage & {
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class SelectImageDialogComponent implements OnInit {
- protected readonly columns = ['label', 'os', 'release', 'arch', 'variant', 'actions'];
+ protected readonly columns = ['label', 'os', 'release', 'archs', 'variant', 'actions'];
protected filterForm = this.fb.group({
os: [''],
variant: [''],
diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/af.json
+++ b/src/assets/i18n/af.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ar.json
+++ b/src/assets/i18n/ar.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ast.json
+++ b/src/assets/i18n/ast.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/az.json
+++ b/src/assets/i18n/az.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/be.json
+++ b/src/assets/i18n/be.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/bg.json
+++ b/src/assets/i18n/bg.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/bn.json
+++ b/src/assets/i18n/bn.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/br.json
+++ b/src/assets/i18n/br.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/bs.json
+++ b/src/assets/i18n/bs.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ca.json
+++ b/src/assets/i18n/ca.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json
index 1e6830220a7..c1b027035c7 100644
--- a/src/assets/i18n/cs.json
+++ b/src/assets/i18n/cs.json
@@ -162,8 +162,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/cy.json
+++ b/src/assets/i18n/cy.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/da.json
+++ b/src/assets/i18n/da.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json
index c7816219ff1..71c82216e1c 100644
--- a/src/assets/i18n/de.json
+++ b/src/assets/i18n/de.json
@@ -322,7 +322,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/dsb.json
+++ b/src/assets/i18n/dsb.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/el.json
+++ b/src/assets/i18n/el.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/en-au.json
+++ b/src/assets/i18n/en-au.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/en-gb.json
+++ b/src/assets/i18n/en-gb.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/eo.json
+++ b/src/assets/i18n/eo.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json
index 8f96bb96881..4933025edfd 100644
--- a/src/assets/i18n/es-ar.json
+++ b/src/assets/i18n/es-ar.json
@@ -78,7 +78,7 @@
"Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "",
"Apps Read": "",
"Apps Write": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to delete NFS Share \"{path}\"?": "",
"Are you sure you want to delete SMB Share \"{name}\"?": "",
"Are you sure you want to delete address {ip}?": "",
diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/es-co.json
+++ b/src/assets/i18n/es-co.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/es-mx.json
+++ b/src/assets/i18n/es-mx.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/es-ni.json
+++ b/src/assets/i18n/es-ni.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/es-ve.json
+++ b/src/assets/i18n/es-ve.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json
index c308bb6d94a..0e0f6dca620 100644
--- a/src/assets/i18n/es.json
+++ b/src/assets/i18n/es.json
@@ -431,7 +431,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/et.json
+++ b/src/assets/i18n/et.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/eu.json
+++ b/src/assets/i18n/eu.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/fa.json
+++ b/src/assets/i18n/fa.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/fi.json
+++ b/src/assets/i18n/fi.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json
index 04233cf24e1..aa74aa5dd5c 100644
--- a/src/assets/i18n/fr.json
+++ b/src/assets/i18n/fr.json
@@ -39,7 +39,7 @@
"Apps Read": "",
"Apps Write": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Audit": "",
"Audit Entry": "",
"Audit ID": "",
diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/fy.json
+++ b/src/assets/i18n/fy.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json
index 36f0533deb8..9122deac070 100644
--- a/src/assets/i18n/ga.json
+++ b/src/assets/i18n/ga.json
@@ -23,7 +23,7 @@
"Application Network": "",
"Apply updates and restart system after downloading.": "",
"Applying important system or security updates.": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to restore the default set of widgets?": "",
"Automatically restart the system after the update is applied.": "",
"Autostart": "",
diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/gd.json
+++ b/src/assets/i18n/gd.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/gl.json
+++ b/src/assets/i18n/gl.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/he.json
+++ b/src/assets/i18n/he.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/hi.json
+++ b/src/assets/i18n/hi.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/hr.json
+++ b/src/assets/i18n/hr.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/hsb.json
+++ b/src/assets/i18n/hsb.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/hu.json
+++ b/src/assets/i18n/hu.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ia.json
+++ b/src/assets/i18n/ia.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/id.json
+++ b/src/assets/i18n/id.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/io.json
+++ b/src/assets/i18n/io.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/is.json
+++ b/src/assets/i18n/is.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json
index 598a245c07b..f9e54b968fc 100644
--- a/src/assets/i18n/it.json
+++ b/src/assets/i18n/it.json
@@ -419,7 +419,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json
index 1957262b9f4..2d59959ed3e 100644
--- a/src/assets/i18n/ja.json
+++ b/src/assets/i18n/ja.json
@@ -393,7 +393,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ka.json
+++ b/src/assets/i18n/ka.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/kk.json
+++ b/src/assets/i18n/kk.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/km.json
+++ b/src/assets/i18n/km.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/kn.json
+++ b/src/assets/i18n/kn.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json
index 0a91fbf87d6..9baaa02effe 100644
--- a/src/assets/i18n/ko.json
+++ b/src/assets/i18n/ko.json
@@ -157,7 +157,7 @@
"Apps Service Stopped": "",
"Apps Write": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
"Are you sure you want to delete NFS Share \"{path}\"?": "",
diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/lb.json
+++ b/src/assets/i18n/lb.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json
index 61a142891f5..5930216c3e3 100644
--- a/src/assets/i18n/lt.json
+++ b/src/assets/i18n/lt.json
@@ -454,8 +454,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/lv.json
+++ b/src/assets/i18n/lv.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/mk.json
+++ b/src/assets/i18n/mk.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ml.json
+++ b/src/assets/i18n/ml.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/mn.json
+++ b/src/assets/i18n/mn.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/mr.json
+++ b/src/assets/i18n/mr.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/my.json
+++ b/src/assets/i18n/my.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/nb.json
+++ b/src/assets/i18n/nb.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ne.json
+++ b/src/assets/i18n/ne.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json
index b76e7374018..16c9262e59d 100644
--- a/src/assets/i18n/nl.json
+++ b/src/assets/i18n/nl.json
@@ -125,7 +125,7 @@
"Apply updates and restart system after downloading.": "",
"Applying important system or security updates.": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to restore the default set of widgets?": "",
"Asymmetric Logical Unit Access (ALUA)": "",
"Attach images (optional)": "",
diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/nn.json
+++ b/src/assets/i18n/nn.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/os.json
+++ b/src/assets/i18n/os.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/pa.json
+++ b/src/assets/i18n/pa.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json
index bbcf27f05ef..74b19ca4983 100644
--- a/src/assets/i18n/pl.json
+++ b/src/assets/i18n/pl.json
@@ -414,8 +414,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json
index 63c801f3920..c1c766cc233 100644
--- a/src/assets/i18n/pt-br.json
+++ b/src/assets/i18n/pt-br.json
@@ -402,8 +402,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json
index 1b1ad0928a8..c842c2b632f 100644
--- a/src/assets/i18n/pt.json
+++ b/src/assets/i18n/pt.json
@@ -207,7 +207,7 @@
"Apply updates and restart system after downloading.": "",
"Applying important system or security updates.": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to restore the default set of widgets?": "",
"Asymmetric Logical Unit Access (ALUA)": "",
"At least one module must be defined in rsyncd.conf(5) of the rsync server or in the Rsync Modules of another system.": "",
diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ro.json
+++ b/src/assets/i18n/ro.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json
index ca2424e41f5..6fd3f03b70b 100644
--- a/src/assets/i18n/ru.json
+++ b/src/assets/i18n/ru.json
@@ -282,7 +282,7 @@
"Apps Service Stopped": "",
"Apps Write": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sk.json
+++ b/src/assets/i18n/sk.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sl.json
+++ b/src/assets/i18n/sl.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sq.json
+++ b/src/assets/i18n/sq.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sr-latn.json
+++ b/src/assets/i18n/sr-latn.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sr.json
+++ b/src/assets/i18n/sr.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/strings.json
+++ b/src/assets/i18n/strings.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sv.json
+++ b/src/assets/i18n/sv.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/sw.json
+++ b/src/assets/i18n/sw.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/ta.json
+++ b/src/assets/i18n/ta.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/te.json
+++ b/src/assets/i18n/te.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/th.json
+++ b/src/assets/i18n/th.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/tr.json
+++ b/src/assets/i18n/tr.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/tt.json
+++ b/src/assets/i18n/tt.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/udm.json
+++ b/src/assets/i18n/udm.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json
index a4226a34b6c..1d870681642 100644
--- a/src/assets/i18n/uk.json
+++ b/src/assets/i18n/uk.json
@@ -171,7 +171,7 @@
"Apps Service Stopped": "",
"Apps Write": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
"Are you sure you want to delete NFS Share \"{path}\"?": "",
diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json
index 5a773bd290e..82df32784e2 100644
--- a/src/assets/i18n/vi.json
+++ b/src/assets/i18n/vi.json
@@ -459,8 +459,8 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
"Archive": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",
diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json
index 10f37643f15..20d5fdc6f37 100644
--- a/src/assets/i18n/zh-hans.json
+++ b/src/assets/i18n/zh-hans.json
@@ -2,6 +2,7 @@
"": "",
"...": "",
"Absent": "",
+ "Archs": "",
"Current status: {status}": "",
"Device Type": "",
"Error Installing": "",
@@ -481,7 +482,6 @@
"Apps Write": "应用程序写入",
"Apr": "四月",
"Arbitrary Text": "任意文本",
- "Arch": "架构",
"Archive": "存档",
"Are you sure you want to abort the {task} task?": "您确定要中止 {task} 任务吗?",
"Are you sure you want to delete \"{name}\"?": "您确定要删除 \"{name}\" 吗?",
diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json
index 4605a22059f..5571b1aaef5 100644
--- a/src/assets/i18n/zh-hant.json
+++ b/src/assets/i18n/zh-hant.json
@@ -390,7 +390,7 @@
"Apps Write": "",
"Apr": "",
"Arbitrary Text": "",
- "Arch": "",
+ "Archs": "",
"Are you sure you want to abort the {task} task?": "",
"Are you sure you want to delete \"{name}\"?": "",
"Are you sure you want to delete {name} Reporting Exporter?": "",