From 4d5cb2ec3fb22bd6cad945ae287c1b00eb625bd5 Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Fri, 13 Dec 2024 21:27:33 +0700 Subject: [PATCH] NAS-132996: Add fibre channel connections card --- src/app/interfaces/fibre-channel.interface.ts | 2 +- ...re-channel-connections-card.component.html | 19 +++++++ ...re-channel-connections-card.component.scss | 4 ++ ...channel-connections-card.component.spec.ts | 57 +++++++++++++++++++ ...ibre-channel-connections-card.component.ts | 33 +++++++++++ .../target-details.component.html | 1 + .../target-details.component.ts | 4 ++ src/assets/i18n/af.json | 4 ++ src/assets/i18n/ar.json | 4 ++ src/assets/i18n/ast.json | 4 ++ src/assets/i18n/az.json | 4 ++ src/assets/i18n/be.json | 4 ++ src/assets/i18n/bg.json | 4 ++ src/assets/i18n/bn.json | 4 ++ src/assets/i18n/br.json | 4 ++ src/assets/i18n/bs.json | 4 ++ src/assets/i18n/ca.json | 4 ++ src/assets/i18n/cs.json | 4 ++ src/assets/i18n/cy.json | 4 ++ src/assets/i18n/da.json | 4 ++ src/assets/i18n/de.json | 4 ++ src/assets/i18n/dsb.json | 4 ++ src/assets/i18n/el.json | 4 ++ src/assets/i18n/en-au.json | 4 ++ src/assets/i18n/en-gb.json | 4 ++ src/assets/i18n/en.json | 4 ++ src/assets/i18n/eo.json | 4 ++ src/assets/i18n/es-ar.json | 4 ++ src/assets/i18n/es-co.json | 4 ++ src/assets/i18n/es-mx.json | 4 ++ src/assets/i18n/es-ni.json | 4 ++ src/assets/i18n/es-ve.json | 4 ++ src/assets/i18n/es.json | 4 ++ src/assets/i18n/et.json | 4 ++ src/assets/i18n/eu.json | 4 ++ src/assets/i18n/fa.json | 4 ++ src/assets/i18n/fi.json | 4 ++ src/assets/i18n/fr.json | 4 ++ src/assets/i18n/fy.json | 4 ++ src/assets/i18n/ga.json | 4 ++ src/assets/i18n/gd.json | 4 ++ src/assets/i18n/gl.json | 4 ++ src/assets/i18n/he.json | 4 ++ src/assets/i18n/hi.json | 4 ++ src/assets/i18n/hr.json | 4 ++ src/assets/i18n/hsb.json | 4 ++ src/assets/i18n/hu.json | 4 ++ src/assets/i18n/ia.json | 4 ++ src/assets/i18n/id.json | 4 ++ src/assets/i18n/io.json | 4 ++ src/assets/i18n/is.json | 4 ++ src/assets/i18n/it.json | 4 ++ src/assets/i18n/ja.json | 4 ++ src/assets/i18n/ka.json | 4 ++ src/assets/i18n/kk.json | 4 ++ src/assets/i18n/km.json | 4 ++ src/assets/i18n/kn.json | 4 ++ src/assets/i18n/ko.json | 4 ++ src/assets/i18n/lb.json | 4 ++ src/assets/i18n/lt.json | 4 ++ src/assets/i18n/lv.json | 4 ++ src/assets/i18n/mk.json | 4 ++ src/assets/i18n/ml.json | 4 ++ src/assets/i18n/mn.json | 4 ++ src/assets/i18n/mr.json | 4 ++ src/assets/i18n/my.json | 4 ++ src/assets/i18n/nb.json | 4 ++ src/assets/i18n/ne.json | 4 ++ src/assets/i18n/nl.json | 4 ++ src/assets/i18n/nn.json | 4 ++ src/assets/i18n/os.json | 4 ++ src/assets/i18n/pa.json | 4 ++ src/assets/i18n/pl.json | 4 ++ src/assets/i18n/pt-br.json | 4 ++ src/assets/i18n/pt.json | 4 ++ src/assets/i18n/ro.json | 4 ++ src/assets/i18n/ru.json | 4 ++ src/assets/i18n/sk.json | 4 ++ src/assets/i18n/sl.json | 4 ++ src/assets/i18n/sq.json | 4 ++ src/assets/i18n/sr-latn.json | 4 ++ src/assets/i18n/sr.json | 4 ++ src/assets/i18n/strings.json | 4 ++ src/assets/i18n/sv.json | 4 ++ src/assets/i18n/sw.json | 4 ++ src/assets/i18n/ta.json | 4 ++ src/assets/i18n/te.json | 4 ++ src/assets/i18n/th.json | 4 ++ src/assets/i18n/tr.json | 4 ++ src/assets/i18n/tt.json | 4 ++ src/assets/i18n/udm.json | 4 ++ src/assets/i18n/uk.json | 4 ++ src/assets/i18n/vi.json | 4 ++ src/assets/i18n/zh-hans.json | 4 ++ src/assets/i18n/zh-hant.json | 4 ++ 95 files changed, 471 insertions(+), 1 deletion(-) create mode 100644 src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.html create mode 100644 src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.scss create mode 100644 src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.spec.ts create mode 100644 src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.ts diff --git a/src/app/interfaces/fibre-channel.interface.ts b/src/app/interfaces/fibre-channel.interface.ts index 8c44e4c5872..ec23ff676b0 100644 --- a/src/app/interfaces/fibre-channel.interface.ts +++ b/src/app/interfaces/fibre-channel.interface.ts @@ -32,7 +32,7 @@ export interface FibreChannelStatusNode { physical: boolean; wwpn?: string; wwpn_b?: string; - sessions: unknown[]; + sessions: string[]; } export interface FibreChannelStatus { diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.html b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.html new file mode 100644 index 00000000000..2695d60fca6 --- /dev/null +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.html @@ -0,0 +1,19 @@ + + +

+ {{ 'Fibre Channel Connections' | translate }} +

+
+ + @for(connection of connections(); track connection) { + @if (connection?.A?.wwpn && connection?.A?.sessions?.length) { +

{{ connection.A.wwpn }} ({{ 'Active Controller' | translate }})

+ } + @if (connection?.B?.wwpn_b && connection?.B?.sessions?.length) { +

{{ connection.B.wwpn_b }} ({{ 'Passive Controller' | translate }})

+ } + } @empty { +

{{ 'No connections' | translate }}

+ } +
+
diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.scss b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.scss new file mode 100644 index 00000000000..fb470d95dc5 --- /dev/null +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.scss @@ -0,0 +1,4 @@ +:host { + box-sizing: border-box; + display: block; +} diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.spec.ts b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.spec.ts new file mode 100644 index 00000000000..f5cf61a703e --- /dev/null +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.spec.ts @@ -0,0 +1,57 @@ +import { createComponentFactory, Spectator } from '@ngneat/spectator/jest'; +import { TranslateModule } from '@ngx-translate/core'; +import { FibreChannelStatus } from 'app/interfaces/fibre-channel.interface'; +import { FibreChannelConnectionsCardComponent } from './fibre-channel-connections-card.component'; + +describe('FibreChannelConnectionsCardComponent', () => { + let spectator: Spectator; + const createComponent = createComponentFactory({ + component: FibreChannelConnectionsCardComponent, + imports: [TranslateModule.forRoot()], + }); + + beforeEach(() => { + spectator = createComponent({ + props: { + connections: [{ + A: { + port_type: 'NPort (fabric via point-to-point)', + port_state: 'Online', + speed: '16 Gbit', + physical: true, + wwpn: 'naa.210034800d75aec4', + sessions: [ + '21:00:00:24:ff:19:a2:e2', + '21:00:00:24:ff:19:a5:80', + '21:00:00:24:ff:19:a9:0a', + '21:00:00:24:ff:19:a2:e3', + '21:00:00:24:ff:19:a5:81', + '21:00:00:24:ff:19:a9:0b', + '21:00:00:0e:1e:25:24:80', + ], + }, + port: 'fc0', + B: { + port_type: 'Unknown', + port_state: 'Offline', + speed: 'unknown', + physical: true, + wwpn_b: 'naa.210034800d75aed8', + sessions: [], + }, + }] as FibreChannelStatus[], + }, + }); + }); + + it('shows fibre channel connections heading', () => { + const title = spectator.query('h3'); + expect(title).toHaveText('Fibre Channel Connections'); + }); + + it('shows connections', () => { + const content = spectator.queryAll('mat-card-content p'); + expect(content).toHaveLength(1); + expect(content[0]).toHaveText('naa.210034800d75aec4 (Active Controller)'); + }); +}); diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.ts b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.ts new file mode 100644 index 00000000000..71badc82259 --- /dev/null +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component.ts @@ -0,0 +1,33 @@ +import { + Component, OnInit, ChangeDetectionStrategy, input, +} from '@angular/core'; +import { + MatCard, MatCardContent, MatCardHeader, MatCardTitle, +} from '@angular/material/card'; +import { TranslateModule } from '@ngx-translate/core'; +import { FibreChannelStatus } from 'app/interfaces/fibre-channel.interface'; +import { ApiService } from 'app/services/websocket/api.service'; + +@Component({ + standalone: true, + selector: 'ix-fibre-channel-connections-card', + templateUrl: './fibre-channel-connections-card.component.html', + styleUrls: ['./fibre-channel-connections-card.component.scss'], + changeDetection: ChangeDetectionStrategy.OnPush, + imports: [ + MatCard, + MatCardTitle, + MatCardContent, + MatCardHeader, + TranslateModule, + ], +}) +export class FibreChannelConnectionsCardComponent implements OnInit { + connections = input([]); + + constructor(private api: ApiService) { } + + ngOnInit(): void { + console.info('init'); + } +} diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.html b/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.html index d8f3765db0f..09f6148943c 100644 --- a/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.html +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.html @@ -7,6 +7,7 @@ @if (hasFibreCards()) { @if (targetPort()) { + } } diff --git a/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.ts b/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.ts index 7d8720b1020..c82bccb3ccd 100644 --- a/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.ts +++ b/src/app/pages/sharing/iscsi/target/all-targets/target-details/target-details.component.ts @@ -2,6 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, effect, input, signal, } from '@angular/core'; +import { toSignal } from '@angular/core/rxjs-interop'; import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy'; import { take } from 'rxjs'; import { IscsiTargetMode } from 'app/enums/iscsi.enum'; @@ -11,6 +12,7 @@ import { AssociatedExtentsCardComponent } from 'app/pages/sharing/iscsi/target/a import { AuthorizedNetworksCardComponent, } from 'app/pages/sharing/iscsi/target/all-targets/target-details/authorized-networks-card/authorized-networks-card.component'; +import { FibreChannelConnectionsCardComponent } from 'app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-connections-card/fibre-channel-connections-card.component'; import { FibreChannelPortCardComponent } from 'app/pages/sharing/iscsi/target/all-targets/target-details/fibre-channel-port-card/fibre-channel-port-card.component'; import { ApiService } from 'app/services/websocket/api.service'; @@ -23,6 +25,7 @@ import { ApiService } from 'app/services/websocket/api.service'; imports: [ AuthorizedNetworksCardComponent, FibreChannelPortCardComponent, + FibreChannelConnectionsCardComponent, AssociatedExtentsCardComponent, ], }) @@ -30,6 +33,7 @@ export class TargetDetailsComponent { readonly target = input.required(); targetPort = signal(null); + connections = toSignal(this.api.call('fcport.status')); protected hasIscsiCards = computed(() => [ IscsiTargetMode.Iscsi, diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index f49dda020bc..d02817c05f7 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -52,6 +52,7 @@ "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", + "Active Controller": "", "Add Container": "", "Add Custom App": "", "Add Disk": "", @@ -1455,6 +1456,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2396,6 +2398,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2571,6 +2574,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index ba2b8f1fc6d..ba41c5010b9 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -100,6 +100,7 @@ "Activate this certificate extension.The Extended Key Usage extension identifies and limits valid uses for this certificate, such as client authentication or server authentication.See RFC 3280, section 4.2.1.13 for more details.": "", "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1329,6 +1330,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2112,6 +2114,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2264,6 +2267,7 @@ "Parent Interface": "", "Parent Path": "", "Parent dataset path (read-only).": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index 38bca54f9af..58470090d61 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -44,6 +44,7 @@ "Activate this certificate extension. The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate. The usage restriction might be employed when a key that could be used for more than one operation is to be restricted. For example, when an RSA key should be used only to verify signatures on objects other than public key certificates and CRLs, the Digital Signature bits would be asserted. Likewise, when an RSA key should be used only for key management, the Key Encipherment bit would be asserted.
See RFC 3280, section 4.2.1.3 for more information.": "", "Activate this certificate extension.The Extended Key Usage extension identifies and limits valid uses for this certificate, such as client authentication or server authentication.See RFC 3280, section 4.2.1.13 for more details.": "", "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", + "Active Controller": "", "Add any more sshd_config(5) options not covered in this screen. Enter one option per line. These options are case-sensitive. Misspellings can prevent the SSH service from starting.": "", "Add catalog to system even if some trains are unhealthy.": "", "Add the required no. of disks to get a vdev size estimate": "", @@ -418,6 +419,7 @@ "Fetch DataStores": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "File size is limited to {n} MiB.": "", @@ -718,6 +720,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -790,6 +793,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 45225dcfa7f..5f64b3f5f93 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -146,6 +146,7 @@ "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", + "Active Controller": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", "Active Directory is disabled.": "", @@ -1705,6 +1706,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2651,6 +2653,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2818,6 +2821,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index e38ab4afe5f..2a0aa1c3fa4 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -19,6 +19,7 @@ "API Key Read": "", "API Key Write": "", "Actions for {device}": "", + "Active Controller": "", "Active Directory": "", "Add Container": "", "Add Custom App": "", @@ -250,6 +251,7 @@ "Fast Storage": "", "Feedback Type": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "File ID": "", @@ -508,6 +510,7 @@ "No NICs added.": "", "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No devices added.": "", "No disks added.": "", "No extents associated.": "", @@ -538,6 +541,7 @@ "Override Admin Email": "", "Parent": "", "Parent Interface": "", + "Passive Controller": "", "Passthrough": "", "Password Login": "", "Pattern": "", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index ed29517f3f6..8548084622b 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -8,6 +8,7 @@ "API Key Read": "", "API Key Write": "", "Actions for {device}": "", + "Active Controller": "", "Add Container": "", "Add Custom App": "", "Add Disk": "", @@ -121,6 +122,7 @@ "FTP Service": "", "Fast Storage": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Filename Encryption (not recommended)": "", @@ -200,6 +202,7 @@ "Network size of each docker network which will be cut off from base subnet.": "", "No NICs Found": "", "No NICs added.": "", + "No connections": "", "No containers are available.": "", "No devices added.": "", "No disks added.": "", @@ -216,6 +219,7 @@ "OS": "", "Ok": "", "Override Admin Email": "", + "Passive Controller": "", "Percentage of total core utilization": "", "Performance Optimization": "", "Permissions cannot be modified on a locked dataset.": "", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 86cb04f01ed..0aa0783350a 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -144,6 +144,7 @@ "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the configuration. Unset to disable the configuration without deleting it.": "", + "Active Controller": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", "Active Directory is disabled.": "", @@ -1708,6 +1709,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2744,6 +2746,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2930,6 +2933,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 738aa7d4218..a58460dc82a 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -133,6 +133,7 @@ "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1629,6 +1630,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2620,6 +2622,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2791,6 +2794,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index 91eb1987960..6685f919437 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -38,6 +38,7 @@ "Account Read": "", "Account Write": "", "Ace has errors.": "", + "Active Controller": "", "Active Directory": "", "Active Directory is disabled.": "", "Add ACME DNS-Authenticator": "", @@ -813,6 +814,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -1405,6 +1407,7 @@ "No Propagate Inherit": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No descriptor provided": "", "No enclosure": "", "No extents associated.": "", @@ -1505,6 +1508,7 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", + "Passive Controller": "", "Passthrough": "", "Password associated with the LDAP User DN.": "", "Password for the Active Directory administrator account. Required the first time a domain is configured. After initial configuration, the password is not needed to edit, start, or stop the service.": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index a6cdbf6eb0a..5a8c1e8a062 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -156,6 +156,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1889,6 +1890,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2925,6 +2927,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3111,6 +3114,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index 316a06b0c75..2bf8e07ca4d 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -5,6 +5,7 @@ "API Key Read": "", "API Key Write": "", "Actions for {device}": "", + "Active Controller": "", "Add Container": "", "Add Disk": "", "Add Proxy": "", @@ -51,6 +52,7 @@ "FTP Service": "", "Fast Storage": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Filename Encryption (not recommended)": "", @@ -91,6 +93,7 @@ "NIC was added": "", "No NICs Found": "", "No NICs added.": "", + "No connections": "", "No devices added.": "", "No disks added.": "", "No extents associated.": "", @@ -99,6 +102,7 @@ "No proxies added.": "", "No unassociated extents available.": "", "Non-expiring": "", + "Passive Controller": "", "Preserve Power Management and S.M.A.R.T. settings": "", "Preserve disk description": "", "Proxies": "", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 23f11aa20bc..13834eea634 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -135,6 +135,7 @@ "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the configuration. Unset to disable the configuration without deleting it.": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1842,6 +1843,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2875,6 +2877,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3061,6 +3064,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index 718d8638077..4b681178be0 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -104,6 +104,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1837,6 +1838,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2872,6 +2874,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3058,6 +3061,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index 7fe01baca23..0a21c04e97a 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -77,6 +77,7 @@ "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", "Activates a tuning script which attempts to optimize the system depending on the installed hardware. Warning: Autotuning is only used as a temporary measure and is not a permanent fix for system hardware issues.": "", "Activates the configuration. Unset to disable the configuration without deleting it.": "", + "Active Controller": "", "Active Directory is disabled.": "", "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", @@ -992,6 +993,7 @@ "Features": "", "Feedback Type": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "File Mask": "", @@ -1725,6 +1727,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -1858,6 +1861,7 @@ "Parent Interface": "", "Parent Path": "", "Parent dataset path (read-only).": "", + "Passive Controller": "", "Paste the incoming webhook URL associated with this service.": "", "Paste the contents of your Certificate Signing Request here.": "", "Paste the private key associated with the Certificate when available. Please provide a key at least 1024 bits long.": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index 261ebde5410..6bb3f2e5c1f 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -72,6 +72,7 @@ "Activate this certificate extension. The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate. The usage restriction might be employed when a key that could be used for more than one operation is to be restricted. For example, when an RSA key should be used only to verify signatures on objects other than public key certificates and CRLs, the Digital Signature bits would be asserted. Likewise, when an RSA key should be used only for key management, the Key Encipherment bit would be asserted.
See RFC 3280, section 4.2.1.3 for more information.": "", "Activate this certificate extension.The Extended Key Usage extension identifies and limits valid uses for this certificate, such as client authentication or server authentication.See RFC 3280, section 4.2.1.13 for more details.": "", "Activate this extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys (either due to multiple concurrent key pairs or due to changeover). The identification MAY be based on either the key identifier (the subject key identifier in the issuer's certificate) or on the issuer name and serial number.
See RFC 3280, section 4.2.1.1 for more information.": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1152,6 +1153,7 @@ "Fetch DataStores": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -1856,6 +1858,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2001,6 +2004,7 @@ "Parent Interface": "", "Parent Path": "", "Partition": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 557eaf1a30d..fae0e5974d8 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -54,6 +54,7 @@ "Account Write": "", "Ace has errors.": "", "Actions for {device}": "", + "Active Controller": "", "Active Directory is disabled.": "", "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", @@ -740,6 +741,7 @@ "Feedback Type": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "File ID": "", @@ -1196,6 +1198,7 @@ "No NICs added.": "", "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No devices added.": "", "No disks added.": "", @@ -1268,6 +1271,7 @@ "Parent": "", "Parent Interface": "", "Parent Path": "", + "Passive Controller": "", "Passphrase value must match Confirm Passphrase": "", "Password Login Groups": "", "Password login enabled": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 529a5fc8583..617ee96a273 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -161,6 +161,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1895,6 +1896,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2931,6 +2933,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -3117,6 +3120,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 7f150a0f434..f29ad46c2f8 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -7,6 +7,7 @@ "API Key Read": "", "API Key Write": "", "Actions for {device}": "", + "Active Controller": "", "Add Container": "", "Add Disk": "", "Add Proxy": "", @@ -79,6 +80,7 @@ "FTP Service": "", "Fast Storage": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Filename Encryption (not recommended)": "", @@ -142,6 +144,7 @@ "Network Reset": "", "No NICs Found": "", "No NICs added.": "", + "No connections": "", "No devices added.": "", "No disks added.": "", "No extents associated.": "", @@ -153,6 +156,7 @@ "Non-expiring": "", "OS": "", "Override Admin Email": "", + "Passive Controller": "", "Performance Optimization": "", "Permissions cannot be modified on a locked dataset.": "", "Permissions cannot be modified on a read-only dataset.": "", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index d8840e027de..477132f416b 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -139,6 +139,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Activates the replication schedule.": "", "Active": "", + "Active Controller": "", "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", @@ -1581,6 +1582,7 @@ "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", "Fibre Channel": "", + "Fibre Channel Connections": "", "Fibre Channel Port": "", "Fibre Channel Ports": "", "Field is required": "", @@ -2464,6 +2466,7 @@ "No VDEVs added.": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No connections": "", "No containers are available.": "", "No descriptor provided": "", "No devices added.": "", @@ -2634,6 +2637,7 @@ "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", + "Passive Controller": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", "Passthrough": "",