From 8c167891c35bf703859aa17d855cd4271acf38db Mon Sep 17 00:00:00 2001 From: Alex Karpov Date: Tue, 27 Aug 2024 16:24:27 +0300 Subject: [PATCH] NAS-130588 / 25.04 / Docker configuration - install nvidia drivers (#10557) * NAS-130588: Docker configuration - install nvidia drivers * NAS-130588: Docker configuration - install nvidia drivers * NAS-130588: PR Update * NAS-130588: PR Update --- src/app/enums/docker-config.interface.ts | 4 +- src/app/helptext/apps/apps.ts | 8 +- .../api/api-call-directory.interface.ts | 1 + src/app/interfaces/catalog.interface.ts | 1 + .../catalog-settings.component.html | 14 +- .../catalog-settings.component.scss | 19 +++ .../catalog-settings.component.spec.ts | 142 ++++++++++++++---- .../catalog-settings.component.ts | 25 ++- .../app-settings-button.component.html | 4 +- src/app/pages/apps/store/docker.store.ts | 35 ++++- src/assets/i18n/af.json | 8 +- src/assets/i18n/ar.json | 8 +- src/assets/i18n/ast.json | 8 +- src/assets/i18n/az.json | 8 +- src/assets/i18n/be.json | 8 +- src/assets/i18n/bg.json | 8 +- src/assets/i18n/bn.json | 8 +- src/assets/i18n/br.json | 8 +- src/assets/i18n/bs.json | 8 +- src/assets/i18n/ca.json | 8 +- src/assets/i18n/cs.json | 8 +- src/assets/i18n/cy.json | 8 +- src/assets/i18n/da.json | 8 +- src/assets/i18n/de.json | 8 +- src/assets/i18n/dsb.json | 8 +- src/assets/i18n/el.json | 8 +- src/assets/i18n/en-au.json | 8 +- src/assets/i18n/en-gb.json | 8 +- src/assets/i18n/en.json | 8 +- src/assets/i18n/eo.json | 8 +- src/assets/i18n/es-ar.json | 8 +- src/assets/i18n/es-co.json | 8 +- src/assets/i18n/es-mx.json | 8 +- src/assets/i18n/es-ni.json | 8 +- src/assets/i18n/es-ve.json | 8 +- src/assets/i18n/es.json | 8 +- src/assets/i18n/et.json | 8 +- src/assets/i18n/eu.json | 8 +- src/assets/i18n/fa.json | 8 +- src/assets/i18n/fi.json | 8 +- src/assets/i18n/fr.json | 8 +- src/assets/i18n/fy.json | 8 +- src/assets/i18n/ga.json | 8 +- src/assets/i18n/gd.json | 8 +- src/assets/i18n/gl.json | 8 +- src/assets/i18n/he.json | 8 +- src/assets/i18n/hi.json | 8 +- src/assets/i18n/hr.json | 8 +- src/assets/i18n/hsb.json | 8 +- src/assets/i18n/hu.json | 8 +- src/assets/i18n/ia.json | 8 +- src/assets/i18n/id.json | 8 +- src/assets/i18n/io.json | 8 +- src/assets/i18n/is.json | 8 +- src/assets/i18n/it.json | 8 +- src/assets/i18n/ja.json | 8 +- src/assets/i18n/ka.json | 8 +- src/assets/i18n/kk.json | 8 +- src/assets/i18n/km.json | 8 +- src/assets/i18n/kn.json | 8 +- src/assets/i18n/ko.json | 8 +- src/assets/i18n/lb.json | 8 +- src/assets/i18n/lt.json | 8 +- src/assets/i18n/lv.json | 8 +- src/assets/i18n/mk.json | 8 +- src/assets/i18n/ml.json | 8 +- src/assets/i18n/mn.json | 8 +- src/assets/i18n/mr.json | 8 +- src/assets/i18n/my.json | 8 +- src/assets/i18n/nb.json | 8 +- src/assets/i18n/ne.json | 8 +- src/assets/i18n/nl.json | 8 +- src/assets/i18n/nn.json | 8 +- src/assets/i18n/os.json | 8 +- src/assets/i18n/pa.json | 8 +- src/assets/i18n/pl.json | 8 +- src/assets/i18n/pt-br.json | 8 +- src/assets/i18n/pt.json | 8 +- src/assets/i18n/ro.json | 8 +- src/assets/i18n/ru.json | 8 +- src/assets/i18n/sk.json | 8 +- src/assets/i18n/sl.json | 8 +- src/assets/i18n/sq.json | 8 +- src/assets/i18n/sr-latn.json | 8 +- src/assets/i18n/sr.json | 8 +- src/assets/i18n/strings.json | 8 +- src/assets/i18n/sv.json | 8 +- src/assets/i18n/sw.json | 8 +- src/assets/i18n/ta.json | 8 +- src/assets/i18n/te.json | 8 +- src/assets/i18n/th.json | 8 +- src/assets/i18n/tr.json | 8 +- src/assets/i18n/tt.json | 8 +- src/assets/i18n/udm.json | 8 +- src/assets/i18n/uk.json | 8 +- src/assets/i18n/vi.json | 8 +- src/assets/i18n/zh-hans.json | 8 +- src/assets/i18n/zh-hant.json | 8 +- 98 files changed, 474 insertions(+), 483 deletions(-) create mode 100644 src/app/pages/apps/components/catalog-settings/catalog-settings.component.scss diff --git a/src/app/enums/docker-config.interface.ts b/src/app/enums/docker-config.interface.ts index a4420c95d45..8daf04262b6 100644 --- a/src/app/enums/docker-config.interface.ts +++ b/src/app/enums/docker-config.interface.ts @@ -4,10 +4,12 @@ export interface DockerConfig { pool: string; dataset: string; id: number; + nvidia: boolean; } export interface DockerConfigUpdate { - pool: string; + pool?: string; + nvidia?: boolean; } export interface DockerStatusResponse { diff --git a/src/app/helptext/apps/apps.ts b/src/app/helptext/apps/apps.ts index 9dffd408a18..7b5fca78fd4 100644 --- a/src/app/helptext/apps/apps.ts +++ b/src/app/helptext/apps/apps.ts @@ -216,23 +216,21 @@ export const helptextApps = { title: T('Add Catalog'), editTitle: T('Edit Catalog'), name: { - placeholder: T('Catalog Name'), tooltip: T('Please specify name to be used to lookup catalog.'), }, forceCreate: { - placeholder: T('Force Create'), tooltip: T('Add catalog to system even if some trains are unhealthy.'), }, repository: { - placeholder: T('Repository'), tooltip: T('Please specify a valid git repository uri.'), }, preferredTrains: { - placeholder: T('Preferred Trains'), tooltip: T('Please specify trains from which UI should retrieve available applications for the catalog.'), }, + installNvidiaDriver: { + tooltip: T('Please specify whether to install NVIDIA driver or not.'), + }, branch: { - placeholder: T('Branch'), tooltip: T('Please specify branch of git repository to use for the catalog.'), }, }, diff --git a/src/app/interfaces/api/api-call-directory.interface.ts b/src/app/interfaces/api/api-call-directory.interface.ts index cea664dbd38..5761776ee6f 100644 --- a/src/app/interfaces/api/api-call-directory.interface.ts +++ b/src/app/interfaces/api/api-call-directory.interface.ts @@ -606,6 +606,7 @@ export interface ApiCallDirectory { // Docker 'docker.config': { params: void; response: DockerConfig }; 'docker.status': { params: void; response: DockerStatusResponse }; + 'docker.lacks_nvidia_drivers': { params: void; response: boolean }; // LDAP 'ldap.config': { params: void; response: LdapConfig }; diff --git a/src/app/interfaces/catalog.interface.ts b/src/app/interfaces/catalog.interface.ts index 75b6d211ef4..ab88835e13f 100644 --- a/src/app/interfaces/catalog.interface.ts +++ b/src/app/interfaces/catalog.interface.ts @@ -12,6 +12,7 @@ export interface Catalog { export interface CatalogUpdate { preferred_trains: string[]; + nvidia?: boolean; } export type CatalogTrain = Record; diff --git a/src/app/pages/apps/components/catalog-settings/catalog-settings.component.html b/src/app/pages/apps/components/catalog-settings/catalog-settings.component.html index 3d3d70e2cc3..1c75bda0aad 100644 --- a/src/app/pages/apps/components/catalog-settings/catalog-settings.component.html +++ b/src/app/pages/apps/components/catalog-settings/catalog-settings.component.html @@ -1,5 +1,5 @@ @@ -7,7 +7,7 @@
- + + @if (showNvidiaCheckbox()) { + + + + } + @@ -37,6 +37,6 @@ ixTest="update-preferred-trains" (click)="manageCatalog()" > - {{ 'Train Settings' | translate }} + {{ 'Settings' | translate }} diff --git a/src/app/pages/apps/store/docker.store.ts b/src/app/pages/apps/store/docker.store.ts index 1bb61a23fd0..74f94968982 100644 --- a/src/app/pages/apps/store/docker.store.ts +++ b/src/app/pages/apps/store/docker.store.ts @@ -16,6 +16,8 @@ import { WebSocketService } from 'app/services/ws.service'; export interface DockerConfigState { isLoading: boolean; pool: string; + nvidiaDriversInstalled: boolean; + lacksNvidiaDrivers: boolean; statusData: { status: string; description: string; @@ -25,6 +27,8 @@ export interface DockerConfigState { const initialState: DockerConfigState = { isLoading: false, pool: null, + nvidiaDriversInstalled: false, + lacksNvidiaDrivers: false, statusData: { status: null, description: null, @@ -35,6 +39,8 @@ const initialState: DockerConfigState = { export class DockerStore extends ComponentStore { readonly isLoading$ = this.select((state) => state.isLoading); readonly selectedPool$ = this.select((state) => state.pool); + readonly nvidiaDriversInstalled$ = this.select((state) => state.nvidiaDriversInstalled); + readonly lacksNvidiaDrivers$ = this.select((state) => state.lacksNvidiaDrivers); readonly isDockerStarted$ = this.select((state) => { return [ DockerStatus.Initializing, @@ -64,11 +70,14 @@ export class DockerStore extends ComponentStore { switchMap(() => forkJoin([ this.getDockerConfig(), this.getDockerStatus(), + this.getLacksNvidiaDrivers(), ])), tap( - ([dockerConfig, dockerStatus]: [DockerConfig, DockerStatusResponse]) => { + ([dockerConfig, dockerStatus, lacksNvidiaDrivers]: [DockerConfig, DockerStatusResponse, boolean]) => { this.patchState({ pool: dockerConfig.pool, + nvidiaDriversInstalled: dockerConfig.nvidia, + lacksNvidiaDrivers, statusData: { status: dockerStatus.status, description: dockerStatus.description, @@ -84,11 +93,15 @@ export class DockerStore extends ComponentStore { return this.ws.call('docker.config'); } + private getLacksNvidiaDrivers(): Observable { + return this.ws.call('docker.lacks_nvidia_drivers'); + } + private getDockerStatus(): Observable { return this.ws.call('docker.status'); } - setDockerPool(poolName: string): Observable> { + setDockerPool(poolName: string): Observable> { return this.dialogService.jobDialog( this.ws.job('docker.update', [{ pool: poolName }]), { title: this.translate.instant('Configuring...') }, @@ -110,6 +123,24 @@ export class DockerStore extends ComponentStore { ); } + setDockerNvidia(nvidiaDriversInstalled: boolean): Observable> { + return this.dialogService.jobDialog( + this.ws.job('docker.update', [{ nvidia: nvidiaDriversInstalled }]), + { title: this.translate.instant('Configuring...') }, + ) + .afterClosed() + .pipe( + tap((job) => { + if (job.state === JobState.Success) { + this.patchState({ + nvidiaDriversInstalled, + }); + } + }), + this.errorHandler.catchError(), + ); + } + /** * Updates docker status in `DockerStore` service * @returns An observable that should be subscribed to at component level. This event subscription should only diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index 522d79c2b50..460d1adc93c 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -575,7 +575,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -652,7 +651,6 @@ "Capacity Settings": "", "Capture and attach screenshot to the review": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -828,6 +826,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1689,7 +1688,6 @@ "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -1985,6 +1983,7 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Install Application": "", + "Install NDIVIA Drivers": "", "Installed": "", "Installed Apps": "", "Installer image file": "", @@ -2762,6 +2761,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool Available Space Threshold (%)": "", "Pool Creation Wizard": "", @@ -2985,7 +2985,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4051,7 +4050,6 @@ "Total ZFS Errors": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Transfer": "", "Translate App": "", "Transmit Hash Policy": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index bcb2945715c..d19d0dbf4d2 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -488,7 +488,6 @@ "Capacity Settings": "", "Capture and attach screenshot to the review": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Categories": "", @@ -637,6 +636,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1283,7 +1283,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Stop After Timeout": "", "Force delete": "", @@ -1538,6 +1537,7 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Install Application": "", + "Install NDIVIA Drivers": "", "Installed": "", "Installed Apps": "", "Installer image file": "", @@ -2174,6 +2174,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool": "", "Pool Creation Wizard": "", @@ -2338,7 +2339,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3193,7 +3193,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer Mode": "", "Translate App": "", "Transmit Hash Policy": "", @@ -3859,7 +3858,6 @@ "Boot Method": "Boot Methode", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "Name der Boot-Umgebung. Alphanumerische Zeichen, Bindestriche (-), Unterstriche (_) und Punkte (.) sind zulässig.", "Boot environment to be cloned.": "Boot-Umgebung, die geklont werden soll.", - "Branch": "Zweig", "Bridge": "Brücke", "Browsable to Network Clients": "Durchsuchbar für Netzwerkclients", "Browse to a CD-ROM file present on the system storage.": "Navigieren Sie zu einer CD-ROM-Datei, die im Systemspeicher vorhanden ist.", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index a3de20f488c..dec48d6b679 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -441,6 +441,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1107,6 +1108,7 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Install Application": "", + "Install NDIVIA Drivers": "", "Installed": "", "Installed Apps": "", "Installer image file": "", @@ -1639,6 +1641,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool": "", "Pool Creation Wizard": "", @@ -1783,7 +1786,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -2431,7 +2433,6 @@ "Total ZFS Errors": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transport Encryption Behavior": "", @@ -3142,7 +3143,6 @@ "Boot environment to be cloned.": "Entorno de arranque para ser clonado.", "Bot API Token": "Token de API de bot", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Las curvas de Brainpool pueden ser más seguras, mientras que las curvas segp pueden ser más rápidas. Consulte Rendimiento de la curva elíptica: NIST vs Brainpool para más información.", - "Branch": "Rama", "Bridge": "Puente", "Browsable to Network Clients": "Navegable a clientes de red", "Browse to a CD-ROM file present on the system storage.": "Busque un archivo de CD-ROM presente en el almacenamiento del sistema.", @@ -3174,7 +3174,6 @@ "Capacity": "Capacidad", "Case Sensitivity": "Sensibilidad del caso", "Catalog": "Catálogo", - "Catalog Name": "Nombre de catálogo", "Catalogs": "Catálogos", "Category": "Categoría", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "Precaución: la asignación de demasiada memoria puede ralentizar el sistema o evitar que se ejecuten máquinas virtuales.", @@ -3797,7 +3796,6 @@ "Follow symlinks and copy the items to which they link.": "Siga los enlaces simbólicos y copie los elementos a los que se vinculan.", "Force": "Forzar", "Force Clear": "Forzar limpieza", - "Force Create": "Forzar cración", "Force Delete": "Forzar eliminación", "Force Delete?": "¿Forzar eliminación?", "Force Stop After Timeout": "Forzar detención después del tiempo de espera", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 5510b21f003..7c6f4db590e 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -570,7 +570,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -648,7 +647,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -819,6 +817,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1749,7 +1748,6 @@ "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2077,6 +2075,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2888,6 +2887,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool": "", "Pool Available Space Threshold (%)": "", @@ -3135,7 +3135,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4244,7 +4243,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer Mode": "", "Transfers": "", "Translate App": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 6784f2649cc..8557e1f3484 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -109,6 +109,7 @@ "Computer Account OU": "", "Config Email": "", "Config-Reset": "", + "Configuration": "", "Configure Access": "", "Configure Alerts": "", "Configure Audit": "", @@ -345,6 +346,7 @@ "Insensitive": "", "Inspect VDEVs": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Integrate Snapshots with VMware": "", "Internal": "", "Invisible": "", @@ -576,6 +578,7 @@ "Permissions Editor": "", "Permissions saved.": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pool Scrub Read": "", "Pool Scrub Write": "", "Pool Usage": "", @@ -904,7 +907,6 @@ "Total Disks:": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transport Encryption Behavior": "", @@ -1588,7 +1590,6 @@ "Boot environment to be cloned.": "Environnement de boot à cloner.", "Bot API Token": "Jeton d'API Bot", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Les courbes de Brainpool peuvent être plus sûres, tandis que les courbes de secp peuvent être plus rapides. Voir Performance de la courbe elliptique : NIST vs Brainpool pour plus d'informations.", - "Branch": "Branche", "Bridge": "Pont", "Bridge interface": "Interface de pont", "Browsable to Network Clients": "Navigable par les clients du réseau", @@ -1656,7 +1657,6 @@ "Capture and attach screenshot to the review": "Capturer et joindre une capture d'écran au diagnostic", "Case Sensitivity": "Sensibilité à la casse", "Catalog": "Catalogue", - "Catalog Name": "Nom du catalogue", "Catalogs": "Catalogues", "Category": "Catégorie", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "Attention: L'allocation d'une trop grande quantité de mémoire peut ralentir le système ou empêcher les machines virtuelles de fonctionner.", @@ -2666,7 +2666,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "Par exemple, si vous fixez cette valeur à 5, le système renouvellera les certificats qui expirent dans 5 jours ou moins.", "Force": "Forcer", "Force Clear": "Forcer le nettoyage", - "Force Create": "Forcer la création", "Force Delete": "Forcer la suppression", "Force Delete?": "Forcer la Suppression ?", "Force Stop After Timeout": "Arrêt forcé après un timeout", @@ -3721,7 +3720,6 @@ "Report if the temperature of a drive has changed by this many degrees Celsius since the last report. 0 disables the report.": "Signaler si la température d'un variateur a changé d'autant de degrés Celsius depuis le dernier rapport. 0 désactive le rapport.", "Reporting": "Rapports", "Reports": "Rapports", - "Repository": "Dépôt", "Requested action performed for selected Applications": "Action demandée effectuée pour les applications sélectionnées", "Require Kerberos for NFSv4": "Nécessite Kerberos pour NFSv4", "Required unless Enable password login is No. Passwords cannot contain a ?.": "Requis sauf si Désactiver le mot de passe est positionné sur Non. Les mots de passe ne peuvent pas contenir le caractère ?.", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 0c20827cc44..a9839ea7981 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -11,6 +11,7 @@ "CPU Temperature Per Core": "", "CPU Usage Per Core": "", "Choose Shell Details": "", + "Configuration": "", "Container ID": "", "Container Logs": "", "Container Shell": "", @@ -20,6 +21,7 @@ "Error when loading similar apps.": "", "Exited": "", "General Settings": "", + "Install NDIVIA Drivers": "", "Languages other than English are provided by the community and may be incomplete. Learn how to contribute.": "", "Login was canceled. Please try again if you want to connect your account.": "", "Logs Details": "", @@ -30,13 +32,13 @@ "No volume mounts": "", "Notes": "", "Ok": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pool Usage": "", "Refresh Catalog": "", "Select the level of severity. Alert notifications send for all warnings matching and above the selected level. For example, a warning level set to Critical triggers notifications for Critical, Alert, and Emergency level warnings.": "", "Specifies level of authentication and cryptographic protection. SYS or none should be used if no KDC is available. If a KDC is available, e.g. Active Directory, KRB5 is recommended. If desired KRB5I (integrity protection) and/or KRB5P (privacy protection) may be included with KRB5.": "", "Support License": "", "This dataset is used to store apps config and other container related data": "", - "Train Settings": "", "Using 3rd party applications with TrueNAS extends its\n functionality beyond standard NAS use, which can introduce risks like data loss or system disruption.

\n iXsystems does not guarantee application safety or reliability, and such applications may not\n be covered by support contracts. Issues with core NAS functionality may be closed without\n further investigation if the same data or filesystems are accessed by these applications.": "", "Validate effective ACL": "", "View Logs": "", @@ -660,7 +662,6 @@ "Bot API Token": "Comhartha Bot API", "Box": "Bosca", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Is féidir le cuair linn na hinchinne a bheith níos sláine, agus is féidir le cuair secp a bheith níos tapúla. Féach feidhmíocht Elliptic Curve: NIST vs Brainpool le haghaidh tuilleadh eolais.", - "Branch": "Géaga", "Bridge": "Droichead", "Bridge Members": "Baill an Droichid", "Bridge Settings": "Socruithe Droichid", @@ -737,7 +738,6 @@ "Capture and attach screenshot to the review": "Gabh seat den léirmheas agus ceangail leis é", "Case Sensitivity": "Íogaireacht Cháis", "Catalog": "Catalóg", - "Catalog Name": "Ainm Catalóga", "Catalog Read": "Léamh Catalóg", "Catalog Write": "Catalóg Scríobh", "Catalogs": "Catalóga", @@ -1913,7 +1913,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "Mar shampla, má shocraíonn tú an luach seo go 5, déanfaidh an córas athnuachan ar dheimhnithe a rachaidh in éag i gceann 5 lá nó níos lú.", "Force": "Fórsa", "Force Clear": "Fórsa Glan", - "Force Create": "Force Create", "Force Delete": "Scrios Fórsa", "Force Delete?": "An bhfuil fonn ort Scrios?", "Force Stop After Timeout": "Fórsa Stop Tar éis Teorainn Ama", @@ -3346,7 +3345,6 @@ "Reporting Read": "Léamh Tuairiscithe", "Reporting Write": "Tuairisciú Scríobh", "Reports": "Tuarascálacha", - "Repository": "Stór", "Requested action performed for selected Applications": "Gníomh iarrtha déanta maidir le Feidhmchláir roghnaithe", "Require IDENT Authentication": "Fíordheimhniú IDENT a éileamh", "Require Kerberos for NFSv4": "A cheangal ar Kerberos do NFSv4", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 3eecb6d707a..cec027b86bc 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -541,7 +541,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -616,7 +615,6 @@ "Capacity Settings": "", "Capture and attach screenshot to the review": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -774,6 +772,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1678,7 +1677,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2023,6 +2021,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2861,6 +2860,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3116,7 +3116,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4254,7 +4253,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 2173f9d53e1..92688c5b06b 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -509,7 +509,6 @@ "Boot Pool Disk Replaced": "", "Bot API Token": "", "Box": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -580,7 +579,6 @@ "Capacity Settings": "", "Capture and attach screenshot to the review": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -735,6 +733,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1597,7 +1596,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -1921,6 +1919,7 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Install Application": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2715,6 +2714,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool": "", "Pool Available Space Threshold (%)": "", @@ -2954,7 +2954,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -3973,7 +3972,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index b5ab058fc05..a01eaa5b294 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -262,7 +262,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -454,6 +453,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1443,7 +1443,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -1788,6 +1787,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2626,6 +2626,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -2881,7 +2882,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4019,7 +4019,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", @@ -5020,7 +5019,6 @@ "Boot environment to be cloned.": "복제할 부팅 환경.", "Bot API Token": "봇 API 토큰", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "브레인풀 곡선은 더 안전하지만 secp 곡선은 더 빠를 수 있습니다. 자세한 내용은 타원 곡선 성능: NIST 대 Brainpool 을(를) 참조하세요.", - "Branch": "Branch", "Bridge": "Bridge", "Bridge interface": "Bridge interface", "Browsable to Network Clients": "Browsable to Network Clients", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index 441ae7dd340..d6955e99cf2 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -603,7 +603,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -683,7 +682,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -875,6 +873,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1864,7 +1863,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2209,6 +2207,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3047,6 +3046,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3302,7 +3302,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4440,7 +4439,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index 1082b2532d7..a14c2addda3 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -196,6 +196,7 @@ "Compress Connections": "", "Computer Account OU": "", "Config Email": "", + "Configuration": "", "Configure Access": "", "Configure Alerts": "", "Configure Allowed IP Addresses": "", @@ -504,6 +505,7 @@ "Inherited Quotas": "", "Init/Shutdown Script": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Integrate Snapshots with VMware": "", "Internal": "", "Ipmi": "", @@ -734,6 +736,7 @@ "Permissions Editor": "", "Permissions saved.": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pool Usage": "", "Pool Wizard": "", "Pool does not exist": "", @@ -1051,7 +1054,6 @@ "Total Disks:": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transport Encryption Behavior": "", @@ -1694,7 +1696,6 @@ "Bot API Token": "Bot API token", "Box": "Box", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Brainpool-curven kunnen veiliger zijn, terwijl secp-curven sneller kunnen zijn. Zie Elliptic Curve-prestaties: NIST vs Brainpool voor meer informatie.", - "Branch": "Tak", "Bridge": "Bridge", "Bridge interface": "Bridge interface", "Browsable to Network Clients": "Doorbladerbaar voor netwerkclients", @@ -1755,7 +1756,6 @@ "Capture and attach screenshot to the review": "Maak een screenshot en voeg deze toe aan de recensie", "Case Sensitivity": "Hoofdlettergevoelig", "Catalog": "Catalogus", - "Catalog Name": "Catalogusnaam", "Catalog Read": "Catalogus lezen", "Catalog Write": "Catalogus schrijven", "Catalogs": "Catalogi", @@ -2666,7 +2666,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "Als je deze waarde bijvoorbeeld instelt op 5, zal het systeem certificaten vernieuwen die binnen 5 dagen of minder verlopen.", "Force": "Forceren", "Force Clear": "Wissen forceren", - "Force Create": "Aanmaken forceren", "Force Delete": "Verwijderen forceren", "Force Delete?": "Verwijderen forceren?", "Force Stop After Timeout": "Stoppen forceren na time-out", @@ -3755,7 +3754,6 @@ "Reporting Read": "Lezen rapporteren", "Reporting Write": "Schrijven rapporteren", "Reports": "Rapportages", - "Repository": "Opslagplaats", "Requested action performed for selected Applications": "Gevraagde actie is uitgevoerd voor geselecteerde toepassingen", "Require Kerberos for NFSv4": "Kerberos voor NFSv4 eisen", "Required unless Enable password login is No. Passwords cannot contain a ?.": "Vereist tenzij Wachtwoord uitschakelen geactiveerd is. Wachtwoorden mogen geen ? bevatten.", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 3e476ab902a..d081b28dca0 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -563,7 +563,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -643,7 +642,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -835,6 +833,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1817,7 +1816,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2161,6 +2159,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2997,6 +2996,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3251,7 +3251,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -4368,7 +4367,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index ea11f962950..b8399bd5f6e 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -550,7 +550,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -630,7 +629,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -822,6 +820,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1811,7 +1810,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2155,6 +2153,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -2993,6 +2992,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3248,7 +3248,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4386,7 +4385,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index d20cabc509b..2ee64c27338 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -350,6 +350,7 @@ "Compress Connections": "", "Computer Account OU": "", "Config Email": "", + "Configuration": "", "Configure Access": "", "Configure Alerts": "", "Configure Allowed IP Addresses": "", @@ -913,7 +914,6 @@ "Flash Identify Light": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -1159,6 +1159,7 @@ "Inquiry": "", "Inspect VDEVs": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -1729,6 +1730,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool": "", "Pool Available Space Threshold (%)": "", @@ -2730,7 +2732,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", @@ -3512,7 +3513,6 @@ "Bot API Token": "Token da API do bot", "Box": "Caixa", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "As curvas Brainpool podem ser mais seguras, enquanto as curvas secp podem ser mais rápidas. Consulte href=\"https://tls.mbed.org/kb/cryptography/elliptic-curve-performance-nist-vs-brainpool\" target=\"blank\"> Desempenho da curva elíptica: NIST vs Brainpool for more information.", - "Branch": "Ramo", "Bridge": "Ponte", "Bridge interface": "Interface de ponte", "Browsable to Network Clients": "Navegável para Clientes na Rede", @@ -3573,7 +3573,6 @@ "Capture and attach screenshot to the review": "Capturar e anexar uma captura de ecrã à revisão", "Case Sensitivity": "Sensiível a maiúsculas e minúsculas", "Catalog": "Catálogo", - "Catalog Name": "Nome do Catálogo", "Catalog Read": "Leitura do catálogo", "Catalog Write": "Escrever catálogo", "Catalogs": "Catálogos", @@ -4542,7 +4541,6 @@ "Replication Tasks": "Tarefas de replicação", "Reporting": "Relatórios", "Reports": "Relatórios", - "Repository": "Repositório", "Reservation": "Reserva", "Reservation (in GiB)": "Reserva (em GiB)", "Reserved space for this dataset": "Espaço reservado para este dataset", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index b7688e1be19..29fb45491fb 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -369,7 +369,6 @@ "Boot Pool Disk Replaced": "", "Bot API Token": "", "Box": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -512,6 +511,7 @@ "Computer Account OU": "", "Config Email": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure Access": "", @@ -1098,7 +1098,6 @@ "Flash Identify Light": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", - "Force Create": "", "Force Delete": "", "Force delete": "", "Force deletion of dataset {datasetName}?": "", @@ -1286,6 +1285,7 @@ "Insensitive": "", "Inspect VDEVs": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Installed": "", "Installed Apps": "", "Installer image file": "", @@ -1888,6 +1888,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool Creation Wizard": "", "Pool Disks have {alerts} alerts and {smartTests} failed S.M.A.R.T. tests": "", @@ -2821,7 +2822,6 @@ "Total Disks:": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Transfer": "", "Translate App": "", "Transmit Hash Policy": "", @@ -3549,7 +3549,6 @@ "Capacity": "Емкость", "Case Sensitivity": "Чувствительность к регистру", "Catalog": "Каталог", - "Catalog Name": "Имя каталога", "Catalogs": "Каталоги", "Category": "Категория", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "Внимание: выделение слишком большого объема памяти может замедлить работу системы или помешать работе виртуальных машин.", @@ -4536,7 +4535,6 @@ "Report if the temperature of a drive has changed by this many degrees Celsius since the last report. 0 disables the report.": "Сообщать, если температура привода изменилась на столько градусов Цельсия с момента последнего отчета. 0 отключает отчет.", "Reporting": "Отчёты", "Reports": "Отчёты", - "Repository": "Репозиторий", "Require Kerberos for NFSv4": "Требовать Kerberos для NFSv4", "Required unless Enable password login is No. Passwords cannot contain a ?.": "Требуется, если Включить вход по паролю не Нет. Пароли не могут содержать ?.", "Reserved space for this dataset": "Зарезервированное место для этого набора данных", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index f1eb879253f..942c5992111 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -305,6 +305,7 @@ "Computer Account OU": "", "Config Email": "", "Config-Reset": "", + "Configuration": "", "Configure 2FA Secret": "", "Configure Access": "", "Configure Alerts": "", @@ -780,6 +781,7 @@ "Insensitive": "", "Inspect VDEVs": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Integrate Snapshots with VMware": "", "Internal": "", "Invalid format. Expected format: =": "", @@ -1114,6 +1116,7 @@ "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pool Creation Wizard": "", "Pool Name": "", "Pool Scrub Read": "", @@ -1611,7 +1614,6 @@ "Total Raw Capacity": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transport Encryption Behavior": "", @@ -2257,7 +2259,6 @@ "Boot environment to be cloned.": "Навантажувальне середовище для клонування.", "Bot API Token": "Бот API токен", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Криві Brainpool можуть бути безпечнішими, а криві secp - швидше. Дивіться Elliptic Curve performance: NIST vs Brainpool < /a> для отримання додаткової інформації.", - "Branch": "Гілка", "Bridge": "Міст", "Bridge interface": "Інтерфейс мосту", "Browsable to Network Clients": "Доступно для перегляду клієнтами мережі", @@ -2311,7 +2312,6 @@ "Capacity Settings": "Налаштування ємності", "Case Sensitivity": "Чутливість до реєстру", "Catalog": "Каталог", - "Catalog Name": "Імʼя каталогу", "Catalogs": "Каталоги", "Category": "Категорія", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "Увага: виділення занадто великого обсягу пам'яті може сповільнити роботу системи або перешкодити роботі віртуальних машин.", @@ -3084,7 +3084,6 @@ "Following container images are available to update:\n": "Наступні зображення контейнерів доступні для оновлення:\n", "Force": "Примусити", "Force Clear": "Примусово очистити", - "Force Create": "Примусово створити", "Force Delete": "Примусово видалити", "Force Delete?": "Примусово виидалити?", "Force Stop After Timeout": "Примусова зупинка після тайм-ауту", @@ -3979,7 +3978,6 @@ "Report if the temperature of a drive has changed by this many degrees Celsius since the last report. 0 disables the report.": "Повідомляти, якщо температура приводу змінилася на стільки градусів за Цельсієм з моменту останнього звіту. 0 відключає звіт.", "Reporting": "Звіти", "Reports": "Звіти", - "Repository": "Репозиторій", "Requested action performed for selected Applications": "Запитана дія виконана для вибраних програм", "Require Kerberos for NFSv4": "Вимагати Kerberos для NFSv4", "Required unless Enable password login is No. Passwords cannot contain a ?.": "Потрібно, якщо Увімкнути вхід паролем не Ні. Паролі не можуть містити ?.", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 6823cea249e..7dbc1969bb6 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -609,7 +609,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -689,7 +688,6 @@ "Capture and attach screenshot to the review": "", "Case Sensitivity": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -881,6 +879,7 @@ "Config Email": "", "Config Service": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure": "", "Configure 2FA Secret": "", @@ -1870,7 +1869,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force": "", "Force Clear": "", - "Force Create": "", "Force Delete": "", "Force Delete?": "", "Force Stop After Timeout": "", @@ -2215,6 +2213,7 @@ "Install Another Instance": "", "Install Application": "", "Install Manual Update File": "", + "Install NDIVIA Drivers": "", "Installation Media": "", "Installed": "", "Installed Apps": "", @@ -3053,6 +3052,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Please wait": "", "Pods": "", "Pool": "", @@ -3308,7 +3308,6 @@ "Reporting Read": "", "Reporting Write": "", "Reports": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -4446,7 +4445,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Transfer Mode": "", "Transfers": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 1f7521999d7..6807f563562 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -202,6 +202,7 @@ "Compress Connections": "", "Computer Account OU": "", "Config Email": "", + "Configuration": "", "Configure Access": "", "Configure Alerts": "", "Configure Allowed IP Addresses": "", @@ -525,6 +526,7 @@ "Inherited Quotas": "", "Init/Shutdown Script": "", "Install Another Instance": "", + "Install NDIVIA Drivers": "", "Integrate Snapshots with VMware": "", "Internal": "", "Invalid pool name (please refer to the documentation for valid rules for pool name)": "", @@ -774,6 +776,7 @@ "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pool Usage": "", "Pool Wizard": "", "Pool does not exist": "", @@ -1104,7 +1107,6 @@ "Total Disks:": "", "Total failed": "", "Traffic": "", - "Train Settings": "", "Translate App": "", "Transmit Hash Policy": "", "Transport Encryption Behavior": "", @@ -1777,7 +1779,6 @@ "Bot API Token": "机器人 API 令牌", "Box": "Box", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "Brainpool 曲线可以更安全,而 secp 曲线可以更快。参见椭圆曲线性能:NIST 与 Brainpool 了解更多信息。", - "Branch": "分支", "Bridge": "桥接", "Bridge interface": "桥接接口", "Browsable to Network Clients": "允许网络客户端浏览", @@ -1837,7 +1838,6 @@ "Capture and attach screenshot to the review": "捕获屏幕截图并将其附加到评论中", "Case Sensitivity": "区分大小写", "Catalog": "目录", - "Catalog Name": "目录名", "Catalog Read": "目录读取", "Catalog Write": "目录写入", "Catalogs": "目录", @@ -2738,7 +2738,6 @@ "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "例如,如果您将此值设置为 5,系统将续订 5 天或更短时间内过期的证书。", "Force": "强制", "Force Clear": "强制清除", - "Force Create": "强制创建", "Force Delete": "强制删除", "Force Delete?": "强制删除?", "Force Stop After Timeout": "超时后强制停止", @@ -3801,7 +3800,6 @@ "Reporting Read": "报告读取", "Reporting Write": "报告写入", "Reports": "报告", - "Repository": "存储库", "Requested action performed for selected Applications": "为选定的应用程序执行的请求操作", "Require Kerberos for NFSv4": "NFSv4 需要 Kerberos", "Required unless Enable password login is No. Passwords cannot contain a ?.": "除非启用密码登录,否则为必填项。密码不能包含 ?。", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index e0538e6ec3c..92061ca158f 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -505,7 +505,6 @@ "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Branch": "", "Bridge": "", "Bridge Members": "", "Bridge Settings": "", @@ -574,7 +573,6 @@ "Capacity Settings": "", "Capture and attach screenshot to the review": "", "Catalog": "", - "Catalog Name": "", "Catalog Read": "", "Catalog Write": "", "Catalogs": "", @@ -724,6 +722,7 @@ "Computer Account OU": "", "Config Email": "", "Config-Reset": "", + "Configuration": "", "Configuration Preview": "", "Configure 2FA Secret": "", "Configure ACL": "", @@ -1817,6 +1816,7 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Install Application": "", + "Install NDIVIA Drivers": "", "Installed": "", "Installed Apps": "", "Installer image file": "", @@ -2546,6 +2546,7 @@ "Please specify name to be used to lookup catalog.": "", "Please specify the name of the image to pull. Format for the name is \"registry/repo/image\"": "", "Please specify trains from which UI should retrieve available applications for the catalog.": "", + "Please specify whether to install NVIDIA driver or not.": "", "Pods": "", "Pool Creation Wizard": "", "Pool Disks have {alerts} alerts and {smartTests} failed S.M.A.R.T. tests": "", @@ -2741,7 +2742,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Repository": "", "Requested action performed for selected Applications": "", "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", @@ -3735,7 +3735,6 @@ "Total failed": "", "Traffic": "", "Train": "", - "Train Settings": "", "Transfer": "", "Translate App": "", "Transmit Hash Policy": "", @@ -4594,7 +4593,6 @@ "Follow Symlinks": "依循符號連結", "Force": "強制", "Force Clear": "強制清除", - "Force Create": "強制建立", "Force Delete?": "強制刪除?", "Force size": "強制大小", "Forces the addition of the NTP server, even if it is currently unreachable.": "强制添加NTP服务器,即使它当前无法访问。",